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 |
#1162
|
|||
|
|||
Playing with it again - I wish I could get it to work with feedwordpress though..
Working with wp 3.0 and vb 4.0.4 here: http://www.googlemusicservice.com I had disabled it and noticed people were trying to test it.. |
#1163
|
||||
|
||||
Any idea when we will have a vb 4.0 compatible version of this out? If ever?
|
#1164
|
|||
|
|||
I'd say IF.
|
#1165
|
|||
|
|||
Maybe someone can help us out.
We currently have vBulletin 4.0.4 and WP 3.0, we installed the bridge and everything installs fine and were able to bridge the logins fine. Users can comment with their usernames perfectly. However the bridge does not allow any type of news postings(rather it be submission from contributers, or posts from admin/authors.) It either errors out or just goes to a white screen. Has anyone been able to solve or even run into this yet? |
#1166
|
|||
|
|||
It works fine on 4.0 :up:
|
#1167
|
|||
|
|||
Wow... I always had challenges with 3.x. Good for you!
|
#1168
|
|||
|
|||
I seem to be getting a blank wordpress page every few days. Anyone know why this happens?
|
#1169
|
|||
|
|||
Quote:
Quote:
I have found a quick and dirty way to work around this problem. By adding the users who have the possibility to create posts into the wordpress tables. Code:
INSERT INTO `wp_users` (`ID`, `user_login`, `display_name`) VALUES (3, 'Chris', 'Chris') INSERT INTO `wp_usermeta` (`user_id`, `meta_key`, `meta_value`) VALUES (3, 'wp_capabilities', 'a:1:{s:6:\"author\";b:1;}') |
#1170
|
|||
|
|||
Quote:
|
#1171
|
|||
|
|||
I do the same. I turn off the bridge and manually create an Author account in WP without the bridge on. I make sure to use the exact same username.
Then I turn the bridge back on. That way their username shows in the Author drop down box and if I edit the post and it gets changed to me, then I can change it back easily. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|