Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[OzzModz] Welcome Thread / Post For New Users Details »»
[OzzModz] Welcome Thread / Post For New Users
Version: 1.2.0, by ozzy47 ozzy47 is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.x.x Rating:
Released: 12-15-2013 Last Update: 09-12-2014 Installs: 86
Uses Plugins
Additional Files Translations  
No support by the author.

Another mod brought to you by,


This is a simple mod, that will post a new thread or post, when a new user joins your site.

It can be set to post as soon as the member completes the registration process, or when they confirm their email, should you have that option set in your vBulletin settings.

It is a simple installation, upload the files in the UPLOAD folder, then import the product XML, product-ozzmodz_welcome_thread

You can edit the options under the settings, [OzzModz] Welcome Thread / Post For New Users Settings and change the thread post titles and messages in the options, [OzzModz] Welcome Thread / Post For New Users Titles And Messages

Complete Feature List
  • Ability to enable/disable the thread/post system.
  • Option to create thread before or after Email activation
  • Option to choose to post as a new thread or a reply to a post.
  • Option to enter the ID of the person making the post.
  • Option for the thread/post to count towards the posters postcount or not.
  • Ability to select which forum the new thread should be posted in.
  • Option to set the thread id if you choose to post as a reply to a post.
  • Option to set the post id if you choose to post as a reply to a post.
  • Option to set the thread as open or closed if you choose to post as a new thread.
  • Option to enter which post icons to use.
  • Option to set as sticky if you choose to post as a new thread.
  • Ten different options to enter the thread/post title for the system to randomly use.
  • Ten different options to enter the thread/post content for the system to randomly use.
-------------------------------------------------------------------------------------------

If you like this mod please hit the button to the right ---->

Please remember to click the, button to the right if you installed the mod ---->

What does 'Marking As Installed' do ?

* It helps you to stay on top of updates - members who have installed modifications will be notified whenever new updates are available.

* For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.

* Marking a modification as installed also helps me know how many people are using my work, giving me extra incentive to provide more features and new modifications.

I appreciate the support!
-------------------------------------------------------------------------------------------

* History (Changelog) *
-------------------------
v1.0.0 (December 15, 2013)
- Initial public release.
v1.1.0 (July 26, 2014)
- Added ability to link username to users profile.
v1.2.0 (September 13, 2014)
- Existing users that change their email, and confirm the new email, will no longer trigger the mod to post a thread.
- Users that sign up with names that have special characters, like this, pandora& will now show up correctly, instead of showing like this, pandora&

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
6 благодарности(ей) от:
CoZmicShReddeR, l0l4s0, Menno11, puertoblack2003, RichieBoy67, tanzeelniazi

Comments
  #72  
Old 12-25-2013, 09:28 AM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
Seems it is not going to be as easy to implement the DBTech's AUT mod as I thought it was. I can get it to show up in the post correctly, but the user gets no notification of the mention, nor does it show up in either members profile.

So I am going to have to put this on the shelf for a bit till I can really dig into the code to figure out a way to make it compatible.
Just found this: https://vborg.vbsupport.ru/showthread.php?t=82693

I know that you know much more about coding than me (actually, almost everyone knows more about coding than me ), but it looks like parsing problem to me. Anyway, if this link helps you in any way, great. If not, I hope you'll find a way to sort things out. :up:
Reply With Quote
  #73  
Old 12-25-2013, 10:05 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It may help, but I don't think so, I believe what needs to be done is when you mention someone in a post, what ever AUT writes into the mods tables, needs to be done with this mod also. So I need to go through what tables Fillip updates, and add that to the posting hook of this mod.
Reply With Quote
  #74  
Old 12-25-2013, 11:09 AM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, can you execute your mod in a way that you send text to later parsing, what will activate AUT (or whatever mod for that reason) and it will parse text as if it was posted by user?

Also, I wrote it before, even if you quote text made by your mod, mentioning doesn't work, which looks strange to me, like this text isn't same as if it was produced by human (regular user).

There's something strange with this.

Try to quote text, parsing should work all right with quoted text, but it doesn't.
Reply With Quote
  #75  
Old 12-25-2013, 11:15 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As I stated earlier, I got it to show correctly.
Now the issue come in with integrating it into the AUT mod, updating the DB with the same info as if you were making a post in the front end like normal. The way any auto posting mod works, is it inserts the post info directly into the DB, thus bypassing any mod that runs on a new post, so if you want something added to it, you have to update whatever you want when it inserts it's info.
Reply With Quote
  #76  
Old 12-25-2013, 12:00 PM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I thought it's possible to mimic real human actions somehow with mod.

Anyway, you know better than me.

Did you managed to replicate bug with multiple threads created when you use invalid email confirmation link?
Reply With Quote
  #77  
Old 12-25-2013, 12:47 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have not got to that yet, I will have to test it out on my dev site, don't want to blow up the live one.
Reply With Quote
  #78  
Old 12-25-2013, 01:01 PM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually, it safe, it only produce empty threads (without username, but with rest of welcome text), i.e. it triggers only your mod. But yes, test it in environment where you can spot what goes wrong and how to correct it. :up:
Reply With Quote
  #79  
Old 12-26-2013, 07:03 AM
CUBS CUBS is offline
 
Join Date: Oct 2004
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This nis a great MOD
Reply With Quote
  #80  
Old 12-26-2013, 10:41 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, don't forget to mark as installed.
Reply With Quote
  #81  
Old 12-26-2013, 10:17 PM
CoZmicShReddeR's Avatar
CoZmicShReddeR CoZmicShReddeR is offline
 
Join Date: Sep 2006
Location: MI, USA
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was still using the older version like this one just happened to notice Ozzy made a new one!

Thanks for keeping stuff like this alive it really makes hosting a website that much more enjoyable!
Reply With Quote
2 благодарности(ей) от:
CAG CheechDogg, ozzy47
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 11:28 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.07996 seconds
  • Memory Usage 2,325KB
  • 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
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (8)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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