olsonsp4c Posted February 29, 2008 Posted February 29, 2008 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) Quote Addons I've crafted: osC reCaptcha | Live Support phpOnline | Store Mode | Simple Categories Header | Authorize.Net Infobox Package Tracking Plus | USPS Flat Rate Shipping | USPS Shipping Insurance | RapidSSL Infobox
blakdog Posted January 3, 2009 Posted January 3, 2009 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 //--> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.