This forum is for assistance with theme development.

Make 'Image Galleries' field appear outside of the Categories fieldset?

In the node create/edit form, what is the best way to make the 'Image Galleries' taxonomy dropdown field appear seperate from the rest of the categories (i.e. not in the Categories fieldset)?

Why most theme developers write wrong code like this...

Most people write code as:

<?php if ($sidebar_right) { ?><div id="sidebar-right">
      <?php print $sidebar_right ?>
    </div><?php } ?>

But I think that right code must be written like this:
<?php if ($sidebar_right) print "<div id=\"right_side\">".$sidebar_right."</div>" ?>

How todo 2 different templates for some pages?

I need to do next: some pages of Drupal site must use one template, and all other pages must use default template.

Why I need it? I'm explain: I need that at few pages don't be displayed informations like submitted by admin, add comments, votings etc... So, I want to do some pages as a simple pages. And for all other pages I need to use default template with this information (submitted, comments etc.)

How I can do it? Thx.

IE6 height bug

Hi. I've problem with height. See an example - http://www.ztu.edu.ua/test/test.html

I have table and in FF height is normal, but in IE6 height is smaller. I need height size like at FF.

How to fix it?

PS: I've just cut some code from my template and input in test.html

theming tutorials?

is there any tutorials on how to theme correctly

im going to start the process of theming my site but im un sure the correct way to go agout this.
should i theme it first in the default style then fix it accordingly once i start to add my layout template
or should i 1st make my layout in css and then add snippets in the html and build that way?

Anyone have a 4.7.x of Lincoln's Revenge

About a year ago I moved my blog over to Drupal, and while I am happy I did make a mistake and create a template from Lincoln's Revenge... A template that is garbage under 4.7 :(

http://www.speciousreasoning.com/

Any word on if there is a new one? Or do I have to rebuild the theme from sratch using another theme?

Thanks!

Pages

Subscribe with RSS Subscribe to RSS - Theme development