A previous post that has instructions to get this to work with vbadvanced does not work for me. The menu will not pop open!
I got it to work with vBadvanced this way: In your vBa CMPS go to: Default Settings>Main Options >Portal Output Global Variables. In that box you must add: forumNavJumpMenu
Then the popup for the jump menu will work on your vBadvanced CMPS v3.0 RC1.
I am on vb3.6.4 and this works great now.
Then I noticed in my Links (vBadvanced Links Directory v2.0.1) the jump menu urls were wrong so I just hard coded the url to my forumdisplay.php in the product like this on line #75:
$jumpforumbits2[$optionvalue] .= "<a href=\"http://www.your.domain.com/forum/forumdisplay.php?f=".$forumid."\">".$optiontitle." </a>";
Just replace:
http://www.your.domain.com/forum/ with your correct path.
All fixed!