The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Quick Navigation on v4 Modified
Hello
in vb 3 forum jump just select forum and click go in vb 4 must search in list of the forum How can I make the list as it was in version 3? |
#2
|
|||
|
|||
Another vote for this feature!
|
#3
|
|||
|
|||
Me three... users begging for it back. Why take it out? Newer is not necessarily better.
|
#4
|
||||
|
||||
OK... This will add the "Go" button back when viewing a thread (which is the only time I think it is necessary)
First you need to Add a New Plugin... In Admin CP go to Plugin Manager -> Add a New Plugin Product: vBulletin Hook Location: showthread_start Title: Go Button Register ShowThread Execution Order: 5 Plugin Code: PHP Code:
and SAVE. Now you must edit the forumjump template. In Admin CP -> Style Manager -> Edit Templates -> forumjump Find the line: Code:
<a href="{vb:raw navpopup.link}" class="popupctrl"><span class="ctrlcontainer">{vb:raw navpopup.title}</span></a> Code:
<vb:if condition="THIS_SCRIPT=='showthread'"><a href="forumdisplay.php?f={vb:raw goforum}" class="textcontrol" onclick="document.location='forumdisplay.php?f={vb:raw goforum}';return false;">Go</a></vb:if> You will get a Go button like in the picture... |
#5
|
||||
|
||||
FYI I made this into a mod:
https://vborg.vbsupport.ru/showthread.php?t=257179 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|