Modifying the FAQ page? Modifying the FAQ page?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Modifying the FAQ page?

Started by brightlightgloom, September 21, 2005, 10:07:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

brightlightgloom

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.

Nibbler

The faq data is in the language files, scroll down to

// ------------------------------------------------------------------------- //
// File faq.php //cpg1.3.0
// ------------------------------------------------------------------------- //

brightlightgloom

Thank you!

And how can I rename the 'FAQ' menu point to 'About' or something?

Joachim Müller

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.