vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Welcome thread on registration (https://vborg.vbsupport.ru/showthread.php?t=98553)

jluerken 10-17-2005 06:34 AM

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

macooper 10-17-2005 06:55 AM

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.

macooper 10-17-2005 06:56 AM

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.

macooper 10-17-2005 07:05 AM

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.

jluerken 10-17-2005 07:50 AM

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.

southernlady 10-17-2005 12:24 PM

Installed and works beautifully, Coop! And was able to put it EXACTLY on the forum I wanted it to go on. MY option. Liz

nexialys 10-17-2005 01:28 PM

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...

southernlady 10-17-2005 02:29 PM

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

macooper 10-17-2005 05:26 PM

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.

murrtex 10-22-2005 10:12 AM

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


All times are GMT. The time now is 09:53 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01014 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete