I'm trying to walk the walk and not just talk the talk. ;-)
This just means I am wrestling with a phptemplate theme to make some adjustments to primary link tabs. I don't want them to float around, over, under, round, and through other header and page elements. So I thought I'd start with getting them to align/float left instead of right the way they do now. Figuring that if they'd stay up against the left margin I could control what was to the left of them and the tabs wouldn't 'crawl' all over elements to the left of them when the page was expanded.
What's the best way to theme the list of books at www.mydrupalwebsite.com/book. I'm using php (.theme) for theming my site, but I don't see any "theme_" function that I can overide in the books module to do this.
I know that the IE is a pain in the ass respecting css, but I have a problem with a mod of the cleanslate theme. You can view here. The right sidebard eats a little of the forums table. In Mozilla all was fine, but is there any form of solve it for IE?
Hi,
I need to help with detection in theme under phptemplate engine if I am on list of stories (for example taxonomy/term/2, taxonomy/term/whatever) or if I am on specific story which is stored under this taxonomy (for example node/8).
I'm using phptemplate for theming. On a page with a certain type of node on it, I would like the title displayed a certain way. However, the node type doesn't seem to be available to me in phptemplate. Is this correct? e.g.
I want to put "read more" after the teaser and not together other links. So I lurked this site and after some tries I get the following code (i use php template on drupal 4.6):
the only problem I found till now is that "read more" is put in ALL event nodes even if there is nothing else to show (you can look here, the site is in italian "read more" is "leggi tutto").
Cheers, Aress