vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Mini Mods - [OzzModz] Register To Reply Button For Guests (https://vborg.vbsupport.ru/showthread.php?t=315201)

ozzy47 11-02-2014 10:00 PM

[OzzModz] Register To Reply Button For Guests
 
Another mod brought to you by,
https://vborg.vbsupport.ru/external/2015/01/1.png

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 https://vborg.vbsupport.ru/external/2015/08/1.png button to the right ---->

Please remember to click the, https://vborg.vbsupport.ru/external/2015/08/2.png 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.

ozzy47 11-03-2014 01:26 AM

Reserved.

lapiervb 11-03-2014 11:36 AM

Just a suggestion could it be made to use the "reply" and when unregistered users click it it takes them to the registration screen?

ozzy47 11-03-2014 12:02 PM

That is what it does when you click on the Register To Reply it takes the guest to the registration page.

Marcin1 11-03-2014 02:33 PM

Nice mod, marked as installed.

ozzy47 11-03-2014 03:16 PM

Glad you like it, and thanks for marking as installed. :)

Alan_SP 11-03-2014 11:20 PM

Excellent idea. :up:

Only thing that's missing in my opinion is that after user completes registration he isn't redirected (or have option to be redirected) to thread where he clicked on button.

I guess that users would click on a button in just right places, where they want to write their answer. After they complete registration, they need to find from start place where they wanted to write their answer.

If it would be possible that users have at least option to get back to place where they clicked on a button, it would be perfect.

Also, I use register redirect mod, which redirects users to certain links of my choosing after registration. If there could be way to provide exact link for users to return to place where they clicked on a button for registration it would make much better and user friendlier experience for users.

I hope it could be done, saving exact link to post where they clicked on a button and afterward giving them option to follow it back to answer that exact post.

ozzy47 11-03-2014 11:23 PM

I do not see a viable way to do it, as there is to many variables to consider to get them back, as well if they need to verify the email before posting. Just way to many headaches to jump through.

Also there are mods that require you to read a thread before doing anything once you are active, and mods that do the same for PM's, so there is just to many variables to take into account, and screwing up everything.

Alan_SP 11-03-2014 11:46 PM

I know that this is something possibly impossible :D

But one hopes.

I thought something in a way of using cookies to store and retrieve this information after registration. Maybe special new cookie created from this mod, that this mod searches and offers user stored link if it finds it somewhere in navbar, or somewhere else.

Anyway, if you get idea how to make this possible, it really would be great.

ozzy47 11-04-2014 12:24 AM

If I ever do find a easy way, I will look into implementing it.

Max Taxable 11-04-2014 12:37 AM

Capture the referring link possibly, then get a redirect to that after submit?

ozzy47 11-04-2014 12:47 AM

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.

Max Taxable 11-04-2014 01:43 AM

Quote:

Originally Posted by ozzy47 (Post 2521199)
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.

ozzy47 11-04-2014 01:48 AM

Right, it is a simple redirect That is more prevelant on the pages due to it being on each post. :)

puertoblack2003 11-04-2014 02:31 AM

Thanks ozzy i have a similar system but a dirty way with template edited.I'll use your clean way :p

ozzy47 11-04-2014 09:03 AM

Glad you like it, and thanks for marking as installed. :)

BasicGreatGuy 11-04-2014 04:02 PM

Nice mod, Ozzy. Thanks.

ozzy47 11-04-2014 04:44 PM

Glad you like it, and thanks for marking as installed. :)

Alan_SP 11-04-2014 08:06 PM

Quote:

Originally Posted by ozzy47 (Post 2521199)
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.

ozzy47 11-04-2014 10:48 PM

I will think as I go along and see if I can come up with a way to do it at some point.

Thangvip9x 11-05-2014 12:05 AM

Very useful, thanks

ozzy47 11-05-2014 12:16 AM

Don't forget to mark as installed.

Thangvip9x 11-05-2014 12:40 AM

Quote:

Originally Posted by ozzy47 (Post 2521395)
Don't forget to mark as installed.

Can you fix mod? It mean visitors don't redirect to register.php and and they will see form login
I will mark as installed for you

ozzy47 11-05-2014 12:45 AM

They do to redirect to the registration page, if it is not for you, disable your other mods and see if one is conflicting with this.

Thangvip9x 11-05-2014 12:50 AM

Quote:

Originally Posted by ozzy47 (Post 2521400)
They do to redirect to the registration page, if it is not for you, disable your other mods and see if one is conflicting with this.

If you help me, i will install this mod
Sorry, i can't mark as installed when it don't fix
Sorry, if you don't like 'fix' word, you should think i am talking 'upgrade' word
Don't hate me, i want to your mod better
Thank you very much!

Thangvip9x 11-05-2014 12:53 AM

It mean, i want they see
https://vborg.vbsupport.ru/external/2014/11/37.png

ozzy47 11-05-2014 12:55 AM

So you installed it, and clicking on the Register To Reply button takes you to the login screen? Does this happen with all other mods disabled?

Thangvip9x 11-05-2014 12:55 AM

Mark as Installed

Thangvip9x 11-05-2014 12:57 AM

I want you upgrade in fastest time, i see this mod will perfect if you upgrade

ozzy47 11-05-2014 01:00 AM

Upgrade what, the mod was released two days ago. Do as I suggested above.

Thangvip9x 11-05-2014 01:01 AM

Quote:

Originally Posted by ozzy47 (Post 2521406)
So you installed it, and clicking on the Register To Reply button takes you to the login screen? Does this happen with all other mods disabled?

It mean i don't want they redirect to register page and only want to the see form ask login

Thangvip9x 11-05-2014 01:05 AM

It mean, i want you release mod "Login To Reply"

ozzy47 11-05-2014 01:05 AM

What would be the purpose of that? So if I am a guest, I click on that button, then get redirected to the log in form, I don't have a account, so I then need to go to the registration page anyway.

Thangvip9x 11-05-2014 01:08 AM

Can you understand?
Althought you don't release but i still installed, this is good mod, thank you very much!

ozzy47 11-05-2014 01:12 AM

I can see about changing it to what you want, and attach it to a post here maybe tomorrow. I doubt I will release it as a official mod though.

Thangvip9x 11-05-2014 01:14 AM

Quote:

Originally Posted by ozzy47 (Post 2521413)
What would be the purpose of that? So if I am a guest, I click on that button, then get redirected to the log in form, I don't have a account, so I then need to go to the registration page anyway.

Ex: I am member, last year i registered, but i logout, now, i search on google, i want reply, i don't want register because i registered
Can you understand?
If you don't release. i still installed
Thank

Thangvip9x 11-05-2014 01:16 AM

Quote:

Originally Posted by ozzy47 (Post 2521415)
I can see about changing it to what you want, and attach it to a post here maybe tomorrow. I doubt I will release it as a official of though.

I appreciate for your action
Thank you very much!

ozzy47 11-05-2014 10:07 AM

Quote:

Originally Posted by Thangvip9x (Post 2521417)
I appreciate for your action
Thank you very much!

Ok here you go.

Thangvip9x 11-07-2014 09:02 PM

Quote:

Originally Posted by ozzy47 (Post 2521448)
Ok here you go.

Thank you very much!
Good luck for you

ozzy47 11-07-2014 11:37 PM

Not a problem. :)


All times are GMT. The time now is 07:14 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.01271 seconds
  • Memory Usage 1,818KB
  • 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
  • (9)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