This forum is for assistance with theme development.

Display full path to terms with taxonomy module

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.

How can I make this happend?

//Nimo

Avatar positioning on /profile and /user/#

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 ? ? ?

? ?? ?? Question ?? ?? ?

term and vocab snippet for node.tpl.php

Drupal 4.7.4

I'm trying to learn more about these cool snippets and just beginning to understand how to work with the theme templates.

I have the below snippet working just great - except for that it is printing » Array at the bottom of each node.

Not sure what to look for:
1) is it the snippet?
2) did I plug it in wrong?
3) do I need to add something to close this snippet?

how to make a drupal theme from a joomla theme

Hello,

I have a good layout in Joomla.
It exist of a html file and a css file (div-based)

What's the best way to convert it to a drupal theme ?

Roelof

Child menu links with theme_links?

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:

<?php print theme('links', $secondary_links, array('class' => 'nav')) ?>

Is there any way I can get my secondary links to display the nested links if I click on a parent item? Thanks!

Two different views on my page : second layout doesn't work.

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.

Pages

Subscribe with RSS Subscribe to RSS - Theme development