THANK YOU!!!! I really do appreciate the time you took to spell this out. I had it ALMOST right myself but kept getting parse errors. This worked out great. There is one change I had to make however. You had
$memberinfo[$user] = " $memberinfo[$user] = $txt[newgroup];";
I had to change it to read....
$memberinfo[$user] = "$txt[newgroup]";
and then define the $txt in the english.lng as you suggested.
I thank you, my group thanks you.
You should have them Sticky Post this or add it to the MOD FAQ for others to read without having to dig through thousands of posts to find
Tom