The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Is there a code for the 'jump to' navigation box?

2 posters

Go down

Is there a code for the 'jump to' navigation box? Empty Is there a code for the 'jump to' navigation box?

Post by boffer10 September 15th 2010, 7:02 pm

I would like to put the code in a widget-anybody know the code? phpBB3


Is there a code for the 'jump to' navigation box? 40610
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Is there a code for the 'jump to' navigation box? Empty Re: Is there a code for the 'jump to' navigation box?

Post by KingOfSports September 15th 2010, 10:48 pm

Code:
<form name="jump">
<p align="center">
<select name="menu">
<option value="URL HERE">TEXT HERE</option>
<option value="URL HERE">TEXT HERE</option>
<option value="URL HERE">TEXT HERE</option>
<option value="URL HERE">TEXT HERE</option>
<option value="URL HERE">TEXT HERE</option>
</select>
<input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
</p>
</form>
KingOfSports
KingOfSports
Hyperactive

Male Posts : 2487
Reputation : 38
Language :
Location :

Back to top Go down

Is there a code for the 'jump to' navigation box? Empty Re: Is there a code for the 'jump to' navigation box?

Post by boffer10 September 15th 2010, 11:06 pm

Thanks, KOS, but what I'm looking for is the auto-generation of my forum's nav tree that the 'jump to' box provides.
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Is there a code for the 'jump to' navigation box? Empty Re: Is there a code for the 'jump to' navigation box?

Post by Guest September 15th 2010, 11:10 pm

If you give me your forum link i will give the code for all Smile
avatar
Guest
Guest


Back to top Go down

Is there a code for the 'jump to' navigation box? Empty Re: Is there a code for the 'jump to' navigation box?

Post by boffer10 September 15th 2010, 11:20 pm

avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Is there a code for the 'jump to' navigation box? Empty Re: Is there a code for the 'jump to' navigation box?

Post by Guest September 15th 2010, 11:29 pm

Look here is your forum jump box:

now you need to change every link for the forum in this code:

Code:

<p class="right">Jump to:&nbsp;<select name="selected_id" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"><option value="-1">Select a forum</option><option value="-1"></option><option value="-1">|</option><option value="c2">|--Topical</option><option value="f3">|&nbsp;&nbsp;&nbsp;|--SFG: motto-logo-yugo!</option><option value="-1">|&nbsp;&nbsp;&nbsp;</option><option value="c1">|--Square Foot Gardening</option><option value="f20">|&nbsp;&nbsp;&nbsp;|--Welcome Mat</option><option value="f21">|&nbsp;&nbsp;&nbsp;|--How To...</option><option value="f8">|&nbsp;&nbsp;&nbsp;|--Showcase of Gardens</option><option value="f22">|&nbsp;&nbsp;&nbsp;|--&nbsp;</option><option value="f24">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--General Talk</option><option value="f25">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Seed Exchange</option><option value="f29">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Pests</option><option value="f26">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Outside the Box</option><option value="-1">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option value="f5">|&nbsp;&nbsp;&nbsp;|--&nbsp;</option><option value="f13">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Discussion</option><option value="f14">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Database</option><option value="-1">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option value="f10">|&nbsp;&nbsp;&nbsp;|--Compost</option><option value="f15">|&nbsp;&nbsp;&nbsp;|--&nbsp;</option><option value="f23">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Food Discussion</option><option value="f16">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Tomatoes</option><option value="f17">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Peppers</option><option value="f18">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Squash</option><option value="f19">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Brassicas</option><option value="f28">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Everything Else</option><option value="f27">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Cotten Candy</option><option value="-1">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option value="f7">|&nbsp;&nbsp;&nbsp;|--&nbsp;</option><option value="f6">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--Certified Teachers</option><option value="f12">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--SFG Foundation/Product</option><option value="f11">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;|--SFG Polls</option><option value="-1">|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</option><option value="f9">|&nbsp;&nbsp;&nbsp;|--Forum Feedback</option><option value="-1">|&nbsp;&nbsp;&nbsp;</option><option value="c5">|--Regional Forums</option><option value="f4">|&nbsp;&nbsp;&nbsp;|--Central Anywhere</option><option value="-1">|&nbsp;&nbsp;&nbsp;</option><option value="c3">|--Basket</option><option value="f1">&nbsp;&nbsp;&nbsp;&nbsp;|--I Use This Forum</option><option value="f2">&nbsp;&nbsp;&nbsp;&nbsp;|--basket</option></select>&nbsp;<input class="button2" value="Go" type="submit"></p>

Change the text in the Value: e.g f1, f3, f26 to links Smile as KOS code Smile
avatar
Guest
Guest


Back to top Go down

Is there a code for the 'jump to' navigation box? Empty Re: Is there a code for the 'jump to' navigation box?

Post by boffer10 September 16th 2010, 12:07 am

LOL TMW! automated! Is there a code for the 'jump to' navigation box? 46987
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Is there a code for the 'jump to' navigation box? Empty Re: Is there a code for the 'jump to' navigation box?

Post by Guest September 16th 2010, 12:08 am

What is TMW Razz? never heart about before Razz lol
avatar
Guest
Guest


Back to top Go down

Is there a code for the 'jump to' navigation box? Empty Re: Is there a code for the 'jump to' navigation box?

Post by boffer10 September 16th 2010, 12:37 am

too much work!
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Is there a code for the 'jump to' navigation box? Empty Re: Is there a code for the 'jump to' navigation box?

Post by Guest September 16th 2010, 12:37 am

Haha yah yah Very Happy lol
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum