Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules
Author Message
rusty_hook
Client



Joined: Jun 19, 2007
Posts: 17

PostPosted: Mon Nov 17, 2008 11:19 pm Reply with quote

I'm trying to change the text in the email that is sent through the Raven Nuke system to new users when they register, but need admin approval. I would like to add some text to that email but I am having problems locating the source of the original text.

Can someone please tell what file that change can be made to? I thought it would be the language file but it doesn't seem to come from there.

Thank you!!
 
View user's profile Send private message
testy1
Involved
Involved



Joined: Apr 06, 2008
Posts: 484

PostPosted: Mon Nov 17, 2008 11:56 pm Reply with quote

open: modules/Your_Account/public/new_finish.php

look for:

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";


If you want to add extra, you should really use language constants.They go here

modules/Your_Account/language/lang-english.php
 
View user's profile Send private message
rusty_hook







PostPosted: Tue Nov 18, 2008 7:00 am Reply with quote

Thank you!! Thought I looked through the language file, but missed it I guess.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules

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 ©