This forum is for assistance with theme development.

custom page

Hello all, i'm working on a new drupal project but i got stuck..i need to make a custom page like this:
http://www.newmarcel.be/tvseries/headers.htm
so the right and left menu are gone..

can sombody give me a detailed explenation howto do it pls? ;)

node-story.tpl.php: Content not filtered

Hello
I need some help setting up a template for node type "story".

The aim is to have the complete functionality of "story" with the addition of showing attached images.
Therefore an imagefield was added (module imagefield) to story and node.tpl.php was copied to node-story.tpl.php.
The new attached images to a story are probably not shown/rendered in "content" because imagefield uses its own DB table. So some modifications of the div "content" were done to show the images:

Css to primary links

Hi everyone,

I have two horizontal links on page on eis hte primary and other is secondary links.Secondary link is my site menu.I want to give a different class to this.

if (isset($primary_links)) { print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist')) }

if i change the class and keep empty id the menu is shown is vertical format.

Can someone explain me how can i apply my css to this.

regards

Great Menu Theme with url_alias based Section, First, Last, & Active Classes

Hi Folks,

Lately I've been struggling with the concept of a url_alias aware menu theme that would apply a class I could hook onto so menu's can be styled when sub sections are active.

For example, you have an item in Menu A (probably your sites high level navigation) that has a link pointing to '/about/main' and Menu B with several items pointing to url_aliases beginning with '/about/' (i.e. '/about/services', '/about/contact', etc) but, you want the Menu A item to exhibit it's active style while you browse the other Menu B items that begin with '/about/'.

I got it working today and I thought the code would be handy. Many thanks to the folks who wrote the indispensable code which generates the 'active', 'first' and 'last' classes. It all works quite well together.

FYI, it works whether you have clean_urls enabled or not.

Front Page font size issue

I'm using the zen theme with altered css and I'm noticing that the font size on the front page is slightly larger than all of the other pages. Is there any known issue with this?
I checked the style sheet output using Firebug and theres no difference in the CSS between the pages. Its very minute, but just enough to be annoying.

Thanks.

Pages

Subscribe with RSS Subscribe to RSS - Theme development