coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: brightlightgloom on September 21, 2005, 10:07:49 PM

Title: Modifying the FAQ page?
Post by: brightlightgloom on September 21, 2005, 10:07:49 PM
Is it possible to modify the FAQ page? I would like to display my own information in it and stuff like that. I've looked through all the files, but I couldn't find the content anywhere.


Also, how do I add a link to the footer above or below the coppermine-line? I'm using a modified version of the Hardwired Template.
Title: Re: Modifying the FAQ page?
Post by: Nibbler on September 21, 2005, 10:34:22 PM
The faq data is in the language files, scroll down to

// ------------------------------------------------------------------------- //
// File faq.php //cpg1.3.0
// ------------------------------------------------------------------------- //
Title: Re: Modifying the FAQ page?
Post by: brightlightgloom on September 21, 2005, 10:58:56 PM
Thank you!

And how can I rename the 'FAQ' menu point to 'About' or something?
Title: Re: Modifying the FAQ page?
Post by: Joachim Müller on September 22, 2005, 08:28:51 AM
This is in the language file as well, find // ------------------------------------------------------------------------- //
// File theme.php
// ------------------------------------------------------------------------- //
- you'll notice (at the very bottom of the section)  'faq_lnk' => 'FAQ', //cpg1.3.0Change accordingly.