Tralala |
02-17-2006 08:50 PM |
Quote:
Originally Posted by flypaper
Did you try the product I posted?
|
I did, and it posted to a thread just fine. Thanks for that customization.
My variables are set thusly:
Code:
// Use $postusername if posting as a guest, use $postuserid if posting as a user
//$postusername = 'admin';
$postuserid = $vbulletin->userinfo['userid'];
And so the post was made by the new member him/herself.
When I tried using $postusername instead, upon registration, new members would get a screen that said: " No Users Matched Your Query" (instead of "Thank you for registering, blank. An email has been dispatched to blank@blank.com with details...") This happened even if I changed "admin" to the username of a real admin on the forum, like "tralala."
Ideally I'd like for these new posts to be made by one of our admins, or maybe a "welcome bot" account, or perhaps even the member who referred their friend to our forum in the first place. Flexibility here would be ideal. Given the nature of our invite system, it seems awkward for the new member to "announce" their arrival in this way. I'd prefer it to be an existing member (or bot) making the welcome announcement.
And of course, I'd very much appreciate the posting of these to be made AFTER the new accounts are approved by moderators. Looking forward to more details on that.
|