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)

macooper 10-15-2005 10:00 PM

Welcome thread on registration
 
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.

Snake 10-16-2005 06:49 PM

Installed!

Daniel 10-16-2005 06:53 PM

Installed aswell, thank ya'

thetoolman 10-16-2005 06:55 PM

installed but the php echos dont work.. they just show up as the php:

Welcome to new member: $userinfo['username'] is what i get

i have enabled html and bb and still get it.

macooper 10-16-2005 06:57 PM

Sorry guys,
I uploaded the wrong .xml file. Please try downloading again. :o

murrtex 10-16-2005 09:05 PM

thanks for this pruduct..i installed.every thing is ok..but poster in welcome message appear as new user..
it should be forum staff
i must choise staff id and must write to welcome thread options..

is it possible..??
thnks

macooper 10-16-2005 09:50 PM

Quote:

Originally Posted by murrtex
thanks for this pruduct..i installed.every thing is ok..but poster in welcome message appear as new user..
it should be forum staff
i must choise staff id and must write to welcome thread options..

is it possible..??
thnks

I can add that option. It is not possible without a code change, but the change is easy. I'll add that option and post a new version sometime tomorrow.

murrtex 10-16-2005 09:55 PM

thanks macooper u r great..

gnubittol 10-16-2005 10:14 PM

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!

jugo 10-16-2005 10:30 PM

Can you package this up in a ZIP as per the Release Instructions, so we oculd download it easier. Thanks for this....

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

mtrac 10-29-2005 10:32 PM

Didn't work. I had the predecessor 3.0.x version installed prior to upgrading to 3.5 and it was working perfectly. And, yes, I did the template change. Any problems installing over the 3.0.x version?

macooper 10-29-2005 10:38 PM

Quote:

Originally Posted by mtrac
Didn't work. I had the predecessor 3.0.x version installed prior to upgrading to 3.5 and it was working perfectly. And, yes, I did the template change. Any problems installing over the 3.0.x version?

Not that I know of, but I would need a bit more info than 'Didn't work'. What error do you see ? Did you install it as a product, not a plugin ? Do the configuration options appear as they should in the general configuration area ? Did you configure it with the correct forum ID and enable the system ?

jluerken 11-03-2005 11:01 AM

Quote:

Originally Posted by macooper
I'll look into this when I have time, I guess that hack must use the same hooks.

Did you found time to check this?

mtrac 11-17-2005 06:52 PM

Quote:

Originally Posted by macooper
Not that I know of, but I would need a bit more info than 'Didn't work'. What error do you see ? Did you install it as a product, not a plugin ? Do the configuration options appear as they should in the general configuration area ? Did you configure it with the correct forum ID and enable the system ?

Apologies. It wasn't enabled. Kind of mad at myself for overlooking something so simple, but I just ASSumed this version would pick up where the 3.0 one left off.

Do me a favor, though: Change Enable/Disable to just plain Enable.

mtrac 12-04-2005 03:13 PM

New problem:

Threads should be going to forum 24 but they're going to 25. Any idea? Thanks.

Calisse 12-05-2005 11:02 PM

it works fabulously. It also makes me look SUPER organised welcoming every single new member. EXCELLENT. Cheers sweetness ;) xxx ( 9 / 10 - not essential for every site but a sweet little addition )

fly 12-05-2005 11:27 PM

Quote:

Originally Posted by macooper
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.

Why not just ask em to make the thread after confirming the email address...

Mudvayne 12-15-2005 05:34 PM

Quote:

Why not just ask em to make the thread after confirming the email address...
that would be very nice coz be4 confirming registration it shows post by guest :S

Mudvayne 12-15-2005 05:35 PM

Forget one thing
Clicked install :)

Wordplay 12-19-2005 11:15 AM

how do you change the title created when a user registers? i cant find a phrase for that:

This Just In: ... joins the forums

sgtmaj 12-23-2005 01:13 PM

does this work with 3.5.2?

YOimYO 12-23-2005 05:10 PM

ty for this fine hack :D

would it be possible to make the area a required field ?

i would not like people to join my forum unless they leave an intro.

this would be very helpful to me :)


ty

ReZ 12-27-2005 02:46 PM

[Installed]

Thanks for this, is it possible to re-arrange the position of this hack on the registration form?

So instead of having it at the top of the registration form, i would like to re-position it.

donnacha 12-27-2005 10:35 PM

I followed the install instructions to the letter BUT I've got a problem with the "Allow user to Create Own Thread" option.

When enabled, no option to create a message actually appears on the registration page and no thread, not even the default "Hi from $username" one, appears.

When "Allow user to Create Own Thread" is disabled, the default thread appears as expected.

Any ideas?

YOimYO 12-31-2005 04:43 AM

Is there a way to make this a required field so that neew members may not enter unless they create their own custom thread comments ?

thx in advance

YOimYO 01-03-2006 03:57 AM

Quote:

Originally Posted by YOimYO
ty for this fine hack :D

would it be possible to make the area a required field ?

i would not like people to join my forum unless they leave an intro.

this would be very helpful to me :)


ty

??? thx :D

Gripemaster 01-04-2006 08:31 PM

Downloaded and installed this hack fine, made the template change, appeared in VBulletin Options fine, but upon testing, no Welcome Thread is created, and if I check the option to "allow user to create own thread", nothing appears in the registration form for them to do so. Tested it out several different ways, and it does not appear to be working, though it did install fine.

A little help, anyone? :tired:

GrabAssGirl 01-05-2006 11:26 AM

Quote:

Originally Posted by murrtex
thanks for this pruduct..i installed.every thing is ok..but poster in welcome message appear as new user..
it should be forum staff
i must choise staff id and must write to welcome thread options..

is it possible..??
thnks

Quote:

Originally Posted by macooper
I can add that option. It is not possible without a code change, but the change is easy. I'll add that option and post a new version sometime tomorrow.


I have searched all over after installing this - where would I find the option for the welcome post to be made by the admin staff instead of by the new user? Was this ever added?

fly 01-05-2006 12:25 PM

Quote:

Originally Posted by GrabAssGirl
I have searched all over after installing this - where would I find the option for the welcome post to be made by the admin staff instead of by the new user? Was this ever added?

This hack will do that...

https://vborg.vbsupport.ru/showthread.php?t=91887

nexialys 01-05-2006 12:30 PM

looks like macooper is not visiting this forum anymore... abandonned ship without notice... so don't request support for this hack, or contact the author by email or visit his forum... maybe he will wake up!


All times are GMT. The time now is 01:03 PM.

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.01260 seconds
  • Memory Usage 1,827KB
  • 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
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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