php forum
php mysql forum
php mysql smarty
 
Topic Options
#226394 - 10/15/02 11:05 PM [6.1] Change Sender of/Text of the Welcome PM
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I've seen this asked many times.... and I just put it together for someone over at Infopop Community. Thought I would post here in case anyone ever comes searching for it.<br /><br />Problem: The "Welcome" PM's come from the first Admin account created, but you want it to come from a different Admin.<br /><br />Solution:<br /><br /><pre><font class="small">code:</font><hr><br />#################################<br />### In adduser.php, look for: ###<br />#################################<br /><br /><br />// --------------------------------<br />// Get the Administrator's Username<br /> $query = " <br /> SELECT U_Username<br /> FROM {$config['tbprefix']}Users<br /> WHERE U_Number = 2 <br /> "; <br /> $sth = $dbh -> do_query($query);<br /></pre><hr><br /><br />and change the 2 to the user number of the admin you want the Private Messages to come from.<br /><br />If you don't know the usernumber, you can find out by running this SQL command from your admin menu:<br /><br /><pre><font class="small">code:</font><hr><br />SELECT U_Number<br />FROM w3t_Users<br />WHERE U_Username = 'name'<br /></pre><hr><br /><br /><br />Substitute the username where I have name above.<br /><br />Also....if your database tables are using a different prefix than the defaul...substitute it for the w3t_<br /><br />That command will show you the user number.<br /><br /><br />Problem: You want to customize the text of the Welcome PM new users recieve.<br /><br />Solution:<br />To customize the text of that welcome PM, Edit this line:<br /><br />$ubbt_lang['WEL_MSG'] = "Welcome to our boards! Please take the time to edit your profile to take full advantage of all of our features.";<br /><br />of the adduser.php file, Inside your language files.<br /><br />/languages/english/adduser.php<br /><br /><img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top


Who's Online
0 registered (), 25 Guests and 15 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
11/20/08 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
11/19/08 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Newest Members
nick1, Begbie, cenk, MATTO, DougMMcts
13362 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks