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 |
#292
|
|||
|
|||
First, thank you for this great plugins!
When i integrated the plugins to wordpress, i didn't map the wordpress administrator usergroup to vbulletin administrator usergroup. Now the problem i'm facing is, i cannot enter my wordpress admin dashboard. The admin login i'm using to vbulletin work, but it gave me "wordpress editor dashboard" for admin. I still have another wordpress login which has administrator right. How to delete this bridge database and start over? I wish to map the word administrator usergroup to vbulletin administrator usergroup. Thanks |
#293
|
|||
|
|||
If anyone is interested i've solved the problem changing this line:
echo "<script> location.href = \"" . get_option('vbb_VBURL') . '/login.php?do=logout&logouthash=' . $vbulletin->userinfo[logouthash] ."\"; </script>"; exit; to this: echo "<script> location.href = \"" . get_option('vbb_VBURL') . 'login.php?do=logout&logouthash=' . $vbulletin->userinfo[logouthash] ."\"; </script>"; exit; |
#294
|
|||
|
|||
Quote:
|
#295
|
|||
|
|||
Yes, for me is all ok (with this small modification).
I have Wordpress 2.7 and VBulletin 3.8 installed and the bridge works.. i don't use the 'posting' but i use only the bridge user and it all works |
#296
|
|||
|
|||
Sounds great. I'll be using both 2.7 and 3.8 for my new website and only using it for the user stuff not posting so.
Thanks for the modification |
#297
|
|||
|
|||
That's good to know. I was really only trying to merge users. That's the biggest deal here, so thanks for that small mod.
|
#298
|
|||
|
|||
I've just switched host and now i get this problem everytime i turn on auto integration. I can turn the plug in on all right.
Code:
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/swtorco1/public_html/wp-content/plugins/vbbridge.php on line 454 cannot load /usr/local/apache/htdocs/home/swtorco1/public_html/forum/global.php. You should check your path! but the problem still persists. I don't know why it goes out and gets /usr/local/apache/htdocs - i haven't specified that anywhere. Can someone help me? |
#299
|
|||
|
|||
does it work wid wp2.7 and vb 3.8 ?
if not can some1 update dis please? |
#300
|
||||
|
||||
Quote:
Code:
echo "<script> location.href = \"" . get_option('vbb_VBURL') . '/login.php?do=logout&logouthash=' . $vbulletin->userinfo[logouthash] ."\"; </script>"; exit; Code:
echo "<script> location.href = \"http://" . get_option('vbb_VBURL') . '/login.php?do=logout&logouthash=' . $vbulletin->userinfo[logouthash] ."\"; </script>"; exit; P.S. VB ver 3.8.* |
#301
|
|||
|
|||
Quote:
http://http//www.etcetcetc and it goes to a 404 page |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|