Quote Originally Posted by grfa02 View Post
Thanks for the great contribution!

Is there a way to make it so that the editable sidebox does not appear on the check out pages ?
I need the same thing. The content for my sidebox is pulled from another site. All is good on non-ssl pages, but on ssl-pages the fact that the pulled-in content is not secure is causing the page it is displayed on to become non-secure.

I tried constructing an if statement along the lines of
if ($connection == 'SSL') {
blah blah blah
and placing this in the /includes/modules/sideboxes/sideboxname.php file, but with no luck.