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,
I'm trying to customize a zen theme,
I wanto to include a jquery plugin (placed in /sites/all/misc/) in all my pages, I have readed that I have to use the function drupal_add_js in template.php.
Have a stupid question... I need to get actually visible nodes list in block. Whatever user search for (taxo based list, search engine results, unique node...) on the right side bar I have a google map with points based on node's address CCK field. But inside my google map block, how do I know what are the visible nodes ?????
Does anyone know if there is a way to do either of the 2 things? And if so, can you provide any info you might have?
1. Give users the ability to collapse a forum container. So they don't have to keep scrolling past forums they don't care about.
2. Have the sub-forums of a forum show up on a second page, but not the main forum page? For instance, in the below example, 'Cars' would be the only forum listed on the main forum list page. When clicked, you would then see the 3 sub-forums
Does anyone have thoughts on the best way to modify a theme to allow the logo to change on mouseover? I'm aware of the various code options for mouseovers, but am not sure how to implement it in a theme without too much modification (incase of theme upgrades).