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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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 2 Guests 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