Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default information sidebox problem

    I have a problem with my information sidebox.

    I've used Define Pages Editor for define_aboutus.php but the sidebox opens a 404 page. On hover, my status bar displays mysite.com/index.php?main_page=FILENAME_ABOUTUS
    The same problem goes for warranty and payways.

    What could be causing this? How do i fix it?

    Also, how do i change the order of links in this sidebox?

  2. #2
    Join Date
    Oct 2006
    Posts
    624
    Plugin Contributions
    0

    Default Re: information sidebox problem

    You have a problem with the About Us mod.

    Re-read the instructions and make sure you have uploaded all the required files.
    Goh Koon Hoek, author of "e-Start Your Web Store with Zen Cart".
    Printed book: www.lulu.com/content/10576284
    Electronic book and Errata: www.cucumbermedia.com/store

  3. #3
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: information sidebox problem

    So, on a fresh install, you can not use Define Pages Editor to edit about_us, warranty and payways page? It's here just for show, right? Interesting...

    Thank you for your response!
    Last edited by balihr; 1 Dec 2009 at 09:00 PM. Reason: forgot to say thanks... :)

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: information sidebox problem

    You don't have pages named about_us, warranty or payways on a fresh install. You have to create them (using the about us mod or similar) before they will exist to edit.

    You can change the order of links by editing /includes/modules/sideboxes/your_template/information.php.

  5. #5
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: information sidebox problem

    OK, i don't have a fresh install at hand, but i'm sure i did't install ANY module regarding these pages. I instantlly moved to EZpages. And now, i can see those 3 links in my information box and i actually do have them on my Define Pages Editor dropdown.

    But, OK, forget about that. How do i sort links in my information box? Currently, i have Shipping-Privacy-Conditions-Contacts and i want Conditions-shipping-Privacy-Contact. How do i do that?

    I will install the AboutUs addon later, thank you.

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: information sidebox problem

    Each link is output by code that looks something like this:
    PHP Code:
      if (DEFINE_CONDITIONS_STATUS <= 1) {
        
    $information[] = '<a href="' zen_href_link(FILENAME_CONDITIONS) . '">' BOX_INFORMATION_CONDITIONS '</a>';
      } 
    You can rearrange them to the order you want, as long as you are sure not to leave part of one behind or put it inside another one.

    Can we see your site? Perhaps your template came with some extra pages.

  7. #7
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: information sidebox problem

    Sorry for the delay, I had to pause my work, i got a baby!

    I installed the AboutUs mod and it works like a charm.

    BTW, i had a big big problem with my charset - i need iso-8859-2 and couldn't get it. After a few days, i realized i was using iso_8859_2 in my MY_LANGUAGE.php - oh man... Notice the dash vs. underline... It makes me wanna cry...

  8. #8
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: information sidebox problem

    Those dashes and underscores can be sneaky :)

    And congratulations!

 

 

Similar Threads

  1. Information and More Information Sidebox
    By sports guy in forum General Questions
    Replies: 4
    Last Post: 21 Dec 2011, 05:40 PM
  2. Problem adding new page title to information sidebox
    By RobertG in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 Nov 2010, 01:14 PM
  3. Information sidebox word wrap problem-TruBlue Template
    By Ecable in forum Addon Templates
    Replies: 0
    Last Post: 15 Feb 2009, 05:31 PM
  4. Problem Adding a New Page to Sidebox/Information
    By amacole in forum Basic Configuration
    Replies: 3
    Last Post: 30 Oct 2007, 02:16 PM
  5. Problem with adding link to information sidebox
    By rkeppert in forum Basic Configuration
    Replies: 3
    Last Post: 4 Mar 2007, 05:16 PM

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