
07-22-2004, 09:39 PM
|
 |
|
|
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by bitg
OK, I just figured this out.
If you want to use your regular navbar template instead of the one that is included with this hack, just do the following:
Open chat/index.php in your editor
Look for
Code:
eval('$vbxirc_navbar = "' . fetch_template('vbxirc_navbar') . '";');
And replace it with
Code:
eval('$vbxirc_navbar = "' . fetch_template('navbar') . '";');
That is it. Then you can delete the "vbxirc_navbar" template.
Now, if you want the navbar in your chatroom to be completely different than the rest of your site, just ignore these instructions and keep the "vbxirc_navbar" template. I did this on my site because when I add a new feature, I do not want to have to edit multiple navbar templates.
Just trying to help.
|
Like i said before there is a reason, its because of the links and js ;P
|