Hey guys,
I need to know what PHP I have to write in order to get the navigation to display multiple pages. By that I mean I have a bunch of different custom pages and at the top on the navigation bar it'll normally have:
vBulletin.org Forum > Custom Page
But I want it to display any extra pages that run off my custom page, so it looks like this:
vBulletin.org Forum > Community Discussions > General vBulletin Discussions
The PHP code I see in the file is:
PHP Code:
$navbits = construct_navbits(array('' => $vbphrase['custompage']));
What do I add after that?