Title: vrfx's Replies | WordPress.org

---

# vrfx

  [  ](https://wordpress.org/support/users/vrfx/)

 *   [Profile](https://wordpress.org/support/users/vrfx/)
 *   [Topics Started](https://wordpress.org/support/users/vrfx/topics/)
 *   [Replies Created](https://wordpress.org/support/users/vrfx/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/vrfx/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/vrfx/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/vrfx/engagements/)
 *   [Favorites](https://wordpress.org/support/users/vrfx/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[User Frontend] Does exactly what it says](https://wordpress.org/support/topic/does-exactly-what-it-says-30/)
 *  Thread Starter [vrfx](https://wordpress.org/support/users/vrfx/)
 * (@vrfx)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/does-exactly-what-it-says-30/#post-7818993)
 * After a few days of working with it i have to edit some of the CONS:
    - **styling**: paste the templates in your template directory and then edit 
      the php file you need to modify
    - it does redirect all links to login/admin page but, if you enter the direct
      link to for example _/wp-login.php?action=register_ it doesn’t redirect that.
      maybe this would be a nice feature
    - the logout currently redirects to the custom user-login php page and I think
      it would be better if it would redirect to the home page? instead of `wp_safe_redirect(
      home_url( '/user-login/?message=loggedout' ) );` replace with `wp_safe_redirect(
      home_url() );`
 * Still a great plugin, just trying to help make it slightly better.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Frontend] does not work](https://wordpress.org/support/topic/does-not-work-221/)
 *  [vrfx](https://wordpress.org/support/users/vrfx/)
 * (@vrfx)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/does-not-work-221/#post-4490059)
 * it works for me but the details for installation are very poor indeed.
    here’s
   the steps i did to make it work:
    - install the plugin
    - activate the plugin
    - go to Settings > Permalinks and just press save, don’t need to change anything
    - now here you need access to your server and : copy all the files **from** ../
      wp-content/plugins/user-frontend/templates/* (they should all be in the form
      of user-_something_.php) **to** ../wp-content/themes/yourtheme/
    - you should end up with 6 extra files in the root folder of your theme
    - now in your browser type the address to access any of those webpages (example:
      [http://www.mycoolsite.com/user-login/](http://www.mycoolsite.com/user-login/)).
      If you see the login fields in a separate page then the plugin works
 * Okay now this is the furthest I got so far, next is inspecting the forms and 
   changing the design a bit since I use a custom theme.

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