Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2007
    Location
    Ontario
    Posts
    15
    Plugin Contributions
    0

    help question About_Us Link Doesn't Show in Information Sidebox

    Sort of...

    Ive isntalled the about us page fine, but now Im using the add on for a "Links" page.

    I've read the instructions carefully and triple checked everything. Not sure what I am doing wrong.

    The "Links" link will not show in my information sidebox. However, the page is present and I can edit it in the Define Pages editor.

    Here is a snippet of my information.php:

    Code:
     unset($information);
    
      if (DEFINE_ABOUT_US_STATUS <= 1) {
    
        $information[] = '<a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a>';
    
     }
     
      if (DEFINE_LINKS_STATUS <= 1) {
    
        $information[] = '<a href="' . zen_href_link(FILENAME_LINKS) . '">' . BOX_INFORMATION_LINKS . '</a>';
    
     }
     
      if (DEFINE_SHIPPINGINFO_STATUS <= 1) {
    
        $information[] = '<a href="' . zen_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a>';
    
      }
    
      if (DEFINE_PRIVACY_STATUS <= 1) {
    
        $information[] = '<a href="' . zen_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a>';
    
      }

    If you click on: http://airspeed-x.com/index.php?main_page=links you will see that the page does work. Now, the Navbar title and heading title are not showing (and I have changed them).

    I'm at a loss right now, not sure what to do!

  2. #2
    Join Date
    Oct 2007
    Location
    Ontario
    Posts
    15
    Plugin Contributions
    0

    Default Re: About_Us Link Doesn't Show in Information Sidebox

    Small update: I just fixed the NavBar Title and Heading Title...

  3. #3
    Join Date
    Oct 2007
    Location
    Ontario
    Posts
    15
    Plugin Contributions
    0

    Default Re: About_Us Link Doesn't Show in Information Sidebox

    Fixed!!

    For those with the same problem, go through your directory in the server and make sure everything matches up. In my case, some files were uploaded into incorrect folders (instructions are not always suited for you!).

 

 

Similar Threads

  1. Moving an EZ-Page SideBox link to the Information SideBox?
    By JonathonB in forum General Questions
    Replies: 23
    Last Post: 22 Feb 2012, 08:16 PM
  2. Blank Sidebox Module Doesn't show images
    By jfoster1980 in forum Addon Sideboxes
    Replies: 3
    Last Post: 13 Mar 2009, 04:38 PM
  3. Link doesn't show as link on main page
    By mamasylvia in forum Customization from the Admin
    Replies: 1
    Last Post: 4 May 2008, 12:46 AM
  4. Order information doesn't show in paypal
    By kenneth in forum Addon Payment Modules
    Replies: 0
    Last Post: 23 Oct 2006, 08:37 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