I'm running Drupal 4.52 and using the box grey template. I've customized the design of it, and to complete this customization, I need to write an if statement telling the template that if the main page of my website is being loaded, do not insert a couple tags. Otherwise, if a permalink or administration page is being loaded, do put in a couple tags.
Inside forms (e.g. Node edit form > the 'Options' checkboxes), is it really necessary for every checkbox to be enclosed in its own <div class="form-item"> ? It makes it much more difficult to style with css.
I would like to apply new styles for the blocks that appear on right. I am using interlaced theme as learning since i am more familiar with css than php. I see the following code but using this can I apply individual block level styles.
If this theme will not let me can you point me to a resource
I'm after installing phpTemplate v1.0 on drupal 4.5.2. I then installed a few themes. All the phpTemplate themes have a problem with the menu links
All the links are corrupted by an extra ?q= in the URL
Home -> ?q=?q=
(i.e. <a href="/?q=?q=" title="Return to the main page.">)
similarly for all other links, an extra ?q= is prepended to the link, thus none of them work.
Its just this top horizontal menu that has this problem. The user menu works fine.