find this:
PHP Code:
<tr align="center">
add after:
PHP Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
I think that will give you back your USERCP....
to add onto the navbar....
find this:
PHP Code:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
then modify the faq.php to suit your needs (the page you want to add - index.php for example.) also be sure to change [faq] to what ever it is you want it to say on the link...
when you say:
Quote:
Also, could someone tell me how I can add more options on top of where all of my options are? Like you know? Where it say Arcade, Memberlist and all. I want to add more options on top of that box. The box where it's listing all of my options for the jump options. Thanks
|
Are you meaning the Quicklinks drop down is what you want to add on to?