Quote:
Originally Posted by Drix
Sorry about the big post, but i have tried to put it several places, but it doesn't seem to work. I'm no good at reading code.
|
go to Style Manager -> Edit Templates [from drop down]
scroll down to
Navigation / Breadcrumb Templates
double click to expand, the double click
navbar to edit.
try looking for this in the navbar template:
Code:
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a></td>
and add this above it:
Code:
<td class="vbmenu_control"><a href="arcade.php$session[sessionurl_q]">Arcade</a></td>
that will place the link directly to the left of the logout button, but will only appear if the user is logged in...making it available for members only.