This forum is for assistance with theme development.

Fixed Width Primary Links and Firefox

OK, here's a strange one....

With this theme, we wanted primary links to be a fixed width. The CSS uses the following code to do this: -

#primaryLinks {
font-size: 85%;
line-height:normal;
}

#primaryLinks ul {
padding:0;
margin:0;
list-style:none;
}

#primaryLinks li {
display:inline;
width:120px;
height:31px;
margin:0 120px 0 0px;
padding: 0 0 0 0;
}

Taxonomy browser check boxes?

Hi, I'm using the patched 5.x version Taxonomy Browser (http://drupal.org/node/115890), which works great. But the taxonomy selection is made by multi-select elements. I'd like to change that into checkboxes. Is that possible? I looked at modules like Taxonomy super select and Formtweaker, which do exactly what I want, but they only work for node adding/editing, not for taxonomy browsing.
Thanks for any suggestions!

In my tinkering...

I changes something such that there is now a grey bar at the top of the garland theme, I was following these instructions:
http://drupal.org/node/92657

my site is here:
http://thethoughtsalesman.com/drupal-5.2/drupal-5.2/

please note, my site doesn't have anything on it yet.

how to show page with categories and their respectives nodes insides such categories (with views)?

Hello guys

I need to show a kind of index page like

Category1
Node1 title
Node2 title
Node3 title

Category2
Node4 title
Node5 title
Node6 title

Category3
Node7 title
Node8 title
Node9 title

I have been trying with views but so far I just get something like

Node1 title
Node2 title
Node3 title
Node4 title
Node5 title
Node6 title
Node7 title
Node8 title
Node9 title

applying different theme for node lists versus full node view

I would like to apply a different theme to node when displayed as a full page by itself at say for example:
http://www.somesite.com/node/111111

compared to when a list of nodes is displayed when I visit
http://www.somesite.com/node/

Note this is not the front page so checking for is_front does not help.

thanks!

Need help implementing design in Drupal

Hello I have a webdesign http://www.befriends.se/site/genericsite.gif
which I need implemented in Drupal.
Anyone got an idea how this could be done?
Maybe it could be done by tweaking one of the themes, i've tried to make Garland display solid colors but I failed the css-stylesheet is so massive and complex.
Help is greatly appreciated.

Best Regards
Miroch

Pages

Subscribe with RSS Subscribe to RSS - Theme development