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.
Greetings. I'm new to Drupal, just trying to learn the ropes. I have been looking for ways to edit little things without much success. At the moment, the thing causing me trouble is trying to find how to alter the "Submitted by name on Day, 03/24/05 - 12:30am." I am currently using the bluemarine theme that comes with the Drupal installation.
I notice here on Drupal.org that particular string is modified, but I'm having a hard time finding how to do it per theme, without modifying any core files. Any help is appreciated.
I placed a template in the directory named node-book.tpl.php and got no response. the book module defaults to the page.tpl.php. Does this work for anyone else?
I am trying to get the title to display on summary pages (e.g. taxonomy/term/18) but not on the individual node pages. (because I display the title within the node itself and I don't want a duplicate).
I read in thread 9984 that I could use the $main variable to test whether or not I am on a main or summary page.
Is there a way to output a block outside of the sidebars?
I am trying to create a primary menu across the top of my site. Since I want it on every page, it seems like I should be able to put something like this in page.tpl.php:
print $block_menu_495
...but this doesn't work.
Note:
1) I need to use the menu module instead primary/secondary_links.
2) I need to keep both left and right sidebars functional for other blocks.
For anyone that hasn't switched from the default Bluemarine xtemplate version to adrian's phpTemplate version, I really encourage you to do it. I've taken adrian's version of Bluemarine and hacked it together with Federico's Negen theme. I don't really like the look of Bluemarine, but the code is really solid, so I kept the way it operates and changed only the style sheet. Maybe if we all beg, Federico will convert his templates from xTemplate to phpTemplate. Pleeeeaaase.