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 |
#252
|
|||
|
|||
Quote:
|
#253
|
|||
|
|||
Quote:
Please re-read the readme exactly and do not skip any part to make sure you set everything correctly especially in the vbridge options... |
#254
|
|||
|
|||
capncapo, I am replying here because this could be what another user is doing wrong too.
Logged into your install and checked your usergroup mappings. There was no mapping for registered user. When I mapped registered users to "Contributer" then the user would port over. Remember, these groups refer to the PRIMARY user group, not secondary. The VB username you set up for me to test was a registered user (in the registered user usergroup), therefore since he was not mapped, he did not bridge. Usergroups that are not mapped will not be bridged to WP. It appears to be working fine for me. You will notice the login link is still there because your template (sidebar.php) uses the wp_loginout() function, where it would probably be better not using it. Something along the lines of: Code:
<?php if ($vbulletin->userinfo[userid] > 0) { echo "Logout"; } else { echo "Login"; } ?> |
#255
|
||||
|
||||
So this plugin shares users between blog and forums.
So vbulletin users can now post on the wordpress portion with this? assuming permissions allow it. Also, does this plugin also do the same thing as your other vb comments plugin? |
#256
|
|||
|
|||
Quote:
And yes, you can use this to replace the WP comment method and use VB for comments. |
#257
|
||||
|
||||
I'm getting errors with the comment portion of the plugin:
Fatal error: comment_handler() [function.require]: Failed opening required '/includes/class_bbcode.php'..... I've tried going back to the old comment plugin where you hardcode the forum url in vbbridge but its doesn't work either. ie Warning: comment_handler(/includes/class_bbcode.php) [function.comment-handler]: failed to open stream: No such file or directory in /home/mysite/www/wp-content/plugins/vbbridge.php on line 322 Fatal error: comment_handler() [function.require]: Failed opening required '/includes/class_bbcode.php' (include_path='.:/usr/share/pear') in /home/mysite/www/wp-content/plugins/vbbridge.php on line 322 |
#258
|
|||
|
|||
What did you hardcode in for the forum PATH?
|
#259
|
||||
|
||||
well hardcoding the forum path is not the problem, I've done everything exactly as the readme says and it doesn't work.
I've tried hardcoding the forum path here: require_once($vwd . '/includes/class_bbcode.php'); and that brings up the error related to hook system; my hook system on the forum is on. When I try hardcoding the URL here: chdir($_SERVER['DOCUMENT_ROOT'] . get_option('vbb_VBRPATH')); //chdir('/home/mysite/www/forums'); I've tried both ways, still error shows. The error is occurring because of this part of the code: <?php ### Vbridge Call $vbridge = Comment_Handler($post->ID); ### ?> The comments code does not cause any error as I have that loaded right now without the vbridge call. |
#260
|
|||
|
|||
Do you have integration set to on?
|
#261
|
||||
|
||||
Ok I didn't have integration turned on. That makes the call work, but comments don't show up.
I didn't realize that was a must. ie the link "comments" on the single.php file. I'm only working on the single.php right now. Also, kind of important: "Sorry, that file cannot be edited." Now when I try to edit the themes. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|