Quote:
Originally Posted by RS_Jelle
The currect version works fine with vB 3.7 (except for the optional profile template edits)
Adding a link in the navbar template is documented in the Readme-Install.txt:
This will add the link after the Calendar link. For replacing the FAQ link with it, just find
HTML Code:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
and replace it with
HTML Code:
<td class="vbmenu_control"><a href="downloads.php$session[sessionurl_q]">$vbphrase[ecdownloads_downloads]</a></td>
|
Oops, I also read the readme, but it is for vBB version 3.6.x!I tried but couldnt find the right code to replace...I also read many times the whole navbar code but cant identify the necessary code to replace
Anyway, thanks