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.
That's a different mod. That one has the user create their own thread through an automated process. This one welcomes the user from the user of your choice on your forum.
No, I didn't. The code is in the plugin. He doesn't know how to access the plugin. I'm looking for the tutorial thread that was posted for new users about plugins and such.
Ok one more thing i have set this code in the plugin to this
PHP Code:
// Setup Variables
$forumid = 3; // The forum id that you want the thread posted in
$postuserid = 1; // The Userid of the poster
$postusername = "WildSharky"; // The username of the poster
$title = "Welcome $username"; // The thread title
But when i went and registered it used the registers name "test" and not mine? why is that?? Shouldnt it show me as the thread starter??
And its not show as a new post would on the forums home page..
It just show the image like its an old post..
Ok one more thing i have set this code in the plugin to this
PHP Code:
// Setup Variables
$forumid = 3; // The forum id that you want the thread posted in
$postuserid = 1; // The Userid of the poster
$postusername = "WildSharky"; // The username of the poster
$title = "Welcome $username"; // The thread title
But when i went and register it used the registers name "test" and not mine? why is that?? Shouldnt it show me as the thread starter??
And its not show as a new post would on the forums home page..
It just show the image like its an old post..
That worked great man thanks but are they a way to make it show the thread as new to the one who registered?? as it show as new on my other new but not the one i use to registered
That worked great man thanks but are they a way to make it show the thread as new to the one who registered?? as it show as new on my other new but not the one i use to registered
But the rest worked great thanks again...
Wait. That fixed it? I thought I was wrong, cause I implemented it a little differently on my forum. Oops.
The thread doesn't show as new? Is that what's wrong now?
yes it shows my name as the poster now so that part is fixed and it show as a new post after i log back in on WildSharky but not the "test" name i registered im guess this is because its like the registered name is making the post maybe??
hey is it possible to make it post the users profile field info? If so please explain how, Because i want to use this as an introduction system where it posts all the required profile fields.