Something last:
It says in the txt:
3. v3 Articles runs in forumroot/article.php. You need to link to this somewhere, most people will use the navbar to create an "Articles" link.
To do this, open the navbar template and find:
-------------
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
-------------
Above this, add:
-------------
<td class="vbmenu_control"><a href="article.php?$session[sessionurl]">Articles</a></td>
Where can i find this navbar template?(where do i have to go)
Thanks a lot again
|