To make it compatible with vbadvanced find in plugin code( AdminCP-> Plugins & Products -> Plugin Manager -> ForumJump (if you used productxml from SkyCatcher or the name you give to plugin)
Quote:
$jumpforumbits2[$optionvalue] .= "<a href=\"forumdisplay.php?f=".$forumid."\">".$option title."</a>";
|
and put {$vbulletin->options['bburl']}/ before forumdisplay.php
Quote:
$jumpforumbits2[$optionvalue] .= "<a href=\"{$vbulletin->options['bburl']}/forumdisplay.php?f=".$forumid."\">".$optiontitle." </a>";
|