Perhaps I've missed it, but I'm trying to work out how to redirect a user to a specific page (a kind of members' homepage) when they sign in. I'm using amember & joomla 1.5. Does anyone know if this can be done... and how? Thanks Will
Think you will need to go in and change some of the login code. Sometimes the login is specific to the template you are using. in modules/mod_login/tmpl/default.php change <input type="hidden" name="return" value="<?php echo $return; ?>" /> to <input type="hidden" name="return" value="/redirect" /> David