coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: mchapman on January 13, 2004, 12:25:52 AM

Title: How do I edit the disclaimer?
Post by: mchapman on January 13, 2004, 12:25:52 AM
Hi,

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

Thanks,

Mike C.
Title: How do I edit the disclaimer?
Post by: Joachim Müller on January 13, 2004, 05:48:08 AM
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
Title: How do I edit the disclaimer?
Post by: mchapman on January 13, 2004, 01:46:38 PM
Thanks! :D