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....
|
Can some one elaborate on this some more I don't understand. Im trying to make chatbox full have breadcrumbs like chatbox archive has. Its asked on page 1.
Like what template to edit, what code to put in, and were to put it, Thanks.