Quote:
Originally Posted by Saviour
So...as I have asked you before...is there a fix for this?
Thank you for your time.
|
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....