Quote:
Originally Posted by harmor19
Import the product and select "Allow Overwrite".
In your navbar template
Find
HTML Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
Add Above
HTML Code:
<td id="custom_links" class="vbmenu_control"><a href="#custom_links">$vbphrase[custom_links_link]</a> <script type="text/javascript"> vbmenu_register("custom_links"); </script></td>
$custom_singlelinks
|
Wow, you rock!! I would add this to first post as an option
Thank you for all your hard work...much appreciated.