Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Need Category Drop Down Navigation Global

Quote Reply
Need Category Drop Down Navigation Global
like this >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 1 of 3 2 of 3 3 of 3 Will pay by paypal. Thanks
Quote Reply
Re: [Stephan99] Need Category Drop Down Navigation Global In reply to
Sorry the code got buggered when I posted even though it looked ok on preview

the page 1 of 3, 2 of 3, and 3 of 3 are in a drop down select box
Quote Reply
Re: [Stephan99] Need Category Drop Down Navigation Global In reply to
If you're using Gossamer Links 3.x, you can do that already. See this thread.

Adrian
Quote Reply
Re: [brewt] Need Category Drop Down Navigation Global In reply to
Thanks alot man, big help... I am using 2.1 templates... and I got it to work, but the go button is there... how can I make sure the necessary Javascript it detected so the go button does not appear
Quote Reply
Re: [Stephan99] Need Category Drop Down Navigation Global In reply to
You need:
Code:
<script type="text/javascript" src="<%config.build_static_url%>/utils.js"></script>
<script type="text/javascript">
//<![CDATA[
registerEvent(window, 'onload', function () { hideObjects('paging_button', 'paging_button2') });
//!]]>
</script>

Adrian