Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Post Installation Help
Author Message
sprit
New Member
New Member



Joined: Jan 18, 2010
Posts: 3

PostPosted: Mon Jan 18, 2010 6:50 am Reply with quote

Hi guys,

First of all i am realy enjoying ravennuke Smile

However i would like to change the text of the emails that users get after registering and when activating.

Now i have searched my ass off in all language packs but i can find basicly ANY text except that. Can you please update me on where this is hidden?

Example of text that i would like to change.
===========================================

Welcome to Ravens PHP Scripts And Web Hosting!

You or someone else has used your email account (xxx@xxx.xx) to register an account at Ravens PHP Scripts And Web Hosting.

To finish the registration process you should visit the following link in the next 24 hours to activate your user account, otherwise the information will be automaticaly deleted by the system and you should apply again:

http://www.ravenphpscripts.com/modules.php?name=xxxxxx
Following is the member information:

-Nickname: xxx
-Password: xxx

=========================================
Cheers,

Sprit
 
View user's profile Send private message
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6437

PostPosted: Mon Jan 18, 2010 7:38 am Reply with quote

Did you check in the modules/Your_Account/language files? It should either be there on the in main language file.

_________________
I search, therefore I exist...
Only registered users can see links on this board! Get registered or login!
 
View user's profile Send private message
kguske







PostPosted: Mon Jan 18, 2010 11:34 am Reply with quote

In modules/Your_Account/public/new_finish.php, you'll find this:
Code:
         if ($ya_config['requireadmin'] == 1) {

            $subject = _APPLICATIONSUB;
            $message .= _YOUUSEDEMAIL . ' ' . $ya_user_email . ' ' . _TOAPPLY . ' ' . $sitename . ' (' . $nukeurl . ').' . "\r\n\r\n";
            $message .= _WAITAPPROVAL . "\r\n\r\n";
         } elseif ($ya_config['useactivate'] == 1) {
            $subject = _ACTIVATIONSUB;
            $message .= _YOUUSEDEMAIL . ' ' . $ya_user_email . ' ' . _TOREGISTER . ' ' . $sitename . "\r\n\r\n";
            $message .= _TOFINISHUSER . "\r\n\r\n" . $nukeurl . '/modules.php?name=' . $module_name . '&op=activate&username=' . $ya_username . '&check_num=' . $check_num . "\r\n\r\n";
         } elseif ($ya_config['useactivate'] == 0) {
            $subject = _REGISTRATIONSUB;
            $message .= _YOUUSEDEMAIL . ' ' . $ya_user_email . ' ' . _TOREGISTER . ' ' . $sitename . "\r\n\r\n";
         }
         $message .= _FOLLOWINGMEM . "\r\n" . _UNICKNAME . ' ' . $ya_username . "\r\n" . _UREALNAME . ' ' . $ya_realname . "\r\n" . _UPASSWORD . ' ' . $user_password;

Those definitions are defined in the modules/Your_Account/language/lang-english.php (or your corresponding language file). You could change _APPLICATIONSUB or _ACTIVATIONSUB or _REGISTRATIONSUB for the email subject, and / or _YOUUSEDEMAIL and a combination of:
_TOAPPLY
_WAITAPPROVAL
or
_TOREGISTER
_TOFINISHUSER

to get the desired result.
 
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Mon Jan 18, 2010 2:42 pm Reply with quote

Sprit,
So sorry to hear about your a** killing me . Hopefully the situation can be rectumfied Wink
 
View user's profile Send private message
sprit







PostPosted: Wed Feb 10, 2010 3:45 am Reply with quote

Huh?
 
jakec
Site Admin



Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom

PostPosted: Wed Feb 10, 2010 6:55 am Reply with quote

You said "searched my ass off". Don't worry it is just Raven's sense of humour. Wink
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Post Installation Help

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©