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

Reply
 
Thread Tools
[OzzModz] Register To Reply Button For Guests Details »»
[OzzModz] Register To Reply Button For Guests
Version: 1.0.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: 11-02-2014 Last Update: Never Installs: 28
Uses Plugins Auto-Templates
Translations  
No support by the author.

Another mod brought to you by,


This mod will allow you to have a register to reply button for guests in the postbit.

It is a simple installation, just import the product XML, ozzmodz_register_reply

You can edit the options under the settings, [OzzModz] Register To Reply Button For Guests Settings

Complete Feature List
  • Option to disable the mod completely.

Frequently Asked Questions.

Q. Why do I need such a thing, you ask?

A. Some admins might like to have this to help drive up registration rates.

Q. Does this work with Postbit Collapser/Arranger as some mods don't?

A. Yes it will work with that mod.

Q. I am using Rename register.php by BOP5 to rename my registration page, will this redirect them to the proper page?

A. Yes it will redirect your users to the right registration page.

-------------------------------------------------------------------------------------------

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 (November 2, 2014)
- Initial public release.

Show Your Support

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

Comments
  #12  
Old 11-04-2014, 12:37 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Capture the referring link possibly, then get a redirect to that after submit?
Reply With Quote
  #13  
Old 11-04-2014, 12:47 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, but the issue become, where/how to store it, then if the site needs email verification to validate the user. Then the issue comes in with mods, that redirect users to certain places, or forces them to read a post or pm before continuing doing anything.

Just way to many variables and hurdles to try and overcome to get them back to the post.

Look at it this way, as vBulletin stock setup, if I am reading a post as a guest, then decide to reply to it, I need to register. Once I do I need to find that post again. I am sure if there was a easy way to do it, it would be in the core software already.
Reply With Quote
  #14  
Old 11-04-2014, 01:43 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
Look at it this way, as vBulletin stock setup, if I am reading a post as a guest, then decide to reply to it, I need to register. Once I do I need to find that post again. I am sure if there was a easy way to do it, it would be in the core software already.
I get it now, because if a guest clicks on "reply" in showthread, he gets the "no permission please login" form instead, which has a option to register.

All you're doing here is making that the register form instead, saving them a click. It's more elegant than the standard redirect.
Reply With Quote
  #15  
Old 11-04-2014, 01:48 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Right, it is a simple redirect That is more prevelant on the pages due to it being on each post.
Reply With Quote
Благодарность от:
Max Taxable
  #16  
Old 11-04-2014, 02:31 AM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks ozzy i have a similar system but a dirty way with template edited.I'll use your clean way
Reply With Quote
Благодарность от:
ozzy47
  #17  
Old 11-04-2014, 09:03 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad you like it, and thanks for marking as installed.
Reply With Quote
  #18  
Old 11-04-2014, 04:02 PM
BasicGreatGuy BasicGreatGuy is offline
 
Join Date: Oct 2006
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice mod, Ozzy. Thanks.
Reply With Quote
Благодарность от:
ozzy47
  #19  
Old 11-04-2014, 04:44 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad you like it, and thanks for marking as installed.
Reply With Quote
  #20  
Old 11-04-2014, 08:06 PM
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
Yes, but the issue become, where/how to store it, then if the site needs email verification to validate the user. Then the issue comes in with mods, that redirect users to certain places, or forces them to read a post or pm before continuing doing anything.
Of course, you need a way to store link. Maybe in database (new table, just for this mod, that would populate first info about link where the button was and next userid, after registration process. With internal (this mod's) userid, so mod knows who is who), or in cookies (so browser knows link).

As how to present this link, maybe to create something like notice, with info that user started registration (clicked on the button) at this link (i.e. link to original post). Here could be explained that user must complete registration process first (with confirming email if board asks for it) and after that user could go to that post to reply.

There should also be option to remove this link, if user wants so. Removing link would delete DB record, or remove cookie.

I'm just thinking aloud... As I said, this would affect user experience in a good way.
Reply With Quote
  #21  
Old 11-04-2014, 10:48 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will think as I go along and see if I can come up with a way to do it at some point.
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 03:17 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.07481 seconds
  • Memory Usage 2,322KB
  • Queries Executed 27 (?)
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
  • (2)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
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)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_postinfo_query
  • fetch_postinfo
  • 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