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
In your language file. Look for File register.php & profile.php.
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.
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.
Bingo! Thanks for your help!