How do I edit the disclaimer? How do I edit the disclaimer?
 

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

How do I edit the disclaimer?

Started by mchapman, January 13, 2004, 12:25:52 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mchapman

Hi,

I need to edit the TOS to include more specific text (such as No Porn). Where can this be done?

Thanks,

Mike C.

Joachim Müller

edit lang/english.php (or whatever language you're using) and look for// ------------------------------------------------------------------------- //
// File register.php & profile.php
// ------------------------------------------------------------------------- //

if (defined('REGISTER_PHP') || defined('PROFILE_PHP')) {

$lang_register_disclamer = <<<EOT
Change the stuff after it...

GauGau

mchapman