coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: william on July 31, 2004, 12:07:14 AM

Title: How to display ALL questions and answers in the FAQ?
Post by: william on July 31, 2004, 12:07:14 AM
I've noticed that not all questions/answers are displayed in the gallery FAQ . They all exist in the language file english.php but some do not appear in the gallery. How do I activate all questions/answers so they display in the gallery FAQ? This was not a issue in version 1.3.0. I'm using version 1.3.1.

Thank you,
William
Title: Re: How to display ALL questions and answers in the FAQ?
Post by: Nibbler on July 31, 2004, 01:14:51 AM
The questions that appear depends on your config settings, although I'm not too clear about it myself.

You can display them all by opening faq.php

     if ($CONFIG[$element[2]] == $element[3]) {

change to

     if (TRUE) {
Title: Re: How to display ALL questions and answers in the FAQ?
Post by: william on July 31, 2004, 01:34:10 AM
Thanks Nibbler, I appreciate the speedy response! I suspected that some of the Q and A did not appear due to config settings. I played with the config settings but it didn't seem to have the desired effect. I'll try your suggestion and see what happens. Thanks again, William