The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Automatically Start a Welcome Thread in the Forum of Your Choice Details »» | |||||||||||||||||||||||||||
Automatically Start a Welcome Thread in the Forum of Your Choice
Developer Last Online: Nov 2013
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
|
Comments |
#332
|
|||
|
|||
Flypaper,
I'm having a hard time getting the location to work. Where all do I put the location tag? Here is what I am running now, without anything added for the "location". Any help would be appreciated. Sorry...I am NOT a coder. Quote:
|
#333
|
|||
|
|||
In that case, try editing the 'welcome_thread' template and use $post[field2] for location. I'd think that would work. Lemme know.
|
#334
|
|||
|
|||
Thanks...but I am looking to add it to the TITLE...Like...
Welcome: New user from wherever |
#335
|
||||
|
||||
Quote:
And so I want this hack to create the welcome thread AFTER the new member has been moderated/accepted . If it happens before (ie: after they confirm their email) and for whatever reason they are NOT moderated/accepted, it could cause an awkward and sticky situation. Any clues on how to make THAT happen? I'd be forever in your debt, this has stumped many great men and women who tried before you. |
#336
|
|||
|
|||
You would have to try it but I would think that the hook: register_addmember_complete would do what you want it to. That one has been suggested before though. Have you tried it? It didn't work on my board but I think it was because I don't use moderator approval for new registrations so the approval was instant. I would think it would work in your case though.
|
#337
|
|||
|
|||
Quote:
This change is awesome. It should be included as an option in any future updates...or at the very least mentioned in the description since it seems many of us wanted this feature. giz |
#338
|
||||
|
||||
Quote:
PHP Code:
|
#339
|
|||
|
|||
Yes...I've tried that but am not getting the location to show up. I'm sure I'm adding it wrong but not sure what I'm actually doing wrong.
|
#340
|
|||
|
|||
Quote:
|
#341
|
|||
|
|||
Here is what I tried:
$title = "Welcome: " . $userinfo[username]; "From:" $post[field2]; // The thread title When I added the $post[field2], it stops working completely. Please tell me what I' doing wrong. |
#342
|
|||
|
|||
Then I'm sorry, its beyond my weak coding skills. I would hazard a guess that it requires a SQL query, but that is just a guess.
|
#343
|
|||
|
|||
No problem...thanks for your efforts.
|
#344
|
||||
|
||||
Is it possible to make the welcome thread's creation add to the postuserid's post count?
|
#345
|
|||
|
|||
Post it under their name.
|
#346
|
||||
|
||||
I think that's what I'm doing now, but April Fool's postcount doesn't increase even when the mod successfully creates new welcome threads via her account. Am I doing this wrong?
Code:
$postuserid = 3; // The Userid of the poster $postusername = "April Fool"; // The username of the poster |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|