Quote:
Originally Posted by plauderer
arcade hack worked perfekt in standart style but i had problems to find the line i should change in navbar in 3 styles. there isnt the line
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
i should find , where should i add the line in navbar now ? elsewhere in navbar i tested it dont work
plz help
thx
|
yeah
Before this line you add the arcade link.
HTML Code:
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
the link for calandar would come after this line.
HTML Code:
<td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td>