i did. I went there and tried to edit header.php but i couldn't find
PHP Code:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
but i added
PHP Code:
<!-- chat links -->
<div class="vbmenu_popup" id="chat_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">Chat</td></tr>
<tr> <td class="vbmenu_option"><a href="$vboptions[bburl]/chat/index.php?$session[sessionurl]">Chat</a></td></tr>
<tr> <td class="vbmenu_option"><a href="#" onClick="window.open('$vboptions[bburl]/chat/index.php?do=small','key','WIDTH=750,HEIGHT=500,scrollbars=no,left=50,top=50,screenX=50,screenY=50');return false">Chat(Popup)</a></td></tr>
</table>
</div>
<!-- / chat links -->
in header.php under
PHP Code:
<!--NAVBAR POPUP MENUS -->
but still nothing happen. the menu still didn't show the chat menu.