Quote Originally Posted by hrinfo View Post
Hi Clyde,

I was hoping too that this was the fix but is not. Just tested it and no change once the sidebox is activated the Slimbox dies.

It has something to do with the Links sidebox but I have looked as well through the files (comparisons etc) but could not find anything.

That's a total weird one.

Tassos
Hi Clyde,

I have found the culprit but I don't know how to fix it so you may have a solution. The problem is in the form in sidebox template file tpl_links_select.php (in the templates folder).

The following form code produces the error:

$content.= zen_draw_form('links', zen_href_link(FILENAME_LINKS, '', 'NONSSL', false), 'get');
$content .= zen_draw_pull_down_menu('lPath', $links_array, (isset($_GET['lPath']) ? $_GET['lPath'] : ''), 'onchange="this.form.submit();" size="' . MAX_LINKS_LIST . '" style="width: 90%; margin: auto;"') . zen_hide_session_id();
$content .= zen_draw_hidden_field('main_page', FILENAME_LINKS) . '</form>';

If I remove the form element above then the sidebox still works with only the the text links to view and submit and the Slimbox works fine as well. So it is the code used above that causes it but don't know why.

Hope that will help you to figure it out and help us

Tassos