i think carloszehr means this code:
COPY CODE
add_filter( ‚wpmem_login_redirect‘, ‚my_login_redirect‘ );
function my_login_redirect()
{
// return the url that the login should redirect to
return 'http://airconnects.de/aktivitaet/';
}
if you logged in, they redirect you to the other page that you want.