By Philipp on Wednesday, 03 September 2014
Replies 6
Likes 0
Views 817
Votes 0
hey guys,

is there a simple way to block the full registration and only allow users to see the quick registration?
for example when a user enters the wrong recaptcha on the quick registration, he gets redirected to the full registration - instead i would like him to try again on the quick registration.

in short, how can I redirect the full registration page to the quick registration page?

thanks in advance
Hello Philipp,

Hm, you shouldn't actually need to worry about redirecting the user when they access the completed page because if they didnt go through the steps, I don't think they are allowed to access the complete page.
·
Wednesday, 03 September 2014 16:51
·
0 Likes
·
0 Votes
·
0 Comments
·
As a work around I suppose you could use Joomla's redirect component and direct it to the quick register.
·
Wednesday, 03 September 2014 06:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Yep, as Josh Lewis stated above, you could use Joomla redirection to redirect URLs. Alternatively, you could add a 301 redirection rule in your .htaccess file.
·
Wednesday, 03 September 2014 10:38
·
0 Likes
·
0 Votes
·
0 Comments
·
thanks for your quick reply!

seems very smart and i should have come up with that myself:
Redirect 301 /community/registration http://my_domaine.com/register


only problem: now this page is 404: /community/registration/completed/1?userid=xyz

is it safe to "301 redirect" that one as well? Like
Redirect 301 /community/registration/completed/1 http://my_domaine.com/registercompleted


can I specify in the settings a succesfuly registration redirect?
and does the "1" at the end of the url specify the profiletype?

thanks in advance
(very great support by the way!)
·
Wednesday, 03 September 2014 16:42
·
0 Likes
·
0 Votes
·
0 Comments
·
ok, thanks a lot
·
Wednesday, 03 September 2014 18:25
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Philipp
·
Thursday, 04 September 2014 02:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post