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 |
#472
|
||||
|
||||
I'm getting this error on the post-new page:
Warning: require_once(/includes/functions_misc.php) [function.require-once]: failed to open stream: No such file or directory in /home/site/public_html/blog/wp-content/plugins/vbbridge.php on line 466 Fatal error: require_once() [function.require]: Failed opening required '/includes/functions_misc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/site/public_html/blog/wp-content/plugins/vbbridge.php on line 466 I would imagine that has something to do with the Forum Relative Path. My forums are in the main directory. I've tried several different things, including nothing at all.. What am I doing wrong? |
#473
|
|||
|
|||
Look at the third thing in the Limitations section of the main post in this thread.
|
#474
|
||||
|
||||
Quote:
I tried it, and now it seems like the posts are posting to the forum, but still showing the error. |
#475
|
|||
|
|||
Quote:
$vwd = getcwd(); Do as per the instructions in the limitations section (add the path): $vwd = getcwd('/some/path/to/vb'); |
#476
|
|||
|
|||
The images that are included in a comment, like smilies, images/comment_arr.gif and the images/buttons/viewpost.gif are not displaying. It is because they are referencing the images relatively. Is there a way to set the references to be absolute?
|
#477
|
|||
|
|||
Sure, you could.. In the template look for something along the lines of:
Code:
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/comment_arr.gif" alt="" /> |
#478
|
|||
|
|||
Quote:
That works, but only for the comment_arr.gif. There are other images included in this line of code Code:
<?php echo $vbridge[vb_parser]->do_parse($reply->pagetext, false, true); ?> |
#479
|
|||
|
|||
That is just the page text, not an image.
|
#480
|
|||
|
|||
Take a look at this post on jeff's recipes. Look at it in IE so you can see the images not being displayed.
http://www.jeffsrecipes.com/2007/06/22/recipes/general-cooking/yes-i-will-be-canning-this-year/ The last comment has 2 missing images: 1 for the comment_arr.gif and another for the smiley. It is the smiley that I would like to show. |
#481
|
|||
|
|||
Probably won't work because the way Vbulletin is coded to show the relative path. You can turn smileys off by changing the last argument to false:
do_parse($reply->pagetext, false, false) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|