Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    red flag Create Account / Log in pages?

    How can you disable both the left and right columns on both the Create Account and Log in pages?

    Can this be done via individual css pages or do I have to go into the code? Please be as specific as possible and provide the necessary code and file names. Still have a lot to learn on how to customize ZC! Thank you.
    Thank you,
    autoace

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Create Account / Log in pages?

    Look in the tpl_main_page.php for your template ...

    You will see the code to disable the right column:
    Code:
    // the following IF statement can be duplicated/modified as needed to set additional flags
      if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes_on_here,separated_by_commas,and_no_spaces')) ) {
        $flag_disable_right = true;
      }
    You can use the same thing for the left column as well with $flag_disable_left ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Log In and Create Account Page?
    By kab_death in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Mar 2010, 02:26 AM
  2. Separate 'log in' and 'create account' pages needed
    By kirkzeus in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 28 Jun 2008, 09:02 AM
  3. Duplicate forms on Account Create / Log In page
    By MtnVision in forum Managing Customers and Orders
    Replies: 1
    Last Post: 28 Jan 2008, 02:16 AM
  4. URGENT - can't log in or create account
    By dilate in forum General Questions
    Replies: 3
    Last Post: 7 Nov 2007, 06:03 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