Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Automatically Start a Welcome Thread in the Forum of Your Choice Details »»
Automatically Start a Welcome Thread in the Forum of Your Choice
Version: 1.5, by amykhar amykhar is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

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.

Comments
  #272  
Old 07-26-2006, 03:29 AM
lil7rocket lil7rocket is offline
 
Join Date: Jul 2006
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #273  
Old 07-26-2006, 03:35 AM
lil7rocket lil7rocket is offline
 
Join Date: Jul 2006
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ski-Whiz
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
Reply With Quote
  #274  
Old 08-01-2006, 03:01 PM
PhenomLeader's Avatar
PhenomLeader PhenomLeader is offline
 
Join Date: Sep 2005
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 ?
Reply With Quote
  #275  
Old 08-02-2006, 04:29 AM
PhenomLeader's Avatar
PhenomLeader PhenomLeader is offline
 
Join Date: Sep 2005
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got it, thanks! Great hack!
Reply With Quote
  #276  
Old 08-02-2006, 04:33 AM
I||usi0nz I||usi0nz is offline
 
Join Date: Jul 2004
Location: New York
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great, thanks Amy

What's the difference to your minor modifications lil7rocket?
Reply With Quote
  #277  
Old 08-08-2006, 08:23 PM
Froggy32701 Froggy32701 is offline
 
Join Date: Aug 2005
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this work w/ 3.6 ?
Reply With Quote
  #278  
Old 08-08-2006, 08:27 PM
Tyegurl's Avatar
Tyegurl Tyegurl is offline
 
Join Date: Mar 2006
Location: NY
Posts: 480
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes it does!
Reply With Quote
  #279  
Old 08-10-2006, 12:38 AM
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Posts: 1,207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lil7rocket
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?
Reply With Quote
  #280  
Old 08-12-2006, 06:46 AM
lil7rocket lil7rocket is offline
 
Join Date: Jul 2006
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tralala
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
Reply With Quote
  #281  
Old 08-12-2006, 06:49 AM
lil7rocket lil7rocket is offline
 
Join Date: Jul 2006
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by I||usi0nz
great, thanks Amy

What's the difference to your minor modifications lil7rocket?
just streamlines it a little bit

#1 should install seamlessly over any old installations and should work perfect with those using a lot of mods and those using none

#2 is the same but wont overwrite your welcome message with a new one
Reply With Quote
  #282  
Old 08-12-2006, 06:54 AM
lil7rocket lil7rocket is offline
 
Join Date: Jul 2006
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PhenomLeader
I'v 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:


To fix that?

Should I change $username to the UserID of the 'general staff' that I want to use ?

When you use $username that calls the username of the person who just registered since a variable cant logically have 2 answers you must either

a: create a new variable similar to $username and insert it into the coding structure of the forum (this gets complicated i wouldnt try it)

or B: make $username the UserName of the Staff member who you want to welcome people
Reply With Quote
  #283  
Old 08-12-2006, 09:55 PM
y2krazy y2krazy is offline
 
Join Date: Jun 2003
Location: Houston, Texas
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could this maybe be substituted by a multi-line textbox on the registration page for a user to type in the actual post? That would be very nice to have.
Reply With Quote
  #284  
Old 08-21-2006, 04:21 PM
Gizmo5h1t3's Avatar
Gizmo5h1t3 Gizmo5h1t3 is offline
 
Join Date: Aug 2005
Location: ROCHDALE LANCS UK
Posts: 650
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so...after 19 pages of posts, is there a clear working version of this at all??

for 3.5 or 3.6???
Reply With Quote
  #285  
Old 08-21-2006, 04:24 PM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do you choose which forum and what the welomce thead says? Would be nice if there was a nice menu in admincp for this.
Reply With Quote
  #286  
Old 08-21-2006, 05:39 PM
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 1,016
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gizmo5h1t3
so...after 19 pages of posts, is there a clear working version of this at all??

for 3.5 or 3.6???
Simple answer is yes, its working with vB 3.6
I had it installed on my vB 3.5 and updated the board to vB 3.6
The hack is still working fine as you can see here
http://www.clanforums.com/forum/intr...html#post80338
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:24 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05613 seconds
  • Memory Usage 2,363KB
  • Queries Executed 30 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete