Sorry, I know there are a lot LOL but I had searched and thought I found my fix, however it didnt work.

What I need is to put a new, custom sidebox on one category only. I installed the new editable sidebox mod and put the following code into the editable_sidebox.php file under modules/sideboxes:

if ($current_category_id == '5')
$show_editable_sidebox = true;
}
else
{ $show_editable_sidebox = false; }

However, when I input this code and turn on the sidebox, ALL of my sideboxes disappear except on this one category. I'm just trying to get the new editable_sidebox to only appear on category 5 pages, not affect the rest of them. Any ideas on why this is happening, or how to fix it? Thanks!