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 |
#82
|
|||
|
|||
Getting this error:
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/rxqptdcc/public_html/wp-content/plugins/vbbridge.php on line 29 Any idea how to fix this. |
#83
|
|||
|
|||
Got around that, but now I get:
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/rxqptdcc/public_html/wp-content/plugins/vbbridge.php on line 86 Warning: require_once(./includes/class_dm.php) [function.require-once]: failed to open stream: No such file or directory in /home/rxqptdcc/public_html/wp-content/plugins/vbbridge.php on line 92 Fatal error: require_once() [function.require]: Failed opening required './includes/class_dm.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/rxqptdcc/public_html/wp-content/plugins/vbbridge.php on line 92 |
#84
|
|||
|
|||
You are having a path issue. Read the threads first post.
|
#85
|
|||
|
|||
Quote:
|
#86
|
|||
|
|||
I tried that. It fixed the first error I had. But then I got those 3 new errors.
|
#87
|
|||
|
|||
I am having the EXACT same issue as TRR:
Quote:
If anyone can answer this will you please PM me? Thanks in advance, Rob |
#88
|
|||
|
|||
Quote:
Error message that show's in the apache logs (replaced the domain's with site) [Thu Jun 12 04:13:01 2008] [error] [client 66.245.227.57] PHP Fatal error: Call to a member function query_read() on a non-object in {path to here}/httpdocs/wp-content/plugins/vbbridge.php on line 553, referer: http://{site}.net/wp-admin/options-general.php?page=vbbridge.php That's just when I visit the actual write post page. I'm making a cross domain same DB setup atm, yes i know it's not normal but i need to do it so i'm doing it. To get to this point I did uncomment the $vwd = '/var/www/vhosts/animecrazy.net/httpdocs/forums'; line to make it work. Any idea? Line 553 is: $fs = $vbulletin->db->query_read($sql); The write post page looks like the attached atm, any support would be awesome (I know this isn't a normal support situation as well, so thanks if you can help!) |
#89
|
|||
|
|||
Well, one problem here is, there will be no way for the bridge to know if a user is logged in to Vbulletin. Vbulletin uses a cookie method to check login status (as most scripts do). Site1.com can never see site2.com's cookie, ever.. That is just how browsers are built. It is a security issue. You wouldn't want site hackme.com to see your paypal.com cookie would you?
I just do not see any way you are going to be able to do it myself.. |
#90
|
|||
|
|||
Alright folks, I had to freaking HIRE someone to look at the code and it was an EASY fix:
Basically all of the: ------------------------------------------- $link = get_permalink(somethinghere, true); ------------------------------------------- SHOULD NOT have that second parameter... "true" and should look like this: ------------------------------------------- $link = get_permalink(somethinghere); ------------------------------------------- This was changed 4 times and it fixed all the problems. Why Jafo refused to acknowledge me? I have no clue. Did he know the answer and simply refuse to tell me? Not sure. Why didn't others have this problem? I think the whole thing is pretty outrageously rude. I understand its a free plugin but he is answering everyone else's questions. I don't get it. Originally I thought about putting TIPPING you money so you would answer my question but instead I paid that money to a developer. It doesn't pay to be rude. You could have just as easily provided a 1-2 sentence explanation as to why you weren't answering my question in the first place. |
#91
|
|||
|
|||
I get the impression he is one of those arrogant types who won't admit he doesn't know. Anyhow, thanks for the information, it is really appreciated, although I am using vbdrupal instead; this has too many other errors to fuss with.
I returned your PM, Sir. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|