Quote:
Originally Posted by flypaper
If you want to post it as a specific user in your forum, change
PHP Code:
$postuserid = $vbulletin->userinfo['userid'];
to
PHP Code:
$postuserid = '1';
|
That works a treat, great, thanks.
The new user registration now prompts our "WelcomeBot" account to make a post in our WelcomeThread.
However... $username doesn't work in the post body (or I can't seem to get it to work.)
The actual post reads "This is an automated message announcing the arrival of $username to our forums. Say hi!"
Anyway to get that $username variable to actually work, and insert the name of the new registrant?
I'm so close, I can taste it! :nervous: