Quote:
Originally Posted by Slave
Ok .. installed on my dev forums .. seems ok once I'd changed the links for the images in the vBXirc templates .. so that's cool ..
But! .. this whole templete thing is a bit of a bugger .. why doesn't/can't it just use the normal $navbar (and all the others) instead of having it's own? .. I use the java drop downs in my navbar and it's a pain not to be able to use it (if I add any other hack links I now have to add them twice etc) .. I've tried changing $vbxirc_navbar to just $navbar .. but it doesn't seem to like that .. how come?
Apart from that .. TOP work .. 
|
Had the same problem after I got a member to download the zip for me.

Didnt like the custom headers and see no reason to keep them so I just stripped the vbxirc_ from the following three lines in chat/index.php
PHP Code:
eval('$vbxirc_footer = "' . fetch_template('vbxirc_footer') . '";');
eval('$vbxirc_header = "' . fetch_template('vbxirc_header') . '";');
eval('$vbxirc_navbar = "' . fetch_template('vbxirc_navbar') . '";');
Works fine.
Danbc:
Try this in either your vbxirc_navbar or navbar template right after the
HTML Code:
<!-- nav buttons bar -->
code.
HTML Code:
<td class="vbmenu_control"><a href="http://yourURL/chat"> Chat </a></td>