Lampwrights Forum > Other Stuff > vBulletin Wordpress Bridge

Reply
 
Thread Tools
08-13-2011, 02:15 AM   #1
kkj
Junior Member
 
Join Date: Jul 2011
Posts: 7
Rep Power: 0
kkj is getting browny points
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
kkj is offline   Reply With Quote

08-27-2011, 01:44 AM   #2
kkj
Junior Member
 
Join Date: Jul 2011
Posts: 7
Rep Power: 0
kkj is getting browny points
there is no idea ?!
kkj is offline   Reply With Quote
10-02-2011, 06:41 AM   #3
kkj
Junior Member
 
Join Date: Jul 2011
Posts: 7
Rep Power: 0
kkj is getting browny points
finally I solved my problem by installing vBulletin Welcome Block Widget

after installing this widget I should always have the Remember me Box Checked.
kkj is offline   Reply With Quote
10-05-2011, 10:48 AM   #4
Amaca
Junior Member
 
Join Date: Mar 2011
Posts: 13
Rep Power: 0
Amaca is getting browny points
Quote:
Originally Posted by kkj View Post
finally I solved my problem by installing vBulletin Welcome Block Widget

after installing this widget I should always have the Remember me Box Checked.
totaly awesome, great tip man. It works for the normal wp search engine. I installed an ajax search with suggestion and the user has unlogged every search...do you know what could be the problem? the plugin is: Dave's WordPress Live Search

Last edited by Amaca; 10-05-2011 at 10:52 AM.
Amaca is offline   Reply With Quote
10-06-2011, 12:23 AM   #5
kkj
Junior Member
 
Join Date: Jul 2011
Posts: 7
Rep Power: 0
kkj is getting browny points
I will search it and if I found any solution I will notice you.
kkj is offline   Reply With Quote
10-13-2011, 04:32 AM   #6
Amaca
Junior Member
 
Join Date: Mar 2011
Posts: 13
Rep Power: 0
Amaca is getting browny points
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?
Amaca is offline   Reply With Quote
10-13-2011, 04:43 AM   #7
Amaca
Junior Member
 
Join Date: Mar 2011
Posts: 13
Rep Power: 0
Amaca is getting browny points
Quote:
Originally Posted by Amaca View Post
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?
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.
Amaca is offline   Reply With Quote
10-13-2011, 05:47 AM   #8
Amaca
Junior Member
 
Join Date: Mar 2011
Posts: 13
Rep Power: 0
Amaca is getting browny points
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>
Remember to change the URL in the first line.
it works for me, hope it helps.
Amaca is offline   Reply With Quote
10-16-2011, 01:01 AM   #9
kkj
Junior Member
 
Join Date: Jul 2011
Posts: 7
Rep Power: 0
kkj is getting browny points
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
kkj is offline   Reply With Quote
10-24-2011, 03:55 AM   #10
Amaca
Junior Member
 
Join Date: Mar 2011
Posts: 13
Rep Power: 0
Amaca is getting browny points
Quote:
Originally Posted by kkj View Post
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
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.
Amaca is offline   Reply With Quote
Reply

Tags

vbulletin wordpress bridge


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


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


All times are GMT -4. The time now is 02:55 PM.


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