Quote:
Originally Posted by Ranger375
I have a question, I am trying to remove the FAQ from my navbar, but everytime I do, it gets rid of my donate link. Anything I can do?
|
You can simply replace:
Code:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
with:
Code:
<td class="vbmenu_control"><a href="misc.php?do=donate" accesskey="5">$vbphrase[cybpaypal_donate]</a></td>
in navbar template.
Then go to hack settings and disable automatic insertion of Donate link to navbar.
This will remove FAQ link and add Donate to it's place.