Quote:
Originally Posted by ozzy47
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.