Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
Welcome thread on registration Details »»
Welcome thread on registration
Version: 0.0.2, by macooper macooper is offline
Developer Last Online: Sep 2007 Show Printable Version Email this Page

Version: 3.5.0 Rating:
Released: 10-15-2005 Last Update: 10-16-2005 Installs: 71
Uses Plugins Template Edits
Is in Beta Stage  
No support by the author.

This hack is based on tnguy3n's original Welcome Thread hack. But rewritten as a vbulletin product. Note that you MUST install this as a product, not a plugin. All credit for the original idea goes to tnguy3n, and this modification is posted with his kind permision.

This hack is currently to be treated as beta code. It has been tested on 2 small forums only at this stage. The hack makes no database changes, so should be reasonably safe on most sites. Installation involves loading the product XML and 1 small template change on the register template.

The product is configured via the VBulletin option pages, a new page is created specifically for this hack. The product supports 2 modes of operation :

1) At registration time, the user is prompted to make their own post. If no text is entered, then default text from the configuration page is used for the title and message body. In this mode, the user can choose not to post a welcome thread if they wish.

2) The second mode just creates a welcome thread for the user from the default title and message body with no user intervention.

Support for this mod will be on a best efforts basis. I will try to fix problems in a reasonable time frame, but due to other commitments, I can make no guarantees.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 10-17-2005, 06:34 AM
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 1,016
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, I installed this hack and its working fine.
After installing it the Send welcome PM to new user hack is not working anymore.

Here is the link to the welcome PM hack:
https://vborg.vbsupport.ru/showthrea...9&highlight=pm
Reply With Quote
  #13  
Old 10-17-2005, 06:55 AM
macooper macooper is offline
 
Join Date: May 2005
Location: UK
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jugo
Can you package this up in a ZIP as per the Release Instructions, so we oculd download it easier. Thanks for this....
OK, the file is now in a zip, though it makes little differance.
Reply With Quote
  #14  
Old 10-17-2005, 06:56 AM
macooper macooper is offline
 
Join Date: May 2005
Location: UK
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jluerken
Hi, I installed this hack and its working fine.
After installing it the Send welcome PM to new user hack is not working anymore.

Here is the link to the welcome PM hack:
https://vborg.vbsupport.ru/showthrea...9&highlight=pm
I'll look into this when I have time, I guess that hack must use the same hooks.
Reply With Quote
  #15  
Old 10-17-2005, 07:05 AM
macooper macooper is offline
 
Join Date: May 2005
Location: UK
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gnubittol
I suggest, for the future version, to activate the "Welcome thread on registration" AFTER the Email Confirmation process are done
therefore no spamming will be created by "testing forum people"
Ciao!
I have a number of improvements planned for a future release, so I'll add that to the list. That would probably require a database change, as I would need somewhere to store the message during the registration process.
Reply With Quote
  #16  
Old 10-17-2005, 07:50 AM
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 1,016
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by macooper
I'll look into this when I have time, I guess that hack must use the same hooks.
thanks, sounds good.
Reply With Quote
  #17  
Old 10-17-2005, 12:24 PM
southernlady's Avatar
southernlady southernlady is offline
 
Join Date: May 2005
Posts: 213
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and works beautifully, Coop! And was able to put it EXACTLY on the forum I wanted it to go on. MY option. Liz
Reply With Quote
  #18  
Old 10-17-2005, 01:28 PM
nexialys
Guest
 
Posts: n/a
Default

the first IF condition in your template is not needed if you manage the template from within the plugin...
Code:
<if condition="($vboptions['welcomethread_userthread'] == 1) AND ($vboptions['welcomethread_enable'] == 1)">
...manage it from the hook "register_form_start" ... so you have less template filtering to do...
Reply With Quote
  #19  
Old 10-17-2005, 02:29 PM
southernlady's Avatar
southernlady southernlady is offline
 
Join Date: May 2005
Posts: 213
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had my first real test of this and found out one issue...I need the info under the user name updated to reflect their status. It's putting them as guest not as *Lieutenant* which is my *default* new registration status. Liz
Reply With Quote
  #20  
Old 10-17-2005, 05:26 PM
macooper macooper is offline
 
Join Date: May 2005
Location: UK
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nexialys
the first IF condition in your template is not needed if you manage the template from within the plugin...
Code:
<if condition="($vboptions['welcomethread_userthread'] == 1) AND ($vboptions['welcomethread_enable'] == 1)">
...manage it from the hook "register_form_start" ... so you have less template filtering to do...
Thanks for the tip. I just tested that, and have now eliminated both conditionals from the template, which saves a query for those that only want an automated welcome thread.
Reply With Quote
  #21  
Old 10-22-2005, 10:12 AM
murrtex murrtex is offline
 
Join Date: May 2002
Location: izmir
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

would u like to mix your hack and this please? https://vborg.vbsupport.ru/showthrea...7&page=1&pp=15
Reply With Quote
Reply

Thread Tools

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 09:30 PM.


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.08051 seconds
  • Memory Usage 2,304KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (5)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (11)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