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
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) {
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