I created a content type "news" with flexinode and everything works fine its just that when viewing the article the field name "body:" is displayed just before the body. Any ideas on how to prevent that from being displayed. example of what i'm talking about is at: http://ross.crickster.com/node/4
I recently signed up for the security updates mailing list here on drupal.org and was hoping that I could find something similar for my own site. Basically, I want folks who visit my site to be able to supply an e-mail address and then get updates that I choose to send out. I don't want people to have to create accounts on my Drupal site - just supply an e-mail address.
I new to drupal and I've read some portions of the handbooks. The reason I've picked to check drupal and not another CMS is the out of the box SEO friendlyness of it .
I've learned that nodes can be book / pages / blogs etc ...
I know what these are and for instance that a book has an information hierarchy ( like the handbook on drupal).
My question is : "wich types of information structuring (static pages / books, or blogs) are most like by search engine indexing , and wich are less liked by the search engines ? "
How do I display the user profile image as the user gallery2 album? I overwrote the user_profile in phptemplate, but i'm unsure how to call the gallery segment to display the user album as the user picture.
I'm really pulling my hair out over this. It seems that the forum module orders topics by the date of the most recent comment. That means that every time a comment is added, the order of topics is changed. In the forum configuration (admin/forum/configure) the only options for ordering are:
Date - newest first
Date - oldest first
Posts - most active first
Posts - least active first
I would like to order by the date of creation of the forum topic, but my attempt at hacking the forum module code did not work.
Once users log in I'd like to show a welcome page which includes editable content, a few modules listing things such as who's online and who the newest registered user is, latest forum topics, popular content et c. It would also be nice to either list nodes the user is tracking or have a link to the tracking page. Is there already a module for this and would it be hard to make?