I've styled a vertical menu using CSS within 2 separate blocks. Block 1 is static and appears on every page but block 2 only appears to those logged in. The only problem I have is that the first link in the second block in not clickable. The mouse over and link don't work. I've tried adding z-index to the blocks but to no avail. Any ideas anyone?
I created a new content type, and for this a new node-template called "node-news.tpl.php". I also created a few fields, mainly for text. Now I placed those fields directly into my node tempalte:
I need to access the category/vocabulary terms of a given node in my template in order to pass those terms to the ad server as keywords. I am still trying to figure out whether I have to manually load those terms or if they are available as part of the node module routine that runs prior to the theme.
So how much of the node data is available to the theme right in the header?
Do I have to load the vocabulary terms myself? If so how do I avoid having these load twice which would be bad for scalability.
I'm trying to find a way to theme a taxonomy terms listing page. Let's say I have a block with specific vocabulary terms (made with taxonomy_dhtml by the way). By default, after click on any of this terms I have a list of nodes connected with the term. What I need is to can style this list, add a picture for example or some other content. Best solution (I think so, can be wrong) would be a kind of template file, but I cannot find a way to do this. It was quite easy with node-type.tpl.php template. Is there any way to do that with vocabulary pages?
Any way I can redirect users to a particular css based on their browser?
I'm new-ish to drupal and am not sure if this is a setting somewhere in admin that I haven't found yet or if it needs to be in my template? When I tried to do it in the template, the system just overran it with the default style.css of the theme.
I tried to validate my website today at http://validator.w3.org/ but i got the errors you see below. "kubrick" is the theme i use on Drupal 5.x and i have posted 1 post on the website. I think the errors is related to the posts, cause when i had no posts and the message you get when you have no posts on the main page is there i only got about 1 error if i remember correct. If you need access to the website itself, try validate this website: http://kubrick.theme.drupaler.net/ it get about the same errors as me i guess.. I hope someone out there know how to fix the errors.