Zen Cart Logo
Forums / General Questions / Adding Pages to Information Sidebox

Adding Pages to Information Sidebox

Locked

Views: 1,531

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
19 Apr 2009, 5:55 PM
#1
karmicdat4mywork avatar

karmicdat4mywork

New Zenner

Join Date:
Apr 2009
Posts:
13
Plugin Contributions:
0

Adding Pages to Information Sidebox

I've added FAQs to the Information Sidebox by copying the "Conditions" files, saving as "FAQs" using similar capitalization/non-capitalization throughout. When I click on the link in the sidebox, the title and back buttons appear, but the "content" is missing. define_faqs is showing under the Tools under Define Pages Editor. However, Define FAQs Status doesn't appear in the Control Panel under Define Page Status. The following represents what I've done:

Includes/Modules/Sideboxes/slc_custom/information.php
Includes/Modules/pages/faqs/header_php.php
Includes/extra_datafiles/faqs_filenames.php
Includes/templates/slc_custom/templates/tpl_faqs_default.php
Includes/languages/scl_custom/engish.php
Includes/languages/english/faqs.php
Includes/languages/english/html_includes/define_faqs.php

Have I missed something here? I've double-, triple- and quadruple-checked all file content in comparison to the "Conditions" and "Privacy" files to make sure it was the same. Would def appreciate anyone's help on this...it's so frustrating.,,,:blink:

19 Apr 2009, 6:25 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Adding Pages to Information Sidebox

Ka,
You have not added the *define_faqs to the database, that is how the admin panel reads the information

www.your_website.com/cpanel
*

  1. MySQL, click on your data base
  2. do a search for define_conditions_status
  3. you will see what i mean
20 Apr 2009, 12:57 AM
#3
karmicdat4mywork avatar

karmicdat4mywork

New Zenner

Join Date:
Apr 2009
Posts:
13
Plugin Contributions:
0

Re: Adding Pages to Information Sidebox

Thank you soooooo much!! :clap:

I had no idea that the database needed to be manually updated. Even that took a little figuring out on my part, since I've never had to deal with databases before. However, it always feels good to learn something new, and now I'll be better prepared going forward.

Have a very blessed day! :D

20 Apr 2009, 1:10 AM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Adding Pages to Information Sidebox

Ka,
You are most welcome, glad I could help you..