News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Cant see new lines added in FAQ section

Started by Leny, December 30, 2004, 02:47:16 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Leny

Hello... can't find solutions in forum so... here i am posting again.

I was customizing FAQs in my languaje and i commented (//) some useless (for my needs) lines and they desappeared. Ok.

Later i added some new lines with my own questions & answers. To do this, i copied & pasted some of the original lines to maintain format this way:

Original
array('How do I rate a file?', 'Click on a thumbnail and go to the bottom and choose a rating.', 'offline', 0), //cpg1.3.0

Customized
 array('My question?', 'My answer.', 'offline', 0), //cpg1.3.0

Now I can't see my added new lines and this error appears:  Warning: Undefined index: offline in /var/www/mydomain.com/public_html/copper_dir/faq.php on line 33

But if I change the word 'offline' for 'allow_private_albums' at the end of the line, my new lines appears.
Im confused because a lot of the original lines have 'offline' in and they are showed.  ??? Which is the problem?? Which the sense 'offline' and 'allow_private_albums' are???  ???