Quote:
Originally Posted by SEWER WOLF
since doing this the link for my arcade has gone from my navbar. can someone please help me with this issue.
|
Go to Admin CP > Styles & Template > Style Manager > Edit Templates > header > search for
Code:
<td class="navbar"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
after it add
Code:
<td class="navbar"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>
You'll get "Arcade" link after the memmber list link in navigation bar.