Grrr... I'm hunting through user.php and really don't find the hook of my dreams.
I've tried adding a *similar* plugin at useradmin_update_save. The modified plugin code looks like this:
<snip - code removed - amykhar did not give permission for users to redistribute her code>
The only real *excitment* here is the extra if:
if ($_REQUEST['do'] == 'add')
The other change is in the "admin" version of the template:
We at ZIBF are pleased to welcome {$vbulletin->GPC['username']} to the Zug International Business Forum!
You can find out more in the <a href="member.php?u={$vbulletin->GPC['userid']}">Member Profile for {$vbulletin->GPC['username']}</a>"
I get no parsing error on the script, but: I also get no new thread. I'm convinced the code is being called (due to the parsing errors I had been having), but now I'm not getting anything... I tried with a simple text (without eval), but still no thread...
Any ideas? What's different about the environment in the admincp as compared to the part of the code which registers users...?
--------------- Added 06 Jan 2009 at 07:27 ---------------
...this was wrong: $title = "ZIBF Welcomes $userinfo[username] !"; // The thread title
...but changing it to a simple text didn't help either...