Hello,
I have finished my drupal theme and want to add some stuffs on homepage only but I dont know how to that. Possible Its possible with conditional tags like wordpress conditional tags . For example If you put is_page(name) on the template file then that particular thing inside this tag will only appear on that particular post.
I need some help printing a cck field where I want it on my theme. I think it's probably pretty simple, but I can't figure it out.
I have added a cck field called "sidebar" to page.
In my theme page.tpl.php I've created a table, and I want the body of the page to print in the left column, and sidebar to print in the right column.
Currently I have the simple code print $content; in the left column. As expected, that is printing out both the content of the body field, and of my cck sidebar field.
Link 1
Link 2
- Sub-Link 2-1
- Sub-Link 2-2
Link 3
Link 4
- Sub-Link 4-1
- Sub-Link 4-2
- Sub-Link 4-2-1
- Sub-Link 4-2-2
- Sub-Link 4-3
Link 5
I need to have a different header image which shows at the top of the node for each Link. I also need the header image for each Link to show at the top of each Sub-Link:
Hi Friends,
Thanking All for the supports extended to the project 'Dreamweaver Drupal theme extension' I would like to invite the dupal community to participate a survey pertinent to it.
1 Which version of the Drupal is impotant for you to be supported by DW extension, 5 or 6?
2 If the support for the both versions are important to you, How do you want the extension to be packed, A single extension or Seperate?
I can hardcode the menu in the template - but that's not what I want
it would be great if I could address the arrays containing all the primary_links data and have them printed using php the way I want (in my template file)