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
Identical to this Mod here, but now for the Vbulletin 3.7 line. If you install this PLEASE Click Install. 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:
UPDATE: I have become really busy these days with my work. It will be some time before I can address this plugin. Please stop PM'ing me, I just don't have time. 99% of the time, your PM can be answered by just reading through the posts in this thread. 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. If you do install: Show Your Support
|
Comments |
#272
|
|||
|
|||
I think we are all OK up until part two of "IF YOU WANT TO USE VB For comments:" from the readme.
From there! Code to swap out is NOT the same in all themes. Using the default theme, line 34 of the index.php file. Swap that out with code provided in the readme. The code to swap out looks like this: <?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?> With the classic theme it is line 23 of the index.php file, and there it reads identical to the content of the readme file. In a custom theme I have the code is also in the index.php file, reads identical to the code in the default theme, the code above. woohoo! eric |
#273
|
||||
|
||||
love the mod, and I want to use VB for comments as well.
Do I disable the comments on WP after inserting the codes? |
#274
|
||||
|
||||
Also, Im inserting these in the vbulletin or wordpress templates? I have the new blog posts showing up in the forum, but am having a time getting the comments to work. What am I doing wrong?
|
#275
|
|||
|
|||
Here is an interesting question. I'd like to use this modification on Wordpress MU but my site will only have one user table. I have multiple "blogs" but only for the admin user and nobody else. I just want to have the user directory in sync and don't plan on offering blogs to any of my users. Has anyone been able to successfully install this with MU installed with only the main user table?
Actually, I have gotten it to work. The only problem I'm having is that when the plugin is enabled, you can't login to WP and keep getting redirected to the forums URL. |
#276
|
|||
|
|||
Excellent Plug-in, Jafo, thank you for creating and sharing it.
XMan, I am receiving the same issue as you are. When posting a blog article for the first time into VB, the encoding is fine. But then, when editing a WP article, all of the characters do not translate to the edited version of the blog post in VB. When WP was UTF-8, and VB was ISO 8859-1, question marks ("), the and symbol (&), and apostrophes (') converted to "?" in VB when I edited a WP post in WP. So, I decided to change both WP and VB encoding to UTF-8 (since I have read that this is more universally used), and now edited WP posts post all characters OK, except for the "&" symbol, which displays in the edited VB post as "&" Again, I really appreciate the Plug-in, and this is going to be very useful for both my WP and VB installations. I haven't activated the User Bridge or WP comment bridge yet, but I will try to activate and test this within a few days. For now, I love the fact that my WP blogs post in VB, and that when I edit a WP blog post, the edits appear in the same VB post as well, without impacting VB replies to that bridged WP article. Khashyar Quote:
|
#277
|
|||
|
|||
I have installed Wordpress and vBulletin in two different MySQL databases. WordPress is ver 5.0, and vBulletin is sql ver 4.1.
To make this work, do I have to combine the two databases? Any tips on how to go about doing that? Which database should be the combined one? Thank you! |
#278
|
|||
|
|||
Hi Cadre,
I have wordpress and VB in two seperate MYSQL databases (I believe that is standard)... As long as the databases are in the same domain, then you should be fine. It's a pretty easy install. Khashyar Quote:
|
#279
|
|||
|
|||
Hi Everyone,
Again, I appreciate the effort that went into this plugin, and that Jafo is sharing it with all of us. Everything seemed to be working fine with VB Bridge installed, and WP posts are posting correctly into the VB forum I chose. However, today, I just noticed what I think is a bug: I also have "My Category order" plugin installed in WordPress (so that I can change the order of my categories in WP), but when I tried to change the order of categories again (after VB Bridge was installed), I received this error in Wordpress: Quote:
I "Deactivated" the WP/VB bridge plugin to see if it was the casue of the error, and the error went away when I did. My temporary work-around is when I want to change the order of categories, I deactive the WP/VB Bridge plugin, change the category order through "My Category Order" plug-in, and then reactivate the WP/VB Bridge again. So, the two errors that I have found so far are: 1) WP/VB Bridge changes the reference to the database name in Wordpress (to the VB database name) without changing it back to the Wordpress database name after the WP/VB Bridge plugin is finished with its process. 2) When a post is edited in Wordpress, some characters do not import correctly into the corresponding VB post. I do appreciate this plugin, and thank anyone who can help find fixes to these two bugs. Khashyar |
#280
|
||||
|
||||
Quote:
|
#281
|
|||
|
|||
That is odd, Azz.
I haven't modified any code in either software. I wonder if this particular error is a result of the WP theme that I chose (I believe that each theme has its own corresponding .php files. Are you experiencing the same edit issue that Xman and I are where some characters don't migrate correctly to VB? Khashyar QUOTE=AzzX;1698889]Using the exact same wordpress plugin here www.ozsource.org but not experiencing that issue. A strange one.[/QUOTE] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|