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.
When you create your own menus, you can change the title of the menu, or not even have a title at all. I want to do something similar with the Navigation menu, namely, have the title be blank, as I'm using it for the main menu of a site and it seems rather redundant to call the obviously navigation links "Navigation". I've looked for language files, inside module code, and places in the DB, but couldn't figure out where this bit of text lives. Does anyone know where it may be? And also whether changing the name would foobar anything else?
After playing with various modules and reading up in the Handbook, I'm still a little confused as to the best method for integrating my existing data. I'm assuming that a custom module is needed, but this example seems to fit everything I want to do...
- A database table containing locations.
- Each location needs its own page.
- Admin tools to add/edit/delete locations.
Hello Drupal fans (I love Drupal too even if yesterday I tried to install Joomla! mea culpa)
I would like to have some PHP in my phptemplate page.tpl.php that knows when someone has just posted a new content (node) or just modified one existing node.
I have Drupal 4.6.3 and use the aggregator module. On www.drupal.org at the bottom of the 'news aggregator' page there is a XML link to get the RSS feed. How do I get that on mine as it is not there by default and I cannot see it.