By Michelle Nunan on Monday, 20 July 2015
Posted in Technical Issues
Replies 7
Likes 0
Views 532
Votes 0
Hello

I believe that after a user registers, the next page they are sent to is the activation page? (if set to user activation method)

However I have now installed PayPlans and it no longer redirects to this page, is there a query string I can add into the redirect field in the plans I have configured in PayPlans to redirect to the activation page again please?

Thanks
Hey Michelle,

I don't think this can be configured within EasySocial if you have already been redirected to Payplans. I believe you will need to check this with the guys at Payplans as they should be respecting the settings upon the completion of the purchase.
·
Monday, 20 July 2015 23:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark

Yes I am not looking to configure it in ES but in PayPlans. In each plan there is an option to redirect after subscription and it looks like a non-sef url needs to be entered. Is there a query string that ES uses which I could paste in here to try? if not I will contact ReadyBytes but I imagine they will send me back to you for the string!

Thanks
·
Monday, 20 July 2015 23:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, you need to pass in the "userid" for the activation url. It should be something like this,

index.php?option=com_easysocial&view=registration&layout=activation&userid=[xxx]
·
Tuesday, 21 July 2015 00:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark, I will see if ReadyBytes can help with filling in the user ID for the string.

Great support
·
Tuesday, 21 July 2015 00:16
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem Michelle However, I think they should generate the url programmatically though. Non sef doesn't look nice. If they need to,


<?php echo FRoute::registration(array('layout' => 'activation', 'userid' => 'xxx'));?>
·
Tuesday, 21 July 2015 00:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark I have posted this on my support request
·
Tuesday, 21 July 2015 00:36
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Tuesday, 21 July 2015 00:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post