Quote Originally Posted by hrinfo View Post
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
Just tested your fix and can confirm that it works

Links sidebox is turned on and Zen Lightbox works as well