Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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? ;)
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:
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.
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.
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.