It would be really nice if Simple Press and Theme my Login would play nice together.
Support Forum
They do. Both Steve and I use SP and TML on various other websites. As do a lot of our SP users.
exactly… works fine… what issues are you having??? of course, if you have added stuff to the login form, you will want to disable the simple press inline login form and instead point it to the wp/tml login page…
I am having the hardest time trying to figure out how to make the login link go to my wp-login page instead of the built in login page within SPF. Is this possible? I’m new to SPF as of last night.
you just need to change the button to link to the page instead of the inline form…
see: http://codex.simple-press.com/codex/api/template-functions-and-the-api/display-template-functions/common-view/sp_loginoutbutton/
you will find that template function in your spHead.php template file of the theme you are using… namely the ‘logInLink’ argument to the function… you could also remove the inline login form since it wont be used… that would be the http://codex.simple-press.com/codex/api/template-functions-and-the-api/display-template-functions/common-view/sp_loginform/ template function…
also, be sure to have your own them instead of ours, so keep from losing changes: http://codex.simple-press.com/codex/themes/theme-basics/creating-a-theme/