C charliebrown New Member Nov 14, 2014 #1 when member logs out, he is redirected back to login page how do I change logout destination url?
Mark Administrator Staff member Nov 14, 2014 #2 it makes sense to have them redirect to the home page rather than the login page, I'll include this in the 1.4 release. you can apply this to your list like so: edit sources/user_cpl.php find on line 185: Code: header("refresh:1; '{$TMPL['list_url']}/index.php?a=user_cpl'"); change to: Code: header("refresh:1; '{$TMPL['list_url']}/'");
it makes sense to have them redirect to the home page rather than the login page, I'll include this in the 1.4 release. you can apply this to your list like so: edit sources/user_cpl.php find on line 185: Code: header("refresh:1; '{$TMPL['list_url']}/index.php?a=user_cpl'"); change to: Code: header("refresh:1; '{$TMPL['list_url']}/'");