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
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:
01/03/2007 - Fixed the unlock_tables() issue on some setups. 01/03/2007 - Fixed a bug in the script that if you used a MySQL database prefix, integration would not work. Please see this post for more information! Special thanks to axisoverdrive for giving me access to his server and letting me troubleshoot the issue! 01/05/2007 - Fixed issue where if a user saved (not published) and published later, the post would not be added to the forum. 01/05/2007 - When a post is edited, it will also be edited in the forum. 01/08/2007 - Modified slightly so when posts are edited, so are the titles (if edited). 02/07/2007 - Major modifications to new version (now 2.05). The list follows:
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. Show Your Support
|
Comments |
#622
|
|||
|
|||
What format did you use when adding the full forum path? I can seem to get it to work with
home/XXXXX/public_html/forums/includes/functions_misc.php public_html/forums/includes/functions_misc.php forums/includes/functions_misc.php |
#623
|
|||
|
|||
Thanks Viverridae,
That worked perfectly! Eric |
#624
|
||||
|
||||
Quote:
/home/fhlinux165/c/cannabismongoose.com/user/htdocs/forum As I hardcoded the paths further on, I commented out line 43, making it: Code:
// $vwd = getcwd(); I replaced line 350, which was: Code:
require_once($vwd . '/includes/class_bbcode.php'); With: Code:
require_once('/home/fhlinux165/c/cannabismongoose.com/user/htdocs/forum/includes/class_bbcode.php'); As WP no longer contains this file in 2.3.1, I commented out line 400, making it: Code:
// require_once(ABSPATH . 'wp-admin/admin-db.php'); I replaced line 466, which was: Code:
require_once($vwd . '/includes/functions_misc.php'); With: Code:
require_once('/home/fhlinux165/c/cannabismongoose.com/user/htdocs/forum/includes/functions_misc.php'); Obviously, replace /home/fhlinux165/c/cannabismongoose.com/user/htdocs/forum with the path to your forums returned by the attached DirPath.php script run in your forum directory. *I'd note that before I hardcoded the paths, I did try to change line 43 to: Code:
$vwd = '/home/fhlinux165/c/cannabismongoose.com/user/htdocs/forum' Cheers. |
#625
|
||||
|
||||
Thanks
I replaced line 43 Quote:
Quote:
I also get this error when looking at the source Quote:
|
#626
|
||||
|
||||
@ Blackhat: what versions are you running?
|
#627
|
|||
|
|||
Is this product still supported?
|
#628
|
|||
|
|||
Quote:
NVM After merging the VB DB into the WP all is ok .. SO far.. Running into the same issue as blackhat, but havent completed the install just yet .. Will post back soon enough.. |
#629
|
|||
|
|||
Well .. Seems to work just fine as stated in the coders first post and with the help of 2 X Viverridae from his posts above.. I'm using VB as the commenting system also and this works with no problems. Its a bit clunky in that I'd rather see the VB portion somehow inline with WP rather then taking you completely to the VB forums interface and leaving WP totally..
Other than that no problems.. Anyone have an idea if what I'd like is possible? Any coders want to take a shot at it? PM me.. I've got a fresh WP and VB install so its not too much to mess with. Thanks anyway .. LBS |
#630
|
|||
|
|||
I have a problem. When I choose "post an exerpt" in the forum, the link to actual post in the blog doesnt show up, instead the link as <a href"" in the link. I am not sure what I missed. Could you help!
You can check a sample post here: http://www.scorechase.com/vb/showthread.php?t=6742 As you can see the continue reading doesnt show up as a valid link to the actual post. It works fine if I take the exerpts off. Thanks |
#631
|
|||
|
|||
How did you get the inline comments to work? My install wants to take me to the forum to view the comments. How can I have them show up in the post/blog.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|