![]() |
|
|
Mod Options |
Complete Wordpress/Vbulletin Bridge - Share Users And Postings Details »»
|
|||||||||||||||||||
|
Complete Wordpress/Vbulletin Bridge - Share Users And Postings
Developer Last Online: Jun 2013
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 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:
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: Download Now Only licensed members can download files, Click Here for more information. Show Your Support
No members have liked this post.
|
|||||||||||||||||||
Similar Mod
|
||||
| Mod | Developer | Type | Replies | Last Post |
| Complete Wordpress/Vbulletin Bridge - Share Users And Postings | Jafo232 | vBulletin 3.7 Add-ons | 359 | 07 Mar 2012 14:18 |
| vBulletin-WordPress Bridge | rsuplido | vBulletin 3.0 Full Releases | 201 | 27 Oct 2008 20:23 |
| VBulletin-Wordpress Bridge for 3.64 | imranbaig | vBulletin 3.6 Add-ons | 53 | 22 Mar 2008 16:41 |
|
#256
|
||||
|
||||
|
I'm getting errors with the comment portion of the plugin:
Fatal error: comment_handler() [function.require]: Failed opening required '/includes/class_bbcode.php'..... I've tried going back to the old comment plugin where you hardcode the forum url in vbbridge but its doesn't work either. ie Warning: comment_handler(/includes/class_bbcode.php) [function.comment-handler]: failed to open stream: No such file or directory in /home/mysite/www/wp-content/plugins/vbbridge.php on line 322 Fatal error: comment_handler() [function.require]: Failed opening required '/includes/class_bbcode.php' (include_path='.:/usr/share/pear') in /home/mysite/www/wp-content/plugins/vbbridge.php on line 322 No members have liked this post.
Last edited by limey : 09 Mar 2007 at 16:16. |
|
#257
|
|||
|
|||
|
What did you hardcode in for the forum PATH?
__________________
Become a Lampwright today at www.lampwrights.com!
No members have liked this post.
|
|
#258
|
||||
|
||||
|
well hardcoding the forum path is not the problem, I've done everything exactly as the readme says and it doesn't work.
I've tried hardcoding the forum path here: require_once($vwd . '/includes/class_bbcode.php'); and that brings up the error related to hook system; my hook system on the forum is on. When I try hardcoding the URL here: chdir($_SERVER['DOCUMENT_ROOT'] . get_option('vbb_VBRPATH')); //chdir('/home/mysite/www/forums'); I've tried both ways, still error shows. The error is occurring because of this part of the code: <?php ### Vbridge Call $vbridge = Comment_Handler($post->ID); ### ?> The comments code does not cause any error as I have that loaded right now without the vbridge call. No members have liked this post.
|
|
#259
|
|||
|
|||
|
Do you have integration set to on?
__________________
Become a Lampwright today at www.lampwrights.com!
No members have liked this post.
|
|
#260
|
||||
|
||||
|
Ok I didn't have integration turned on. That makes the call work, but comments don't show up.
I didn't realize that was a must. ie the link "comments" on the single.php file. I'm only working on the single.php right now. Also, kind of important: "Sorry, that file cannot be edited." Now when I try to edit the themes. No members have liked this post.
|
|
#261
|
|||
|
|||
|
You lost me?
__________________
Become a Lampwright today at www.lampwrights.com!
No members have liked this post.
|
|
#262
|
||||
|
||||
|
Is there a way this will work without having auto integrate turned on? the comments feature is all im really interested in.
When I turn "auto integrate on" I can't edit themes, and one of my editors can't login to the admin section. No members have liked this post.
Last edited by limey : 09 Mar 2007 at 19:25. Reason: clarification |
|
#263
|
|||
|
|||
|
You can't edit themes because you haven't mapped users. You need to map the users first.
Auto-integrate needs to be on for it to work.
__________________
Become a Lampwright today at www.lampwrights.com!
No members have liked this post.
|
|
#264
|
|||
|
|||
|
Originally Posted by Jafo232
Hello Jafo, thanks for your answer.
Here its basically what I want to do with the bridge integration. I currently have more than 1000 users register on my vb, so 1st, I want to offer to my current vb users access to the wordpress comment system without having to register again into wordpress. 2nd. I want my new users to just fill one registration and then they will have access to the forum and to the wordpress. 3rd. I want to use the forum as a forum and the comments on my wordpress will need to be used as any wp installation. I mean, I dont want to use my forum as a comment system for wordpress. Obviously, my wp-admin will need to be working normally. Thanks for your help, I hope this will clarify what I want to do. Jesus No members have liked this post.
|
|
#265
|
|||
|
|||
|
Originally Posted by jesusdlg
That is exactly what this plugin does. You need not use VB for comments, that is up to you.
__________________
Become a Lampwright today at www.lampwrights.com!
No members have liked this post.
|
|
#266
|
|||
|
|||
|
Originally Posted by Jafo232
Great news
![]() One last thing... If i've 2 wp installs (one works as my blog) and the other one works as a restaurant review system. I know I can install the bridge and it will work just fine. My question is regarding the use of the same database. I need to create everything related to wp inside the vb database no matter how many wp installs i've... If I want to share users between the all my wp and the vb, it needs to be done inside the same db, right? Thanks for your help! Jesus ![]() No members have liked this post.
|
|
#267
|
|||
|
|||
|
Yes, VB and WP must share the same database.
__________________
Become a Lampwright today at www.lampwrights.com!
No members have liked this post.
|
|
#268
|
||||
|
||||
|
does 1 vb and multiple wp installation/integrations supported by this modification ?
No members have liked this post.
|
|
#269
|
|||
|
|||
|
No members have liked this post.
|
|
#270
|
|||
|
|||
|
Hi Jafo
Im having trouble to login as admin from a second computer i've here. Intresting.... I'm logged in on my main computer as an admin (Mac), now i'm trying to see my wp admin from my winxp computer but when I type the url /wp-admin/ it sent me to the main forums page.. any ideas? Cookies perhaps? Thanks in advance. Jesus No members have liked this post.
|
![]() |
«
Previous Mod
|
Next Mod
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
| Mod Options | |
|
|
| New To Site? | Need Help? |
All times are GMT. The time now is 09:30.



)


