Adrian Schneider
10-24-2004, 09:03 PM
I am using custom vbulletin powered pages, but I can't seem to figure out how to have more than 1 parent page. Say if I am working on the Misc Downloads page, but want there to be a link to the parent page of Downloads between the current page and the forum home. Any ideas? Here is the section of code it would be in..
$navbits = array();
$navbits[$parent] = 'Misc Downloads';
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('m-downloads') . '");');
$navbits = array();
$navbits[$parent] = 'Misc Downloads';
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('m-downloads') . '");');