Posted by: plasticman - Friday, 19 February 2010 06:51:40 |
---|
Hi guys,
I want to set all users e-mail address property to |
Posted by: mjhufford - Sunday, 21 February 2010 21:03:03 |
---|
A SQL query is going to be your best bet. UPDATE yaf_Users SET Email = NickName + "@MyPostDomain.com" Double check your field and table names. You may also want to do a TRIM on nickname or a REPLACE if you're allowing spaces. |
Posted by: raveendraagautam - Saturday, 6 March 2010 05:36:33 |
---|
[quote=mjhufford]A SQL query is going to be your best bet. UPDATE yaf_Users SET Email = NickName + "@MyPostDomain.com" Double check your field and table names. You may also want to do a TRIM on nickname or a REPLACE if you're allowing spaces.[/quote] Thanks for this information [url=http://aquariusmediaa.com]Aquarius communications[/url] |