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 |
#842
|
|||
|
|||
Heh - never mind, problem was that for whatever reason during the move, "turn plugin on" was turned off. Funny how after searching through tons of code trying to figure out if theres a problem, it always turns out to be so goddamn simple Oh well - I'll take this time to thank Jafo for all his hard work
|
#843
|
|||
|
|||
Actually - is there any way to display who has written the post on VB? Like at the top of every article in WP it lists who writes it, using this code:
Code:
<i>Written <?php the_time('F jS, Y') ?> <?php _e('by'); ?> <?php if ($vbridge[id] > 0) { ?> <a href=<?php echo get_option('vbb_VBURL') ?>/member.php?u=<?php echo $vbridge[thread_starter] ?>><?php the_author() ?></a></i> <?php } else { the_author(); } ?> |
#844
|
|||
|
|||
If you get a blank screen, this usually indicates an error, and that your server is setup to NOT display errors. Check your error log. I have found that when this happens to people, it is usually another plugin conflicting with it (on the VB side) Try uncommenting this line the vbbridge.php file:
Code:
define('DISABLE_HOOKS', true); |
#845
|
||||
|
||||
*lets try again*
Does it work for 3.7.x ? |
#846
|
|||
|
|||
|
#847
|
|||
|
|||
Quote:
However, whoever it is that marks it as published - that's the username that shows up as posting it on the forum. Even on Wordpress, and in the story itself where it lists author it lists the original author, but because we're approving it, it shows up on vb as the person that approved it. |
#848
|
|||
|
|||
Hmm, I don't think there is a way around it at the moment unless you manually change it in VB.. When 3.7 is released, I will look into it..
|
#849
|
|||
|
|||
Nevermind, I figured it out, great plug-in!
|
#850
|
||||
|
||||
Is there any way to make it so it remembers the forum it was posted into when you edit?
Every time I edit I have to go back and re-select the forum and because I have multiple authors, this can sometimes get confusing. Also - It seems to always post under my name (the admin) and not the person who made the article - is this something I have wrong in the settings? |
#851
|
||||
|
||||
Quote:
It's going to post using the name of that you are signed into vbulletin with. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|