coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: Old Crow on December 09, 2004, 02:58:19 AM

Title: Registration and Email Text
Post by: Old Crow on December 09, 2004, 02:58:19 AM
What files do I need to modify to change the registration and email text?  When I say  registration text I mean the text that you agree to when you register and email, I mean the email that is sent to users after they register.  I searched for something like this on the boards and found no answer.  Also where are these files found, in what folder?

Thanks,

OC
Title: Re: Registration and Email Text
Post by: kegobeer on December 09, 2004, 03:54:02 AM
In your language file.  Look for File register.php & profile.php.
Title: Re: Registration and Email Text
Post by: Old Crow on December 09, 2004, 06:05:29 AM
My register.php and profile.php were sitting in my gallery folder.  The only Language folder I have is called Lang and it just has the various forien languages. 

When I open those files up, I don't see where the actuall text is to edit.  I assume it has somethig to do with

Quotefunction display_disclaimer()

but where is this disclaimer? 

Basically I just want to change the registration text and email text to better fit my situation.
Title: Re: Registration and Email Text
Post by: Casper on December 09, 2004, 12:16:44 PM
it is in the actual language file.  Open lang/english.php, and search for the section for file register.php and profile.php.

In there is the actual words used, which you can modify.
Title: Re: Registration and Email Text
Post by: Old Crow on December 10, 2004, 02:50:19 AM
Bingo!  Thanks for your help!