Version: 1.2.2, by tpearl5
Developer Last Online: Aug 2022
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)
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.
I'm not familiar with how that mod works. You'll have to try it. If anything it may just be a matter of changing when certain hooks execute.
It just renames register.php and changes a bunch of links to it to point to the new filename. Reduces spam registrations which automatically access register.php on vbulletin forums. So if this redirects to register.php, it isn't compatible with that mod, sadly.
It just renames register.php and changes a bunch of links to it to point to the new filename. Reduces spam registrations which automatically access register.php on vbulletin forums. So if this redirects to register.php, it isn't compatible with that mod, sadly.
I imagine you just go through the files and look for register.php and change it to whatever you changed the filename to
I installed the mod on V4.2.2 and really like it. Everything worked fine as far as I could tell.
Only one issue I had though which is important to me and perhaps will be for others:
On our site the first 5 posts a new member makes go into moderation for approval. Using this mod, all a new member has to do is post, register as directed and the post they made is posted by-passing the moderation requirement. If they make a second post that one goes to moderation for approval. It is just whatever someone types as a first post is automatically posted which in our case opens the door to trolls. Otherwise, very nice mod and I hope you can fix this issue.
I installed the mod on V4.2.2 and really like it. Everything worked fine as far as I could tell.
Only one issue I had though which is important to me and perhaps will be for others:
On our site the first 5 posts a new member makes go into moderation for approval. Using this mod, all a new member has to do is post, register as directed and the post they made is posted by-passing the moderation requirement. If they make a second post that one goes to moderation for approval. It is just whatever someone types as a first post is automatically posted which in our case opens the door to trolls. Otherwise, very nice mod and I hope you can fix this issue.
Glad you like it! Are new users put into a different usergroup other then registered that has new posts set to moderate or is another mod doing this?
After signing up, newbies are placed in a group titled "New Members". The permissions in that group are set to require all posts being moderated. After 5 posts they are auto promoted to the group "Registered Members" where posts are not moderated. - Thanks.
After signing up, newbies are placed in a group titled "New Members". The permissions in that group are set to require all posts being moderated. After 5 posts they are auto promoted to the group "Registered Members" where posts are not moderated. - Thanks.
I see - Is the ID of the "New Members" group 4? See what happens if you set "Follow Forum Moderation Rules" to No for "Unregistered / Not Logged In"
Actually I use group 2 for "New Members". Both that and "Unregistered/Not Logged In" are set to No for follow forum moderation rules. So that isn't working... hmmmm
After signing up, newbies are placed in a group titled "New Members". The permissions in that group are set to require all posts being moderated. After 5 posts they are auto promoted to the group "Registered Members" where posts are not moderated. - Thanks.
Quote:
Originally Posted by Justinphx
Actually I use group 2 for "New Members". Both that and "Unregistered/Not Logged In" are set to No for follow forum moderation rules. So that isn't working... hmmmm
oops, I meant 2 not 4. But yeah, I just checked and the mod isn't accounting for that moderation setting. It only places posts into the moderation queue after registration if the post is detected as spam by the stock system. Maybe in a future version I'll account for that setting.