I am trying to modify my theme to display the whole path for taxonomy terms in nodes, for example:
My vocabulary are organized this way:
Computer
--Linux
----Hardware
When I choose Hardware only Hardware are displayed as term for that node, I want the whole path Computer/Linux/Hardware to be displayed.
The .css positioning for the avatar picture as located on the /profile and /user/# is the same but the pages are/can be very different. The bluelake theme is a good example. It uses an image for the h2.title class, thus the avatar overlaps the h2.title image.
I'm not sure of how to control the loading of the style sheets. I "THINK" if drupal.css was loaded first then the "current_theme.css" next, then the current_theme.css should/would override the drupal.css theme. Maybe/Surely I'm wrong here ? ? ?
I'm developing a theme based on Drupal 5.0 RC1. In my menu structure, I have primary and secondary links. The secondary links menu has some nested links. However, with the snippet which is provided in the documentation, these nested links are never displayed! I have this snippet in my page.tpl.php:
Hi !
I'm quite new to the "Views" module and I wonder how to do to embed two (or more) views that display different fields and that have different arguments on the same page ?
I've created a first block with a custom layout and it works fine but for a second one it doesn't.
I've tried to simply put the functions generated by the theme wizard in template.php but the layout of the second Block created with Views doesn't work. I mean, my changes are not taken, the layout of the block is the one generated by Views.