Title: Mingle
Last modified: August 19, 2016

---

# Mingle

 *  Resolved [hkcharlie](https://wordpress.org/support/users/hkcharlie/)
 * (@hkcharlie)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/mingle/)
 * I’m using the Mingle plugin and would like to know where I can change the redirects
   for the login and logout, to take the user to the template page as opposed to
   the www…………\wp-login.php
 * Anyone? Please?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [hkcharlie](https://wordpress.org/support/users/hkcharlie/)
 * (@hkcharlie)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/mingle/#post-1324084)
 * Can anyone help please?
    I my login is themed by Mingle, but the logout isn’t.
   Can I put a redirect in so that the user doesn’t have to see wp-login.php?
 *  [cartpauj](https://wordpress.org/support/users/cartpauj/)
 * (@cartpauj)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/mingle/#post-1324096)
 * check your unauthorized.php file
 *  Thread Starter [hkcharlie](https://wordpress.org/support/users/hkcharlie/)
 * (@hkcharlie)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/mingle/#post-1324098)
 * can;t find one, where woud it be?
    (BTW – I am on the Mingle forum now aswell)
 *  Thread Starter [hkcharlie](https://wordpress.org/support/users/hkcharlie/)
 * (@hkcharlie)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/mingle/#post-1324099)
 * ok – I took this to the Mingle forum :
    [http://wpmingle.com/forum/?vasthtmlaction=viewtopic&t=69.0](http://wpmingle.com/forum/?vasthtmlaction=viewtopic&t=69.0)
 *  [ellora7](https://wordpress.org/support/users/ellora7/)
 * (@ellora7)
 * [16 years ago](https://wordpress.org/support/topic/mingle/#post-1324111)
 * if you want to redirect to log into your profile page instead of activity page,
   you must also alter MnglUsersController.php file located in mingle/classes/controllers/
   folder.
 * change this line:
    $redirect_to = ( (isset($redirect_to) and !empty($redirect_to))?
   $redirect_to:get_permalink( $mngl_options->activity_page_id )
 * to this:
    $redirect_to = ( (isset($redirect_to) and !empty($redirect_to) )?$redirect_to:
   get_permalink( $mngl_options->profile_page_id )
 * and also this line:
    $redirect_to = ((!empty($redirect_to))?$redirect_to:get_permalink(
   $mngl_options->activity_page_id));
 * to this:
    $redirect_to = ((!empty($redirect_to))?$redirect_to:get_permalink($
   mngl_options->profile_page_id));

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Mingle’ is closed to new replies.

## Tags

 * [Logout](https://wordpress.org/support/topic-tag/logout/)

 * 5 replies
 * 3 participants
 * Last reply from: [ellora7](https://wordpress.org/support/users/ellora7/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/mingle/#post-1324111)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
