[SOLVED]Final Message not loading after success verification in Selfregistration

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
User avatar
kerryshamblin
Forum Members
Forum Members
Posts: 87
Joined: Wed Apr 14, 2010 5:21 pm

[SOLVED]Final Message not loading after success verification in Selfregistration

Post by kerryshamblin »

Thanks in advance for reading this.

I am running CMSMS 1.8.1.

I have installed:

Frontendusers 1.12
SelfRegistration 1.6.1

In the Registration Settings of the SelfRegistration module, I have selected "Require the user to confirm registration via email" and both of these fields are empty:

PageID/Alias to redirect to after registration is complete
PageID/Alias to redirect to after verification step is complete

The new user receives the verification email, the links work to take someone to the verification page, and the verification process works in that the new user is pushed into FEU. There are a few problems:

1. Upon submitting the verification, the page reloads (minus the password) and the Final Message is not displayed.

2. Although SelfRegistration pushes the user into FEU, the new user is still listed in the SelfRegistration User list, and has to be manually pushed from that list in order to remove them from SelfRegistration.

I've searched the forums, but haven't found anyone with this specific problem.
Last edited by kerryshamblin on Tue Aug 31, 2010 12:09 pm, edited 1 time in total.
pb4sc
Forum Members
Forum Members
Posts: 12
Joined: Tue Feb 23, 2010 3:04 am

Re: Final Message not loading after successful verification in Selfregistration

Post by pb4sc »

Hi,
  Make sure above the page alias/ID the boxed is checked that says Don't display the final message after registration:

pb4sc
pgraber
New Member
New Member
Posts: 7
Joined: Wed Aug 11, 2010 11:56 am

Re: Final Message not loading after successful verification in Selfregistration

Post by pgraber »

I've the same problem as Kerry !

CMSMS 1.8.1
SelfRegistration 1.6.1

Pierre
User avatar
kerryshamblin
Forum Members
Forum Members
Posts: 87
Joined: Wed Apr 14, 2010 5:21 pm

Re: Final Message not loading after successful verification in Selfregistration

Post by kerryshamblin »

Thanks for the suggestion, pb4sc, however, I *want* the final message displayed. And, if I check that box (without filling in the page redirect boxes) then the user fills out the self reg form, clicks "submit" and then goes nowhere, even though they still receive a verification email.

I'm still having the same problem. I need the user to see the Final Message after they complete the verification step, rather than staying on the verification page. I also need the user to exit the "SelfRegistration Users" once they are pushed into FEU.

Thanks!
zaidcrowe
Forum Members
Forum Members
Posts: 109
Joined: Wed Jun 10, 2009 3:43 pm

Re: Final Message not loading after successful verification in Selfregistration

Post by zaidcrowe »

We're having exactly the same issue - running 1.6.1.

Does any one have a resolution to this?
zaidcrowe
Forum Members
Forum Members
Posts: 109
Joined: Wed Jun 10, 2009 3:43 pm

Re: Final Message not loading after successful verification in Selfregistration

Post by zaidcrowe »

Try this edit action.verifyuser.php - around line 141 - currently reads:
if( $result != 0 )

edit to:

if( $result[0] != 0 )
User avatar
kerryshamblin
Forum Members
Forum Members
Posts: 87
Joined: Wed Apr 14, 2010 5:21 pm

Re: Final Message not loading after successful verification in Selfregistration

Post by kerryshamblin »

Thanks for the suggestion, but that still doesn't work to show the message from the SelfReg "Final Message Template" after the user completes the verification step. The verification step pushes the user into FEU, but doesn't remove them from SelfReg. Also, upon completing verification, the user gets a reloaded verification page, prompting for the password they just entered, rather than the message from the "Final Message Template."
beherenow_uk
Forum Members
Forum Members
Posts: 103
Joined: Fri Nov 28, 2008 11:26 am

Re: Final Message not loading after successful verification in Selfregistration

Post by beherenow_uk »

Same problem here!!

CMSMS 1.8.2
CGExtensions 1.19.2
CMSMailer 2.0
FEU 1.12
SReg 1.6.1

It's annoying – it registers the user upon hitting submit, but the final message simply isn't shown, no matter what I try. I have even gone as far as reinstalling the whole system for this!!

At the moment im building the forum using the option of not having to have email verification, but it's not what I really want to be honest.

Someone please help us!

Thanks!
beherenow_uk
Forum Members
Forum Members
Posts: 103
Joined: Fri Nov 28, 2008 11:26 am

Re: Final Message not loading after successful verification in Selfregistration

Post by beherenow_uk »

I found an answer on the bug tracking page from a user called Vasco... http://dev.cmsmadesimple.org/bug/view/5325


Go to: ../modules/SelfRegistration/action.verifyuser.php

and then on line 138 change:

Code: Select all

if( $result != 0 )
to

Code: Select all

if( $result[0] != TRUE )
and then change all your settings back to 'verify by email' etc. And refresh the browser on your registration page. And voila, the final message showed for me.

Also, it strangely seems to solve the other problem of auto pushing to FEU too. I sincerely hope this helps you guys too, this bothered me for a couple of days last week!

Karl.
User avatar
kerryshamblin
Forum Members
Forum Members
Posts: 87
Joined: Wed Apr 14, 2010 5:21 pm

Re: Final Message not loading after successful verification in Selfregistration

Post by kerryshamblin »

Thanks, Karl! The solution worked for me. It's been annoying me for far longer than a few days and has been one of the details holding me back from launching a site. Now on to CompanyDirectory problems...
User avatar
Anireta
Forum Members
Forum Members
Posts: 21
Joined: Wed Sep 08, 2010 10:22 am

Re: [SOLVED]Final Message not loading after success verification in Selfregistration

Post by Anireta »

Oh, thank you very much!! It works now!!

Sorry if its double, but can somebody help me in other question with this module: I want it e-mail me not only notification about new user but also all information about user in e-mail message. How can I solve it?
Post Reply

Return to “Modules/Add-Ons”