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'd like to change the way the items in the user menu are rendered (rather than list items, I'd like regular old paragraphs whose style I can control a bit more accurate with CSS).
I see the links getting generated into an array by user_link, but I can't find how it's getting called (grepping the source for user_link gave me nothing).
I'm developing a theme for Drupal from scratch with CSS and without using tables. The design is three columns using "float" and "clean" properties to place boxes, similar to the theme "tableless".
Everything seemed to work well in Mozilla, but I'm having problems with other browsers.
In konqueror (3.1.1a), the forms of "create story", "create poll", etc... appear divided. On top appear the title and part of the form, and down, after the side blocks, the rest of the form.
I adapted Bryan Bell's Manila Book Worm theme to work with xtemplate for Drupal 4.2. If anyone wants it, let me know at cel4145 at fsu dot edu. Seems to work well with Mozilla Navigator 1.4 and Firebird 0.6. and IE 6.0.
See a screenshot. Note that it's not using a logo for the header, but instead I added the header title into bookworm.xtmpl.
I would like to know how I might go about hiding a vocabulary from the taxonomy display included with each node. Rather than showing all of the taxonomy terms associated with that node, I am interested in restricting which terms show up according to their vocabulary. For instance, I would like to show the 'subjects' vocabulary terms, while hiding the 'format' vocabulary terms.