Lampwrights Forum

Lampwrights Forum (http://www.lampwrights.com/index.php)
-   vBulletin Wordpress Bridge (http://www.lampwrights.com/forumdisplay.php?f=13)
-   -   Comments login link goes to wp-admin (http://www.lampwrights.com/showthread.php?t=232)

Amaca 10-04-2011 06:02 PM

Comments login link goes to wp-admin
 
In Wordpress my comment template display the LOGIN link above each comments if you aren't logged in, saying that i need to be logged to comment the post. Now, the problem is that the login link send the user to the wp-admin login, instead of the vBulletin login. How can i set it?

i tried to insert the link http://website/forum/login.php?do=login in the wp-includes/comment-template.php instead the login wp href

Code:

href="' . esc_url( wp_login_url( get_permalink() ) ) . '">' . $login_text . '</a>';
but the link send the user to the main forum folder, not the login form.
Can you help me?

Jeff 10-06-2011 09:54 AM

Why would you want to send them to the forum link? If fully integrated, they can login using the WP login.

Amaca 10-13-2011 03:32 AM

Quote:

Originally Posted by Jeff (Post 891)
Why would you want to send them to the forum link? If fully integrated, they can login using the WP login.

there is a direct link to the login form in my wp comments themeplate. when i clicked it, normally i expected to see the form into the forum thanks to your plugin, not the wordpress login form. that's what happenend, i saw the login form into wordpress, not the forum page login. do you know what could be the problem?


All times are GMT -4. The time now is 06:58 PM.

Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.