08-13-2011, 02:15 AM | #1 |
Junior Member
Join Date: Jul 2011
Posts: 7
Rep Power: 0 |
Bridge and search error
first special thanks to jeff because of this great plugin
second sorry about my bad english my problem is : The bridge works great but when ever I use search widget and search something in wordpress the user logs out I had disabled all of plugins but the problem remains. if I go to wp-admin I steal loged in but in front page of wp and in vbuletin I have loged Out!! wordpress : 3.1.3 vbulettin : 4.0.1 bridge : 10.0.8 |
Reply With Quote |
08-27-2011, 01:44 AM | #2 |
Junior Member
Join Date: Jul 2011
Posts: 7
Rep Power: 0 |
there is no idea ?!
|
Reply With Quote |
10-02-2011, 06:41 AM | #3 |
Junior Member
Join Date: Jul 2011
Posts: 7
Rep Power: 0 |
finally I solved my problem by installing vBulletin Welcome Block Widget
after installing this widget I should always have the Remember me Box Checked. |
Reply With Quote |
10-05-2011, 10:48 AM | #4 | |
Junior Member
Join Date: Mar 2011
Posts: 13
Rep Power: 0 |
Quote:
Last edited by Amaca; 10-05-2011 at 10:52 AM. |
|
Reply With Quote |
10-06-2011, 12:23 AM | #5 |
Junior Member
Join Date: Jul 2011
Posts: 7
Rep Power: 0 |
I will search it and if I found any solution I will notice you.
|
Reply With Quote |
10-13-2011, 04:32 AM | #6 |
Junior Member
Join Date: Mar 2011
Posts: 13
Rep Power: 0 |
Thank you for your support. Unfortunately your fix doesn't work anymore. Without the live ajax search, too. My wp searches disconnect the user login, and i need to login again. any idea?
|
Reply With Quote |
10-13-2011, 04:43 AM | #7 |
Junior Member
Join Date: Mar 2011
Posts: 13
Rep Power: 0 |
Update: if i use the login box into the vBulletin Welcome Block Widget, it works. But if i use the forum login into the header, in the user panel where you can find the notifications, the search disallows the login.
|
Reply With Quote |
10-13-2011, 05:47 AM | #8 |
Junior Member
Join Date: Mar 2011
Posts: 13
Rep Power: 0 |
I have fixed it changing the code in the vBulletin HEADER file with the same code of the vBulletin Welcome block Widget for wordpress.
go to the vBulletin admin cp -> style manager -> edi template -> header and search the line <form id="navbar_loginform" ecc.. Select all the form and replace the code with this: Code:
<form id="navbar_loginform" action="http://yourwebsitename/forum/login.php" method=post onsubmit=md5hash(vb_login_password,vb_login_md5password,vb_login_md5password_utf)> <script type=text/javascript src="http://yourwebsitename/forum/clientscript/vbulletin_md5.js"></script> <fieldset id="logindetails" class="logindetails"> <div> <div> <input class="textbox<vb:if condition="!$username"> default-value</vb:if>" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" /> <input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" /> <input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" /> <input type=submit class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s"/> </div> </div> </fieldset> <div id="remember" class="remember"> <label for=cb_cookieuser_navbar>Remember me</label> <input name=cookieuser type=checkbox id=cb_cookieuser_navbar value=1 checked=checked /> </div> <input type=hidden name=s value= /> <input type=hidden name=do value=login /> <input type=hidden name=vb_login_md5password /> <input type=hidden name=vb_login_md5password_utf /> </form> it works for me, hope it helps. |
Reply With Quote |
10-16-2011, 01:01 AM | #9 |
Junior Member
Join Date: Jul 2011
Posts: 7
Rep Power: 0 |
inteligent tip ::: sorry because of my delay but I am too busy these days ::: if I found time I will test your solution, it seems good tip
|
Reply With Quote |
10-24-2011, 03:55 AM | #10 |
Junior Member
Join Date: Mar 2011
Posts: 13
Rep Power: 0 |
thanks it works with me, but in order to make work all the forms, in addiction to the header you must change all the vBulletin login forms and adapt it with the code above. not exactly the same...depends on which form you are editing, but the big changes are written into the code above.
Last edited by Amaca; 10-24-2011 at 03:59 AM. |
Reply With Quote |
Reply |
Tags |
vbulletin wordpress bridge |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
WP bridge installed, I get this error when I try to do user mappings | wacnstac | vBulletin Wordpress Bridge | 10 | 02-23-2011 10:40 AM |
Install error on bridge - vbloader.php on line 16 | kpmedia | vBulletin Wordpress Bridge | 4 | 02-20-2011 01:57 AM |