I have been trying to do this for days now and cant seem to find any help on how to do is. I want the user after login to be redirected to a different page instead of the members landing page.
socialengine v4 how to change the page members see after login
944 views Asked by Adam At
1
Try checking the code in
User/AuthControllerafter this commentRun post login hook. There are several ways to do a custom redirect here.return_urlparameter in the link to login page. You can also 64-bit encode the redirect url so that it is compact.Zend_Session_Namespace('Redirect')->urionUserLoginAfterand pass aredirectparameter in its response.If all else fails, hard-code the next line of code which redirects to home :P