Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2009
    Posts
    157
    Plugin Contributions
    0

    Default Hiding Sideboxes in SSL Mod

    This would be a neat mod someone can write. I don't have the time as we are busy with our own software.

    Anyone know an easy block of code to add to the proper files for the sideboxes to make them not show in SSL mode?

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

    Default Re: Hiding Sideboxes in SSL Mod

    Anyone know an easy block of code to add to the proper files for the sideboxes to make them not show in SSL mode?
    Already in tpl_main_page.php
    Create one dropping left, right or both columns and in your template create folders for your SSL page names and place it in these folders

    i.e.
    /login
    /create_account
    /check_out
    etc
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Hiding Sideboxes in SSL Mod

    I just add the following code in under the section to test if the box should display:

    if ($request_type == 'NONSSL')
    I.E. for the Skype sidebox I had, the code was inserted here:

    $show_SkypeLive = true;
    if ($request_type == 'NONSSL')
    if ($show_SkypeLive == true)
    And that stops it showing on SSL pages for me
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

 

 

Similar Threads

  1. Hiding Pages/Sideboxes Until Logged In
    By khopek in forum General Questions
    Replies: 6
    Last Post: 16 Jul 2010, 08:04 PM
  2. hiding sideboxes on index page
    By mustang in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Mar 2008, 10:44 PM
  3. Hiding Sideboxes in EZPages Problem
    By esugrue in forum Basic Configuration
    Replies: 2
    Last Post: 16 Dec 2007, 09:08 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR