Version: 1.5, by amykhar
Developer Last Online: Nov 2013
Version: 3.5.0
Rating:
Released: 07-08-2005
Last Update: 10-16-2005
Installs: 272
Uses Plugins Template Edits
No support by the author.
This little mod will start a new thread in the forum of your choice when somebody registers.
The thread message is contained in a template, and easily customizeable on your part.
This version posts the thread when the user registers - but before he activates his email address.
Thanks to flypaper for providing a bugfix.
Installation Instructions: Import the product. Change the welcome_thread template to suit your needs. Change the setup variables in the welcome thread plugin to suit your needs.
Amy
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Hey amy thanks for a great mod I just made some minor modifications to your product so I thought I'd share. Strangely, I only got it to work if i made the mods to the plugin portion before install.
If anyone needs them to get them to work properly on their forum let me know and i can get it working for you.
I am going to work on a version of this with options in the Admin cp using your mod and Sina's mod i think i can hash something together
Amy can we get an update for 3.6, AND somehow make this so it can create a thread unpon email verification??
This prevents trolls from creating BS accounts, and spaming our welcome forum..
if you want this to work only after email verification and/or after they finish registration when email verification is disabled then use the edit i just posted
if you dont want the welcome template changed from what you made it then use the one contained here
I've a question. My new thread is popping up under the username of the new member, and not the 'general staff' username I created.
In the list of threads it looks like the user has posted a thread to welcome him or herself. Once you open the thread, the username is the 'general staff' username.
I don't know where in here:
Quote:
// Setup Variables
$forumid = 11; // The forum id that you want the thread posted in
$postuserid = 271; // The Userid of the poster
$postusername = "$username"; // The username of the poster
$title = "Welcome new member: " . $username; // The thread title
To fix that?
Should I change $username to the UserID of the 'general staff' that I want to use ?
if you want this to work only after email verification and/or after they finish registration when email verification is disabled then use the edit i just posted
Can this be made to post a new thread (or a new message in an existing thread) when (and only when) a new user is approved from the moderation queue?
Can this be made to post a new thread (or a new message in an existing thread) when (and only when) a new user is approved from the moderation queue?
yeah after you install it you can just move its hook to register_addmember complete and I believe that will trigger it after the user has been approved if not Ill have to go look at it more in depth later