
Originally Posted by
hrinfo
Hi Clyde
Found the bug and fixed it :-)
In /includes/templates/your_template_/sideboxes/tpl_links_select.php
Replace line 14:
$content.= zen_draw_form('links', zen_href_link(FILENAME_LINKS, '', 'NONSSL', false), 'get');
With:
$content.= zen_draw_form('links_form', zen_href_link(FILENAME_LINKS, '', 'NONSSL', false), 'get');
Hope that helps few people but thanks does goes to Clyde for this great module.
Tassos