The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Forum Jump Menu
How to play with forum jump menu
like deleting links and add links |
#2
|
|||
|
|||
AdminCP >Styles & Templates > Style Manager > Your Style > forumjump
|
#3
|
|||
|
|||
Ok you mean the forumjump template
Ok here's the code Code:
<div class="smallfont" style="text-align:$stylevar[left]; white-space:nowrap"> <form action="forumdisplay.php" method="get"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="daysprune" value="$daysprune" /> <strong>$vbphrase[forum_jump]</strong><br /> <select name="f" onchange="this.form.submit();"> <optgroup label="$vbphrase[site_areas]"> <option value="cp" $frmjmpsel[usercp]>$vbphrase[user_control_panel]</option> <option value="pm" $frmjmpsel[pm]>$vbphrase[private_messages]</option> <option value="subs" $frmjmpsel[subs]>$vbphrase[subscriptions]</option> How do I add a link to a web page here such as /page.php <option value="search" $frmjmpsel[search]>$vbphrase[search_forums]</option> <option value="home" $frmjmpsel[home]>$vbphrase[forums_home]</option> </optgroup> <if condition="$jumpforumbits"> <optgroup label="$vbphrase[forums]"> $jumpforumbits </optgroup> </if> </select>$gobutton </form> </div> |
#4
|
||||
|
||||
You'll have to do more that just add to the template... notice that there is a "value" in the options there and that value is used in the code to send you to the correct page. Takea look around line 70 of forumdisplay.php to see where you would have to add values - I don't think you can do it with a plugin since I don't see a hook there.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|