Log-in page
This topic contains 11 replies, has 4 voices, and was last updated by purpleedge 10 years, 4 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
July 18, 2014 at 9:53 pm #9034
The log-in page is well out of line with the theme (Aveda).
Is it possible for the log-in / sign-up process to be placed on a page / directed to the WordPress main log-in/sign up?
July 19, 2014 at 12:24 am #9044The login process is under consideration; Vikas is looking into this.
July 19, 2014 at 12:37 am #9045I’ll put in a plug here for Theme My Login, it works really well with the Enfold theme.
You can redirect to a different login etc page by …
1. Copying geodir-signup.php to /your child theme folder/geodirectory/
2. redirecting to your login page, as shown below…
if(get_current_user_id()){wp_redirect( home_url(), 302 ); exit;}
wp_redirect(home_url().’/login/’); // GWB
exit(); // GWB// call header
get_header();It’s a bit ugly, a blank page is shown during the redirect.
Would be good if the re-direct to geodir-login was coded using a login page etc variable that could be set in the backend, instead of hardcoded as it is now.
July 21, 2014 at 8:46 am #9207Is this issue resolved yet because I am having redirect problems too. I need the user to be redirected to their profile page (managed listing) after completing the sign-up form. Also, how do I enable for the user to change their password from the crazy auto generated one? I was asked that question. Thanks for all the help! 🙂
July 21, 2014 at 10:21 am #9213If you add the GD login to every page, then your users will have links to all their listings, favorites etc.
If you want to allow people to change their password, do this:
WP admin > GD > General > Allow user to see wp-admin area > YES.July 21, 2014 at 5:16 pm #9259It’s only for B2B, not B2C
July 21, 2014 at 6:25 pm #9276But I’m really concerned about the whole login process. I’m not fluent with php, but I can manage to get around most of the time. I cant figure out how to change what happens after they confirm the sign-up process. Right now it goes to the home page, but I’d like it to go to their profile / listing. Plus I need them to be able to create their own password and I do not know how, can someone help, please?
July 21, 2014 at 9:27 pm #9286Like I said above: The login process is under consideration for possible future redesign. If you can’t wait, you can post a job at the Jobs forum.
July 21, 2014 at 11:13 pm #9297Theme-My-Login does what you want!
July 21, 2014 at 11:17 pm #9298thanks for the help, but I don’t think upgrading an entire theme would be efficient. I’ll have to check it out though, I like seeing other peoples work. I’m having complaints from the few registrants that I have on their about the username / password issue. So I can’t really start paying for any marketing till these things get fixed.. How much would you want to get this thing working correctly??
July 22, 2014 at 4:23 am #9321@purpleedge – Theme-My-Login seems to be a fantastic solution, but I am hoping you can provide some clarification regarding where to dump that code for the login redirect.
July 22, 2014 at 4:38 am #9325@semperteneo, as described above.
geodir-signup.php in your child theme/geodirectory folder
Add the two lines I have marked with //GWB between the other two lines I have shown above. i.e. straight after the first line of code in that file.
That will redirect users who aren’t logged in when they press on the GD add_listing, etc etc, links and redirect them from the GD login/register page to the TML login page.
Otherwise, just add your own TML login links wherever you want them so a user can login/register/logout/update profile.
The TML widget works nicely in a sidebar in place of the GD_login widget.
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket