The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Complete Wordpress/Vbulletin Bridge - Share Users And Postings Details »» | |||||||||||||||||||||||||||||
Complete Wordpress/Vbulletin Bridge - Share Users And Postings
Developer Last Online: Oct 2022
Identical to this Mod here, but now for the Vbulletin 3.8 line.
DOES NOT WORK FOR Vbulletin 4.x This version probably no longer works for Wordpress 3.x. I have started developing this product over and have released the NEW version here: http://www.lampwrights.com/showthread.php?t=41 This mod bridges your Vbulletin users over to Wordpress. You can also use Vbulletin as your comment engine instead of the spammy one built into Wordpress. You can display the comments inline in your post. You need not use the comment feature, if your only interested in sharing users. You can map your Vbulletin Usergroups to Wordpress Usergroups and those users will then be recognized as registered Wordpress users. For example, user "Joe" registers at your forum and logs in. Joe then clicks on your Wordpress page. Joe is instantly added to the Wordpress user base with the permissions you set for his usergroup. In otherwords, if a user comes over belonging to the "Registered User" group, you can select that he is placed in the Wordpress "Subscriber" usergroup. If you change a users group from vbulletin, it will automatically change in Wordpress. Requirements:
Changelog is included in download, here is the most recent changes: 3/09/2009
Special Thanks: axisoverdrive - Debugging Help, Kyraal - Paypal Donation, Kalina - Paypal Donation, Wildcard27 - Paypal Donation, Shri - Paypal Donation, pspcrazy - Paypal Donation, Tomahoochi - Paypal Donation. If you use this plug-in, and find it useful, please support us by nominating us for Mod Of The Month (MOTM) in the top right corner of this thread, or feel free to donate. If you do install: Download Now
Show Your Support
|
2 благодарности(ей) от: | ||
m7sen, xuanhuy238 |
Comments |
#1272
|
|||
|
|||
There are a number of people willing to pay up for a new developer to take over... I'm certainly one of them.
|
#1273
|
||||
|
||||
Its definitely a database selection error. I rewrote one of our theme pages to call ourdatabase.wp_ratings and it worked. I am trying to track down what exactly is overriding the WP database selection. I am working on this for a customer but i think i might pick it up if it truly has been dropped by the current author.
|
#1274
|
||||
|
||||
I thought I'd post my solution in the hopes that it will help someone else.
I found this plugin, which allows WP users to authenticate from an external database: http://wordpress.org/extend/plugins/...uthentication/ I had to modify the source code to deal with vB's salted MD5 hashes, but apart from that it did the trick. On the plugin config page select "Other" for the Password encryption method, then put this in for the Hash code: Code:
$password2 = md5(md5($password) . $salt); Code:
case "Other" : $query = "SELECT salt FROM " . get_option('ext_db_table') . " WHERE " . get_option('ext_db_namefield') . " = '$username'"; $result = db_functions($driver,"query",$resource,$query); $row = db_functions($driver,"fetch",$result,""); $salt = $row["salt"]; eval(get_option('ext_db_other_enc')); break; |
#1275
|
|||
|
|||
Fatal error: Call to undefined function wp_clearcookie() in /home/name/domains/abc.com/public_html/wp-content/plugins/vbbridge.php on line 131
vbb IS 3.84 PL2 wp is 3.03 |
#1276
|
|||
|
|||
Quote:
change to wp_set_auth_cookie( $user_id, $remember, $secure); |
#1277
|
|||
|
|||
author why>??>?????? |
#1278
|
||||
|
||||
I was getting errors during install but thats all sorted, I am confused about something simple:
Whats the difference between VB User ID, VB Username & VB Forum ID during setup? and do I need to fill them all in? |
#1279
|
||||
|
||||
So I am having this new problem when I install it online.
Soon as I turn on integration it kicks me out and I get a blank page, if I do the same thing using localhost it's fine. The only way I can get it working is to go into WP_Options and delete all the vbb files, any idea's |
#1280
|
|||
|
|||
so in order for this to definitely work the blog and forum have to be on the same domain?
I'm trying to get my www.NJStangers.org forum linked with my Wordpress domain www.NJStangers.net to auto post but just from the sections that are public. Does it being on different domains make it too complicated or will this version work with it? |
#1281
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|