Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: How to display ALL questions and answers in the FAQ?  (Read 3287 times)

0 Members and 1 Guest are viewing this topic.

william

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
    • http://www.geocommapping.com/coppermine/
How to display ALL questions and answers in the FAQ?
« 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
Logged

Nibbler

  • Guest
Re: How to display ALL questions and answers in the FAQ?
« Reply #1 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

Code: [Select]
     if ($CONFIG[$element[2]] == $element[3]) {
change to

Code: [Select]
     if (TRUE) {
Logged

william

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
    • http://www.geocommapping.com/coppermine/
Re: How to display ALL questions and answers in the FAQ?
« Reply #2 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
Logged
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 20 queries.