Quote:
Originally Posted by Mischievious
How would I be able to move Chatbox link in the navbar, to the Quick Links?
The normal way does not work properly because of the pop-up option.
|
Code:
<if condition="$bbuserinfo['userid']"><tr><td class="vbmenu_option"><a href="/forums/mgc_chatbox.php" target="_blank">Chatbox Title</a></td></if></tr>
You can put this in the quicklinks section. If you use a forum instead of a forums directory, drop the s. It will open a new page, if you don't want that, drop the target="_blank" portion and finally Chatbox Title is whatever you want it to read in the dropdown.
If you wish to call this from a vbAdvanced page, put in the absolute path instead.