Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL Appear/Disappear


olsonsp4c

Recommended Posts

This is where you could find support for my addon: SSL Appear/Disappear

 

It is a simple script that you can use anywhere that you want things to disappear or appear when you have SSL (ie. boxes, graphics, etc.). It helps when getting the recurring popups that tell you the page contains both "secure and unsecure" objects.

 

 

http://addons.oscommerce.com/info/5703

 

thanks.

 

Scott (olsonsp4c)

Link to comment
Share on other sites

  • 10 months later...

I found this contribution by accident and thought it was the answer to my prayers but unfortunately just can't get it to work for some reason. i have two infoboxes I need to "turn off" in SSL which have javascript feeds in them and try as I might I ncan't get rid of the security warnings in SSL and still keep them working. The code in both boxes is similar (I've posted one below) could you show me where to place the code to make them disappear in SSL so I can see if I'm being a numbskull. Any help would be appreciated.

 

<?php

/*

$Id: blog.php 1739 2007-12-20 00:52:16Z hpdl $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

?>

<!-- blog //-->

<tr>

<td>

<?php

 

$info_box_contents = array();

$info_box_contents[] = array('align' => 'left', 'text' => BOX_HEADING_BLOG);

new infoBoxHeading($info_box_contents, false, false);

 

$info_box_contents = array();

$info_box_contents[] = array('align' => 'left',

 

'text' => '<script src="http://feeds.feedburner.com/ASeaAnglersNotebook?format=sigpro&excerptLength=12" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/ASeaAnglersNotebook"></a><br/>Powered by FeedBurner</p> </noscript>'

);

 

new infoBox($info_box_contents);

 

?>

</td>

</tr>

<!-- blog_eof //-->

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...