Carsten
07-16-2008, 09:51 AM
Template adv_links_linkbit uses the linkid as the unique id for the rate menu:
id="ratemenu_$link[linkid]"
...
vbmenu_register("ratemenu_$link[linkid]");
This does not work if the same link is displayed more than once on 1 page, which can happen on links home for example if the link is shown in the newest adn random links boxes.
id="ratemenu_$link[linkid]"
...
vbmenu_register("ratemenu_$link[linkid]");
This does not work if the same link is displayed more than once on 1 page, which can happen on links home for example if the link is shown in the newest adn random links boxes.