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.7 line. If you install this PLEASE Click Install. 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:
UPDATE: I have become really busy these days with my work. It will be some time before I can address this plugin. Please stop PM'ing me, I just don't have time. 99% of the time, your PM can be answered by just reading through the posts in this thread. 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: Show Your Support
|
Comments |
#302
|
|||
|
|||
I'm getting a vBulletinHook error, and I've tried uncommenting the line in the plugin, no dice. This is for cross-posting from WP2.7 to Vbulletin 3.8
Edit: had to reactivate the plugin in Wordpress first. D'oh! |
#303
|
|||
|
|||
This is strange. I could make posts just fine & they showed up on the forum, but after I checked auto-integrate, I tried to make a new post & this came up:
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/xxx/public_html/xxx/wp-content/plugins/vbbridge.php on line 454 cannot load /home/xxx/public_html/xxx/xxxx/global.php. You should check your path! The bold x's is the forum path I had set up. How do I fix this properly? The path must be right somehow if I was able to post before turning on auto-integrate. |
#304
|
|||
|
|||
Quote:
|
#305
|
|||
|
|||
I tried to make the global paths absolute, but no luck.
|
#306
|
|||
|
|||
I got this to work with the path problem
REPLACE all instances of chdir($_SERVER['DOCUMENT_ROOT'] . get_option('vbb_VBRPATH')); WITH chdir('/yourpath/path'); $vwd='/yourpath/path''; This did it for me! |
#307
|
|||
|
|||
I'm sure this is a dumb question, but I'm never the best when it comes to this stuff. I'm trying to integrate comments between VB and WP as well. I read in the Read Me about editing the templates. My dumb question is, where are these templates? I have found a number of files with the names specified, but none of them have the lines of code mentioned in the Read Me. Thanks guys.
|
#308
|
|||
|
|||
I'm using this plugins. And now it works great! But i still have one problem. My posts on wordpress have tags like <strong> <img href. How to make vbulletin convert those tags into vbulletin format? Right now, vbulletin showing those tags as they are.
Thank you... |
#309
|
|||
|
|||
Yeah, I did those paths right after I installed it. I'm still having the global issue.
|
#310
|
|||
|
|||
Quote:
|
#311
|
||||
|
||||
Quote:
for me i did this at all: Code:
if ($logging_out and get_option('vbb_VBION')) { require_once('wp-includes/pluggable.php'); wp_clearcookie(); echo '<script> location.href="http://' . get_option('vbb_VBURL') . '/login.php?do=logout&url='. get_option('siteurl') .'&logouthash=' . $vbulletin->userinfo[logouthash] .'"; </script>'; } elseif ($logging_in and get_option('vbb_VBION')) {..... skipped |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|