Quote:
Originally Posted by random1
i recently purchased it and we absolutely love it. does anyone know of a way to integrate a link into my navbar to the flasherize chat url? i have a chat button from another program in the navbar but couldnt figure out what to do with it. thanks!
|
Even though I don't have this chat room script personally, I do know how to add links to the navbar. Add this code in, replacing [link to chat room] with the address of your chat room.
Code:
<td class="vbmenu_control"><a href="[link to chat room]">Chat Room</a></td>
Add it somewhere below
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
or any other such piece of code for any other link in the navbar.