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 |
#1282
|
||||
|
||||
Greetings!
Because I am using a certain theme, the code to search and replace for comments to work with the bridge: Code:
Find this code (or similar code indicating the comment section of your template): <?php wp_link_pages(); ?> <!-- <?php comments_popup_link(__('0 Comments'), __('1 Comments'), __('% Comments')); ?> Do not appear to exist. The only similar strings I have found, were located in 3 separate theme files: archive.php: Code:
<?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?> Code:
<?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?> Code:
<?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?> Other lines with the word 'comment' contained within: index.php: Code:
<?php comments_template(); // Get wp-comments.php template ?> Does any of this info sound like it might be the right line to replace? 3 of the strings are identical, and I am assuming that the archive.php string wouldn't be the one. Thanks so much! ~D |
#1283
|
|||
|
|||
Does this work with vBulletin 3.8.0?
|
#1284
|
||||
|
||||
I run mine the same way. No need for the extra overhead.
|
#1285
|
|||
|
|||
This may sound like a stupid question, and for that I apologize?but when I read it, it isn?t 100% clear to me.
I want to share users and passwords when I bridge wordpress and vbulletin, but I don?t want to change the formatting of the comments, I want the area where the comments exist to remain the same, although it would be very nice if I could integrate my forum with the wordpress so they don?t have to register twice. My question is: When they go to comment, is it possible that they can have the same user name and password, and the comments still are where they normally would, not necessarily making a new thread on Vbulletin. Also, say I add another WP g to my website at www.xyz.com/blog...could I also integrate that database with the forum as well? I hope this is clear. Thanks. |
#1286
|
|||
|
|||
Hi,
I have a Vbulletin 3.8.0 and Wordpress 2.7.0 installed on my server. when I try to activcate the plugin I get this error: PHP Code:
How can I fix this? |
#1287
|
|||
|
|||
Just a quick note to everyone, I am rewriting this plugin and will hopefully finish testing this weekend.
The new version (IV) will include the following changes so far: Integration is complete. Once you turn integration on, usernames and passwords from the forum can be used. Users and admins can login from the WP login area. If you log into VB or WP, then you remain logged in, until you log out (from either). I hope to have time to rewrite the comment code instructions (for the default WP template). I will be posting it in the 3.8 forum, but will also post a link here. |
#1288
|
|||
|
|||
Quote:
|
#1289
|
|||
|
|||
|
#1290
|
|||
|
|||
Can this import posts that are already in one of the forums that I want to integrate to?
|
#1291
|
|||
|
|||
How I can import very big count of users from my Wordpress? Re-registering for ~2k of users is impossible? ImpEx can't import only users.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|