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 |
#882
|
|||
|
|||
Yea well that's why it's still not installed on any of my sites lol. My main reasons is I just hate upgrading, but when a stable release is out I sure as hell upgrade Thanks for the response
|
#883
|
||||
|
||||
On this line my theme stops working:
PHP Code:
HTML Code:
<h3 id="comments">Comments:</h3> <ol class="commentlist"> <li class="" id="comment-"> |
#884
|
|||
|
|||
Well, the one thing I see is:
Code:
<li class="<?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>"> Code:
<li class="<?php echo $oddcomment; ?>" id="comment-<?php echo comment_ID() ?>"> |
#885
|
||||
|
||||
Thanks! Will try this as soon as I am at home. I meant that the layout get broken because the php code stops working there.
edit: doesn't work |
#886
|
|||
|
|||
Not sure why you are calling echo comment_ID(), or $oddcomment.. Those are not needed. Vbulletin is taking over the comments, not accentuating them.
|
#887
|
||||
|
||||
?? Its (the code) from your readme file...
|
#888
|
|||
|
|||
My bad.. You have only shown me the partial code, would need to see everything you did.
|
#889
|
|||
|
|||
Quote:
Hi How did you fix the problem? I'm getting the same error |
#890
|
|||
|
|||
Hi
Can someone please help me? I've installed the plugin, but can't make a posst. Quote:
What am I doing wrong? |
#891
|
|||
|
|||
Can you have it setup like
blog.yoursite.com forums.yoursite.com ? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|