Quote:
Originally Posted by Lynne
Just do exactly what he did for the archive page.
(Find code like this and modify as below.)
PHP Code:
if ($_REQUEST['do']=='cchatbox')
{
require_once('./global.php');
$navbits = array('misc.php?do=cchatbox' . $vbulletin->session->vars['sessionurl_q'] => $vbphrase['cybcb_chatbox']);
construct_forum_jump();
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
etc....
|
I wish he would update this error