Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Westin] Drop down selection for categories to go to that category fast?

Quote Reply
Re: [Westin] Drop down selection for categories to go to that category fast? In reply to
Hi,

Check out the code for Category_Dropdown in my ULTRAGLobals.pm file. Then, just a case of doing something like:

Code:
<%loop category_loop%>
<option value="<%URL%>"><%Full_Name%></option>
<%endloop%>

..then a little bit of Javascript, which will then send them to the value="" for the select box.

If I had a bit more time, I'd do this for you - but kinda busy today =)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Drop down selection for categories to go to that category fast? Westin 3492 Apr 30, 2009, 7:02 AM
Thread Re: [Westin] Drop down selection for categories to go to that category fast?
Andy 3358 Apr 30, 2009, 7:18 AM
Post Re: [Andy] Drop down selection for categories to go to that category fast?
Westin 3347 Apr 30, 2009, 8:07 AM