I'm using the latest version of PhpTemplate with Drupal 4.6.2, and when I come to display primary or secondary links, it will only show the last link that I have listed in the Themes/Settings/Bluemarine (phpTemplate version) settings.
i.e. out of 'link1', 'link2', link3', only 'link3' is displayed as it should be, the others don't appear. It is the same with any phptemplate theme.
I heard this is a new problem that has only cropped in 4.6.2 of drupal, but if anyone can offer a solution that'd be great.
I have embarked on creating my own design (maybe eventually a template) for my drupal (blog) site.
I created the layout in html – www.veganarky.net/concept.htm – yet have had problems when inserting to code from the bluemarine template and saving as my xtemplate. I have never created a database driven site before… I am new to php, xml and drupal,
The usual story, new to Drupal, fighting the brain shift required to really *get* what's going on...but I figured I'd start with something that should be relatively easy.
I'm using the Chameleon theme. I've added a Google ad banner to the top of my pages by simply adding a $output .= line to chameleon.theme immediately after my site logo. No problem.
I'm not a php expert and I don't know the drupal API very well, so hopefully someone can tell me quickly how to turn this banner off for certain URLs. I would like the banner to not appear on pages like /node/add/*, /admin/*, and a few others. Or if there's an altogether better way to do this, that would also be appreciated.
i am working on a pure css template for my drupal site. the theme is relatively thin so when i go to the admin settings page, some of the form fields (the text area boxes) are so wide that they push everything else to the right of it further down the page.
i'm a newbie at this stuff, and i found drupal and its pushbutton theme as very friendly tools for people like me :-)
the question that i have is how can i remove logo, line and navigation names from the sidebar block. i've been tinkering with the pushbutton's xtemplate.xtmpl and sytle.css -- but couldn't find, or probably understand, which code that governs it.
can anyone help me please? specific answer or at least point me to the right location/file that governs it? thank you very much!