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 |
#1132
|
|||
|
|||
FYI, it's working fine on my Gambling Forum.
I don't have the articles posting into the forum but the user integration seems to be working fine. |
#1133
|
|||
|
|||
The upgrade is smooth but there is a problem when logging out via WP.
Fatal error: Call to undefined function wp_clearcookie() in .../wp-content/plugins/vbbridge.php on line 261 The old cookie call is depreciated. Solution: In vbbridge.php, find wp_clearcookie() change to wp_set_auth_cookie( $user_id, $remember, $secure); |
#1134
|
|||
|
|||
Quote:
It works like a charm. |
#1135
|
|||
|
|||
|
#1136
|
|||
|
|||
Question - I posted an entry on WordPress and checked off "Do not post on forum", then I went back an edited it, but when I did that, I didn't select any option for using vB as comments. So now when you view the article on WordPress, it has the links to a thread that doesn't exist. Is there a way to remove it after that's happened?
|
#1137
|
|||
|
|||
Just installed with a new WP 3.0 installation and a new VB 4.0.4 pl1 installation. Works well - except for the headers message when saving settings for vbbridge.
I also have feedwordpress installed - which does not post into the forums.. i'm going to try and figure out why probably in the next few days.. http://www.GoogleMusicService.com It's just a testing site... feel free to register and play around. |
#1138
|
||||
|
||||
Hey, guys. I have an issue when trying to login via WordPress. A pinkish/redish box appears on load and shakes. This is the message within it:
"ERROR: The username field is empty." Is there any way to fix this? Another query I have is how I can go about getting a vBulletin log in field on my WordPress page. I'm interested in showing if any new private messages are available, as well as the user's avatar. Any help would be greatly appreciated. Thanks a lot. EDIT: Nevermind. This plugin is extremely unstable, no offense to the author. Thanks for the effort and share though. |
#1139
|
|||
|
|||
I've found a FIX for the flash uploader problem for Wordpress 3.0:
On vbbridge.php at 47 line find: Code:
#if (basename($_SERVER['SCRIPT_NAME']) == 'upload.php') { return; } Code:
if (basename($_SERVER['SCRIPT_NAME']) == 'async-upload.php') { return; } |
#1140
|
|||
|
|||
When I access the address of the Wordpress admin, I have to put the username and password on the forum and it redirects me to the usercp.
How to fix? PS.: Wordpress 3.0 - vBulletin 3.8.5 |
#1141
|
|||
|
|||
skariko,
It's not working. I tried flash uploader and at 100%, it display "HTTP error" in red Browser uploader is working fine. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|