Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Bage

    (@bagerathan)

    For now, in my test site, I used the wp_login action along with the wpas_redirect function in your plugin to create my redirects..

    It would be wonderful, if i am able to use the inbuilt wp_redirect function.

    Plugin Author julien731

    (@julien731)

    wpas_redirect is actually just a wrapper for wp_redirect. What it adds is just the use of <meta http-equiv='refresh'> if the headers were already sent.

    Thread Starter Bage

    (@bagerathan)

    With version 3.1.3, the custom redirects are working properly.

    Plugin Author julien731

    (@julien731)

    Could you give a little more details.

    Thread Starter Bage

    (@bagerathan)

    Like i mentioned in the first message, I had peter’s redirect plugin active and configured to redirect users to a custom dashboard after login based on the user role. But with awesome support 3.1.2 I couldn’t make it work.

    So I have used wp_login action to get it work.

    Now with the update 3.1.3, the redirects are working properly based on roles.

    I haven’t done any other changes, so I figured, this update somehow fixed it.

    Plugin Author julien731

    (@julien731)

    Oh ok. That’s great then. I’m glad there is one bug less.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Custom redirect issue.’ is closed to new replies.