The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Update on pagejump.
Well I'm still in need of this and I'm trying to get the source code. Heres what I found so far..
Quote:
|
#2
|
|||
|
|||
Heres some quick code, it *works* but its ganna require you to do some work. Basicly for every forum you wish to include you must add a new line like this:
<option value="1">Forum one</option> Value is the forum id you want the jump to go to when its selected. the "forum one" sould be changed to the forum name that the link will direct someone to. This block of code can be added to any page, anywhere. <smallfont><b>Forum Jump:</b> <select name="forumid" onchange="window.location=('forumdisplay.php?s=$se ssion[sessionhash]&daysprune=$daysprune&forumid='+this.options[this.selectedIndex].value)"> <option value="-1" selected>Please select one:</option> <option value="1">Forum one</option> </select></smallfont> |
#3
|
|||
|
|||
Uh huh.. let me go try it..
[Edit] Works.. guess I'll devote an hour tommarrow to this code. Tnanks again Anime-loo. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|