Quote:
Originally Posted by Kimiko
Is there, or will there be a way to get it integrated into the main forum page? I'd like to add it to the links at the top of the forums like where the memberlist, etc are. If that is possible, then this will be perfec for me!
Thanks
|
thats what i was trying to do and after a bit of playing managed it
set up the hack as the instructions and then you need to modify the navbar template
search for
HTML Code:
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$show['member']">
immediately after it paste
HTML Code:
<td class="vbmenu_control"><a href="http://www.yoursite.com/yourforumdirectory/chat.php
">Chat</a></td>
altering yoursite.com and yourforumdirectory to your own site links
that should give you a chat button on the left of the navbar