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

Reply
 
Thread Tools
Advanced Guest Posting & Registration - Get more members! Details »»
Advanced Guest Posting & Registration - Get more members!
Version: 1.2.2, by tpearl5 tpearl5 is offline
Developer Last Online: Aug 2022 Show Printable Version Email this Page

Category: New Posting Features - Version: 4.1.x Rating:
Released: 06-20-2014 Last Update: 06-23-2014 Installs: 26
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

Advanced Guest Posting & Registration allows guests to post a reply or a new thread in the forums, then register to publish their reply. This system encourages participation by calling on the user to write something before the option of registering even enters their mind.

Similar modifications have been made previously, but none as feature packed as this that are sure to bring new registrations to your forum. With the modification installed on cellphoneforums.net there was a 9% increase of new registrations (Results will vary depending on your traffic and subject matter).

Features:
  • Compatible with vBulletin 4.1.4 +
  • Works with quickreply & advanced reply
  • Settings to change which editor is displayed, including a basic text box (without loading large CKEditor files) to cut down on page load time for guests
  • E-mail verification compatibility
  • When guest post is published (before or after e-mail verification)
  • Human Verification on/off for quick/advanced reply & post
  • User is only asked to enter one Human Verification/CAPTCHA - they will not have to enter another one on the register page
  • Default subscription options for quick reply, or the option they pick on the new thread/reply is saved automatically
  • Works with Facebook registration
  • Compatible with the default vbulletin mobile style
  • Message after user registration to tell them their post has been posted with a link, or that it has been put in the moderation queue if determined to be spam by a spam system (akismet)
  • If a user posts, creating new posts is disabled until they register - notification of this is in the header
  • Guest posts are saved in the moderation queue under 'unregistered' until the system automatically removes (admin setting) the post or the user registers. This allows admins/moderators to see what is being posted.
  • Header message to users that they have a 'saved post', even if they come back later (cookie based)
  • (Pro Only) Reporting feature that tracks total posts / replies, abandonment (guest creates a post but never registers), posts marked as spam, and successful posts / replies (register)

Some sites that have this installed:
Installation
  • Unzip the package
  • Upload all files in the upload directory to your forum root
  • Install the product.xml
  • You'll see a new admincp menu item for the modification - click it to choose your options

Notes:
  • New threads or replies posted by guests will be seen by admins and moderators as moderated posts - they should not approve these posts if you do not want them to potentially be removed by the system if the user does not register.
  • A message is added above the message editor "If you are already a member, please login above." - If you find that your logged out members are getting confused you may want to edit the phrases "vbpagr_if_member_logic_above" & "vbpagr_if_you_are_a_member" to stand out more in order to prevent confusion.

Release Log
  • 1.2.1 - 6/21/14 - initial release
  • 1.2.2 - 6/24/14 - fixed "Post Pending Post/Thread..." not saving - only a reimport of product xml required

This modification adds a link to ForumSetup.net in the footer of thread pages only. If you wish to remove this link and get the reporting feature, please see this page for details.

Download Now

File Type: zip Advanced_Guest_Posting_Registration_1.2.1.zip (54.5 KB, 37 views)
File Type: zip Advanced_Guest_Posting_Registration_1.2.2.zip (54.6 KB, 151 views)

Screenshots

File Type: gif guest_registration2.gif (144.6 KB, 0 views)
File Type: gif guest_registration4.gif (15.1 KB, 0 views)
File Type: gif guest_registration5.gif (23.6 KB, 0 views)
File Type: gif guest_registration7.gif (14.2 KB, 0 views)
File Type: jpg vbpagr_settings.jpg (88.8 KB, 0 views)

Show Your Support

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

Comments
  #42  
Old 07-11-2014, 04:52 PM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Morrus View Post
I changed all the references to register.php as you said earlier.

Ah, never mind. I'm not planning on turning this into additional work. Nothing to see here.
Dumb question, do you have a user with the name 'Unregistered' ?

Quote:
Originally Posted by cric2k View Post
Yes, I do.
It seems like something is modifying vB_Types. It should be available by default.
Reply With Quote
  #43  
Old 07-24-2014, 10:58 AM
Marv Marv is offline
 
