vrfx
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Reviews
In reply to: [User Frontend] Does exactly what it saysAfter 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 withwp_safe_redirect( home_url() );
Still a great plugin, just trying to help make it slightly better.
Forum: Plugins
In reply to: [User Frontend] does not workit 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/ ). 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)