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!![]()