Join Date: Jun 2002
Location: Germany
Posts: 372
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another one to test. You?re a sedulous man, John

:up:
Reply With Quote
  #44  
Old 07-26-2014, 09:51 AM
Marv Marv is offline
 
Join Date: Jun 2002
Location: Germany
Posts: 372
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was running in the same problem Morrus did. In the meantime I?ve found out, that this error occurs when the max. length of usernames is set. Mine was set to 25 and resulted in the error message, that the username would be to long.

Somehow AGP&R seems to check the textbody in the replybox against the max. username length.

But to make it more complicated: I?ve changed the max. username length to 35 characters and you know what?! The bug is vanished. At least for the moment.
May be anyone can confirm this for his sites?

My ole man always told me "If you can?t understand it, behave like you would love it." Okay, he was talking about women in general. Guess until John comes up with a bugfix I?ll keep it that way
Reply With Quote
  #45  
Old 07-26-2014, 02:08 PM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Marv View Post
I was running in the same problem Morrus did. In the meantime I?ve found out, that this error occurs when the max. length of usernames is set. Mine was set to 25 and resulted in the error message, that the username would be to long.

Somehow AGP&R seems to check the textbody in the replybox against the max. username length.

But to make it more complicated: I?ve changed the max. username length to 35 characters and you know what?! The bug is vanished. At least for the moment.
May be anyone can confirm this for his sites?

My ole man always told me "If you can?t understand it, behave like you would love it." Okay, he was talking about women in general. Guess until John comes up with a bugfix I?ll keep it that way
Ah, that makes sense. I'll have to put in a fix for this. Didn't you start getting this error when you put in the translation? "Unregistered" is 12 characters and "Schwebende Registrierung" is 24 though.
Reply With Quote
  #46  
Old 07-26-2014, 02:41 PM
Marv Marv is offline
 
Join Date: Jun 2002
Location: Germany
Posts: 372
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That makes total sense, John, because my max. username length was set to 20, not 25 as I wrote first. And yes, it first occured after I?d translated the phrases :up:
Reply With Quote
  #47  
Old 08-02-2014, 09:32 AM
Marv Marv is offline
 
Join Date: Jun 2002
Location: Germany
Posts: 372
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

(Mods, please delete this. Problem was caused by own modification - not related to this mod)
Reply With Quote
  #48  
Old 08-04-2014, 07:32 PM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Marv View Post
(Mods, please delete this. Problem was caused by own modification - not related to this mod)
I haven't noticed that Marv, but it's possible it's happening. Does the user count correct when someone registers via the normal method?
Reply With Quote
  #49  
Old 08-06-2014, 12:28 PM
Marv Marv is offline
 
Join Date: Jun 2002
Location: Germany
Posts: 372
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As said, this problem was caused by an own mod, which had a little conflict with the WGO on forumhome.

But unfortunal, I have found another issue. I´ve set up AGP&R to post replies after e-mail is confirmed. That feature doesn´t work for me and the former guests have to post the reply again when they have become a member. The guest postings are visible in the moderation queue, but they don´t make it to auto-approved posts through AGP&R once the guest becomes a member.

Have you noticed that already?
Reply With Quote
  #50  
Old 08-19-2014, 12:58 PM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Marv View Post
As said, this problem was caused by an own mod, which had a little conflict with the WGO on forumhome.

But unfortunal, I have found another issue. I?ve set up AGP&R to post replies after e-mail is confirmed. That feature doesn?t work for me and the former guests have to post the reply again when they have become a member. The guest postings are visible in the moderation queue, but they don?t make it to auto-approved posts through AGP&R once the guest becomes a member.

Have you noticed that already?
does the thread/post still stay in the queue as 'unregistered'? Are you sure this isn't from members that accidentally posted when logged out? I have this happen from time to time and see that the member just forgot to log in.
Reply With Quote
  #51  
Old 09-27-2014, 04:34 PM
Morrus Morrus is offline
 
Join Date: Jan 2002
Posts: 494
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That can't be it for me. Username length is set to 20, and as noted, Unregistered is only 12.
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 11:11 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.05104 seconds
  • Memory Usage 2,352KB
  • Queries Executed 26 (?)
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
  • (5)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
  • (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
  • (7)postbit_attachment
  • (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
  • 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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete