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.
Here are the setup variables from my plug in. Yet, this hack ALWAYS starts the thread under the new members name, and not my name. Any idea what's going on?
PHP Code:
// Setup Variables $forumid = 36; // The forum id that you want the thread posted in $postuserid = 1; // The Userid of the poster $postusername = "Xplorer4x4"; // The username of the poster $title = "Hello " . $username . " welcome to XP."; // The thread title
i want to arrange setting from vbulletin setting section..that hack (https://vborg.vbsupport.ru/showthrea...3&page=1&pp=15) can do it..bu it does not write user name by me...it writes by newuser..
your hack can do it it writes by me (poster) but when i change the welcome message ,it is very hard to arrange..do u understand what i am saying..
Here are the setup variables from my plug in. Yet, this hack ALWAYS starts the thread under the new members name, and not my name. Any idea what's going on?
PHP Code:
// Setup Variables
$forumid = 36; // The forum id that you want the thread posted in
$postuserid = 1; // The Userid of the poster
$postusername = "Xplorer4x4"; // The username of the poster
$title = "Hello " . $username . " welcome to XP."; // The thread title
This is a great add on -- but I need some help understanding how to keep the welcome thread from being posted until after the new user has been approved by the moderator.
This is a great add on -- but I need some help understanding how to keep the welcome thread from being posted until after the new user has been approved by the moderator.
Here is what I tried -- but it didn't work:
I created a new user named Welcome Committee.
I made that user a regular user and made that the user who posts the welcome message.
I then set the forum up so that new threads had to be approved my a moderator. I thought that would do it -- that the moderator who approved new users would just click on thread approval and it would work.
But, no joy. It just went right ahead and posted the new user instead.
If you're familiar with coding and the plugin system, moving the plugin to register_activate_process and wrapping the code below around the plugin should work. That's how I have it running on my board, but is UNTESTED on Amy's hack...