The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
User action is lost after registration
I’ve noticed that when I click on a New Thread button as an unregistered user, then go through the registration process, it doesn’t take me back to the place I originally clicked on. Is this the default behavior? I need the user to be taken to wherever they wanted to go prior to registering.
|
#2
|
|||
|
|||
you can install the Quick Registration addon to make it happen, as it's the only active way to eliminate the long process of registration...
the system is safe if you are not redirected to your former location for some reasons... basically because most of the spam occurs on registration moment... unsafe connection and returning page would lead to more spam if everybody can just register new accounts and go back and spam again... |
#3
|
|||
|
|||
Thanks Nexialys - that's interesting that the behavior is an intentional spam blocking measure. I would think that the human verification tool would be security enough. Is this the add on you're referring to? If so, will this direct users to return to their last requested link upon registering
https://vborg.vbsupport.ru/showthrea...t=registration Thanks again! |
#4
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showthread.php?t=181731" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=181731</a> this one is up to date and i suppose it redirect...
|
#5
|
|||
|
|||
Unfortunately the Quick Register mod doesn't redirect the user either after registration. It just drops you to this page:
Thank you, newuser. Your registration is now complete.Any ideas on how to get it so that the user is redirected to where they wanted to go? |
#6
|
|||
|
|||
It appears this is not a straightforward thing to set up with out writing your own custom solution? I guess my plan is to just write a custom registration page which will then auto-login the user and post the thread to the forum. Seems like a lot of work but if there's no other way to do this then I'll start writing code...
|
#7
|
||||
|
||||
You can create a plugin at register_addmember_complete to run your own redirect, etc.
|
#8
|
|||
|
|||
Thanks--that's what I was hoping to find out--what the "vb approach" would be to something like this. This will be a good way for me to ramp up with the whole vb coding model. The only thing left to determine will be if the initial user 'action' will be readily available via some variable after registering... I suppose there is a cookie that stores this?
|
#9
|
||||
|
||||
You will need to store the action yourself, vBulletin doesn't keep a history of user actions.
|
#10
|
|||
|
|||
I think that's incorrect. When I clilck on 'New Thread' in a given forum as a guest, it takes me to a login page. Then when I login, it directs me to a "Thank you for logging in" page, and finally drops me back off at the "Post Thread" page that I originally requested.
Is this "original action" kept in a cookie or passed through form variables? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|