Support Forum
Nope... afraid not currently possible without a lot of extra programming.. never had a request to use the WP login form but route the request through a different login processor than WP...
doable, but needs a little love hooking into the wp process...
Visit Cruise Talk Central and Mr Papa's World
I plan to intro this in the next update all being well.
I recall (from a long, long time ago) that the thinking was that if someone had their own login system then they would also probably have their own login button/link - like in a menu or sidebar. But we can do this.
YELLOW
SWORDFISH
|
Personally wouldn't recommend it but it can be done if you really want to take a swing at it...
Our login form source code is at simple-press/forum/content/forms/sp-form-login.php
This could be replaced completely by using a standard WordPress filter named:
'sph_LoginForm'
This filter has two parameters. The first is the html already created which your code would replace. The second is the array of control values which you can find at the top of the template you have edited where it says: IN-LINE LOGIN FORM - OBJECT DEFINITION.
So - do you know how to code up WP style filters? If so that might be all you need.
YELLOW
SWORDFISH
|
Okay that worked. Now when they login instead of the code taking them to myurl.wp-login.php it now takes them to the member login already established before installing Simple-Press. That is what I want. But - How do I get the person logging into the member area via the forum to be redirected to the forum url? Now, when they log in they go instead to the pre-existing member area.
1 Guest(s)