Redirect Login Form

Hi @Chris D

I am doing an integration with amember + xenforo , so the users would login via amember.

I would like to setup a redirect to the amember login page when the "Error" Page pops up.

Here is my site:
http://dslrvideoclub.com/members/index.php

Login page:
It will be redirecting to the amember login page which is: http://dslrvideoclub.com/account/login

Could you please provide instructions on how to set this up?

Thank you

Tyrone - were you successful with this integration?
 
Hi @Eric Guth - yes I was and it's working. I simple added a HTML Meta redirect:

Code:
<meta http-equiv="refresh" content="0; url=http://example.com/" />

That was the quickest way around it.

Thanks,
 
Hi @Eric Guth - yes I was and it's working. I simple added a HTML Meta redirect:

Code:
<meta http-equiv="refresh" content="0; url=http://example.com/" />

That was the quickest way around it.

Thanks,
aMember support has been great and used the same workaround for me as well. I am very happy with aMember and Xenforo together. The "bugs" in the beginning were from my lack of understanding. Both products could use a quick start course.
 
Top Bottom