forum.coppermine-gallery.net

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

Code: [Select]
// ------------------------------------------------------------------------- //
// 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
Code: [Select]
// ------------------------------------------------------------------------- //
// File theme.php
// ------------------------------------------------------------------------- //
- you'll notice (at the very bottom of the section)
Code: [Select]
  'faq_lnk' => 'FAQ', //cpg1.3.0Change accordingly.