Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I've with a lot of difficulty converted to Drupal and accidentally deleted all my taxonomy terms (its such a pain to re-do them because each term has to be created with >2 clicks!).
My question is: I learnt from the forum of a script to display the Navigation menu only for myself. So I got the new code form a forum post, which is:
I'm trying to set up two blogs, each with multiple authors. Most of the bloggers will be assigned to post only to one blog or the other other, with no overlap. However, one blogger will be able to post in both.
Hi,
I want to automatically display the taxonomy term of the current node in the URL. Like that:"http://www.mydrupal.de/myTaxonomyTerm/3" ("3" is the node number"). How can I do this?
I have been working with Drupal for a while now, but I am not completely happy with the 'recent posts' block. I would like this to display user and post data: avatar, name, perhaps a teaser. Where do I start if I want to do this? I have some time to read lengthy tutorials on PHP :)