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 |
#1242
|
|||
|
|||
Is there a way to really integrate both into the home page? For example having a part of the home with news, and the other with vbulletin or modules from vbadvanced?
I can't find an example like that. Thanks |
#1243
|
|||
|
|||
I just integrated this with 3.7.2 and no major problems.
Only thing is I cant seem to get the comments to go back and forth, not sure if this mod does it...but i figured, if you post a blog article and it gets fed to the forum then the same should occur if you post a reply.... |
#1244
|
|||
|
|||
nymith were you able to really integrate both into the home page?
thanks |
#1245
|
|||
|
|||
|
#1246
|
|||
|
|||
Actually its gotten buggy, I noticed all my users arent bridged over and some that are still dont show up as logged in the blog area
|
#1247
|
|||
|
|||
I've noticed an issue with scheduled posts in Wordpress 2.6.2 - If I have a scheduled post, the forum thread isn't created correctly, and thus readers can't comment.
I've also noticed, annoyingly, that if I go edit a post later, I have to manually re-choose the appropriate forum/subforum, or else it gets republished to my 'Lounge' (which I set as the default). Is there any way to get both of these issues fixed? I'm mostly concerned with the scheduled posts, as we use that heavily on my site. |
#1248
|
|||
|
|||
Nymyth, I don't see an integration on your home page. I am specifically looking for a way to have the latest news as well as latest forum posts on your home page.
Does it make sense? Thanks |
#1249
|
||||
|
||||
* bump *
I'd like my question answered please. |
#1250
|
|||
|
|||
Everything works *almost* fine for me (WP 2.6 / vB 3.6.12) except this :
Code:
<?php echo $vbridge[vb_parser]->do_parse($reply[pagetext], false, true); ?> Nothing more is processed, the page just ends there, no sidebar, no footer. But when i remove this line (see the quoted one above about parsing pagetext) then everything works fine : i get all my comments publishers, of course not their comments since it's not parsed anymore. Any ideas why the parsing ends up in pain ? Oh... I used to have an old code that i did myself and that was directly calling the vb function like this : Code:
global $vbulletin, $vwd; require_once($vwd . '/includes/class_bbcode.php'); $bbcode =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); (...) echo $bbcode->parse($comt->pagetext, 'nonforum', true); EDIT : Solved. It was some vBulletin add-on called "Highslide Integration" that was causing this crash. Method used to troubleshoot: 1- Somewhere before the piece of code that you suspect (for me it was the parsing thing detailed above) Add this : Code:
ini_set('display_errors',1); error_reporting(E_ALL); 2- Edit the file designed in the error and go to the line number where error is (for me it was global.php from vBulletin) and it had something like this : Code:
($hook = vBulletinHook::fetch_hook('cache_templates')) ? eval($hook) : false; 3- Disable all your add-ons and check if you still have your parsing error on Wordpress (for me it solved the pbr. Woot !) 4- Re-activate your add-ons, one by one, checking if the error is back on Wordpress (for me, error again when reactivating "Highslide Integration module") Solved. |
#1251
|
|||
|
|||
Is there anybody else having troubles with the plugin turning off when new users login?
When new users login the "Turn Plugin On:"-option is being turned OFF. Wordpress: Version 2.6.3 vB: Version 3.7.2 |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|