PDA


View Full Version : can't view link


Lionel
10-08-2006, 01:59 PM
when i disable the dhtml, links altough shows as clickable doesn't go to showlink from main page. Tried with 2 browsers and 2 PC

Brian
10-09-2006, 03:11 PM
I was thinking this was already fixed in the download package, but apparently not. If you'll edit your 'adv_links_linkbit' template and look for this code:
<script type="text/javascript"> vbmenu_register("menu_linkbit_$link[linkid]", true); </script>

Replace with this:
<if condition="$vba_options['links_browsedropdown']"><script type="text/javascript"> vbmenu_register("menu_linkbit_$link[linkid]", true); </script></if>

Then that should take care of the problem.