Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jan 2010
    Posts
    19
    Plugin Contributions
    0

    Default How to display absolute links sidebox both in SSL and NONSSL page?

    In includes/modules/sideboxes/yourtemplate/absolute_links.php,

    Is it possible to change this code so it can be displayed on both ssl and nonssl page?

    PHP Code:
      if ($request_type == 'NONSSL') { 

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How to display absolute links sidebox both in SSL and NONSSL page?

    absolute_links.php is not a file that is part of the distribution

    Did you look for a support thread for the mod?
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jan 2010
    Posts
    19
    Plugin Contributions
    0

    Default Re: How to display absolute links sidebox both in SSL and NONSSL page?

    I can't find a support thread for this mod.

    Only 3 PHP files uploaded.

    1. includes/languages/english/extra_definitions/YOUR_TEMPLATE/absolute_links_defines.php

    2. includes/templates/YOUR_TEMPLATE/sideboxes/tpl_absolute_links.php

    3. includes/modules/sideboxes/YOUR_TEMPLATE/absolute_links.php

    The only 'SSL' word I'd found is in the absolute_links.php file.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How to display absolute links sidebox both in SSL and NONSSL page?

    Most will drop side boxes on secure pages to avoid the issue you are seeing
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Jan 2010
    Posts
    19
    Plugin Contributions
    0

    Default Re: How to display absolute links sidebox both in SSL and NONSSL page?

    I just want to display the absolute links sidebox on my customer's account page.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How to display absolute links sidebox both in SSL and NONSSL page?

    I just want to display the absolute links sidebox on my customer's account page.
    This should be OK as they are just links and can be http

    Only thing that will break is if you pull an image or other item into the page from an http location versus from a https location as in an image that exists off your server
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Jan 2010
    Posts
    19
    Plugin Contributions
    0

    Default Re: How to display absolute links sidebox both in SSL and NONSSL page?

    This idea just came up.

    What if I just duplicate the sidebox. So I have two identical sidebox but with different purpose. One will appear on secure page & the other one on non secure page.

    I will then change the code,

    1.absolute_links.php
    PHP Code:
      if ($request_type == 'NONSSL') { 
    2.absolute_links_2.php
    PHP Code:
      if ($request_type == 'SSL') { 
    Do you think this would work?

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How to display absolute links sidebox both in SSL and NONSSL page?

    Do you think this would work?
    Not necessary for link to another site
    Are you getting errors?

    Post a Link to your aite
    Zen-Venom Get Bitten

  9. #9
    Join Date
    Nov 2007
    Location
    Upstate NY
    Posts
    232
    Plugin Contributions
    0

    Default Re: How to display absolute links sidebox both in SSL and NONSSL page?

    Quote Originally Posted by kobra View Post
    Most will drop side boxes on secure pages to avoid the issue you are seeing
    How do we turn off sideboxes on secure pages? I need to drop my live help box in SSL.

    <apologies if I'm hijacking your thread >

  10. #10
    Join Date
    Nov 2007
    Location
    Upstate NY
    Posts
    232
    Plugin Contributions
    0

    Default Re: How to display absolute links sidebox both in SSL and NONSSL page?

    Quote Originally Posted by Tapper View Post
    How do we turn off sideboxes on secure pages? I need to drop my live help box in SSL.

    <apologies if I'm hijacking your thread >
    Hey! Found something
    http://www.zen-cart.com/forum/showthread.php?t=120388

    But this turns blank sidebox off only for checkout and login. But if someone logs in and then browses around they'll get the SSL error
    Last edited by Tapper; 11 Mar 2010 at 05:00 PM.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How Display subcategory images and links on Main category page?
    By windowla in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 19 Jun 2010, 06:16 PM
  2. enhanced absolute links sidebox
    By JohnBoyCR in forum Addon Sideboxes
    Replies: 2
    Last Post: 13 Jan 2010, 06:44 PM
  3. absolute links sidebox - how to add extra links?
    By kal in forum Addon Sideboxes
    Replies: 5
    Last Post: 21 Aug 2008, 10:12 PM
  4. Absolute Links Sidebox
    By tolefairy in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 27 Jul 2007, 09:15 PM
  5. Replies: 2
    Last Post: 7 Jun 2006, 02:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg