i need to add some bits to the navbar such as flashchat but its not the same as the flashchat instructions ....................
Locate this text:
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout"
onclick="return log_out()">$vbphrase[log_out]</a></td>
...and add the following IMMEDIATELY above it. If you uploaded FlashChat to a server directory other than "chat", then you may ned to adjust the href=".." path.
<td class="vbmenu_control"><a href="chat/flashchat.php"
target="flashchat">FlashChat</a></td>
.................
any help appreciated
cheers
|