![]() |
I also got this:
Warning: Cannot modify header information - headers already sent by (output started at... it looks like there is no fix for this? |
What do you think, how secure is this bridge?
What does it do exactly? e.g. querying the vb when a user logs into wordpress etc. Could it be hacked? |
can user/members of VB of my site create their own blog using this? or is it just to make comments without logging in?
|
Is this working on 3.8.4?
|
Jazzy -- Not sure, you would have to try this out with the latest wordpress version.
Chase -- yes. |
Hmm maybe i missed it but can or how can i get it to post Comments on wordpress posts to the VB forum :/?
Post work fine but when someone replys to the post the comments dont add on VB |
Hi,
Are there any issues with upgrading Wordpress to version 3.0 after this bridge has been installed? I don't really want to try it without some proof/steps to take to make things run smoothly. Regards, James |
Yes, wondering the samething before upgrading to 3.0
|
Hey,
Due to an irritating lack of reply (Which seems to be quite the norm on this website for anything other than a simple question...), I went and upgraded blindly. It worked fine, no problems upgrading. Backup everything first though! |
So even though 3.0 has wpmu supported it still works? I just wanted to clarify. Thanks!
|
FYI, it's working fine on my Gambling Forum.
I don't have the articles posting into the forum but the user integration seems to be working fine. |
The upgrade is smooth but there is a problem when logging out via WP.
Fatal error: Call to undefined function wp_clearcookie() in .../wp-content/plugins/vbbridge.php on line 261 The old cookie call is depreciated. Solution: In vbbridge.php, find wp_clearcookie() change to wp_set_auth_cookie( $user_id, $remember, $secure); |
Quote:
It works like a charm. |
Quote:
|
Question - I posted an entry on WordPress and checked off "Do not post on forum", then I went back an edited it, but when I did that, I didn't select any option for using vB as comments. So now when you view the article on WordPress, it has the links to a thread that doesn't exist. Is there a way to remove it after that's happened?
|
Just installed with a new WP 3.0 installation and a new VB 4.0.4 pl1 installation. Works well - except for the headers message when saving settings for vbbridge.
I also have feedwordpress installed - which does not post into the forums.. i'm going to try and figure out why probably in the next few days.. http://www.GoogleMusicService.com It's just a testing site... feel free to register and play around. |
Hey, guys. I have an issue when trying to login via WordPress. A pinkish/redish box appears on load and shakes. This is the message within it:
"ERROR: The username field is empty." Is there any way to fix this? Another query I have is how I can go about getting a vBulletin log in field on my WordPress page. I'm interested in showing if any new private messages are available, as well as the user's avatar. Any help would be greatly appreciated. Thanks a lot. EDIT: Nevermind. This plugin is extremely unstable, no offense to the author. Thanks for the effort and share though. |
I've found a FIX for the flash uploader problem for Wordpress 3.0:
On vbbridge.php at 47 line find: Code:
#if (basename($_SERVER['SCRIPT_NAME']) == 'upload.php') { return; } Code:
if (basename($_SERVER['SCRIPT_NAME']) == 'async-upload.php') { return; } |
When I access the address of the Wordpress admin, I have to put the username and password on the forum and it redirects me to the usercp.
How to fix? PS.: Wordpress 3.0 - vBulletin 3.8.5 |
skariko,
It's not working. I tried flash uploader and at 100%, it display "HTTP error" in red Browser uploader is working fine. |
Quote:
|
Do not automatically login. I enter this forum, I logged in, then go into the / site / wp-admin and it asks me password, I put the password on the forum, and it keeps redirecting me to the Forum.
How come? |
OK. OK.. I upload resetvbbridge.php
Functionally. One question: After I activate this plugin, I can not upload more images. Gives error. Has anyone had this problem and knows how to fix? |
Quote:
|
Am on vB 3.8.5 and WP version 3.0.
Placed the files under plugins main folder, and still unable to get this Bridge installed. Errors seem to be revolving around: Lines 23x Plugin could not be activated because it triggered a fatal error. Parse error: syntax error, unexpected $end in /home/public html/lostit.com/wp-content/plugins/vbbridge.php on line 237 So having a check with the Editor, turns out to be this code: $_POST['post_title'] = fetch_censored_text(utf8_decode($_POST['post_title'])); Been searching and searching but without avail resource of help, hence this posting. Appreciate any help in advance! |
Quote:
FIX: https://vborg.vbsupport.ru/showpost....4&postcount=84 |
That's not exactly a fix. Look at the "fix" on page 76 and still not working.
|
Hey guys, I'm going to write a custom application built into my site. How can I go about pulling the current user information in PHP? I'd like to create a Guild Directory for a new MMORPG coming out on my site riftjunkies.com - Any help would be awesome!
Thanks~ |
Quote:
|
Quote:
|
Anyone who is sick and tired of all this hacky stuff to get user/password integration working with WordPress and vBulletin (like me), please vote for this suggestion to have a proper API for username and password: API for User name and Password (discussion)
|
will it works on latest vbulletin version 4.
|
Works awsome on vB4 but just
Code:
Ğ ğ Ş ş İ ı |
Quote:
|
Code:
Database error in vBulletin 4.0.4: Code:
Database error in vBulletin 4.0.4: |
Any time frame for this to be updated to 4.x?
I have this error: Quote:
Am I doing something wrong? EDIT*** I'm going to post this because I really feel this is a great mod and because for the past few hours I've been busting my ass trying to get my forum to work again. Hopefully there can be an FAQ section created in the first post. This error is due to incorrectly uninstalling this mod. I'm not really sure how I "incorrectly" did that, but oh well. Here is what I did to fix it:
|
Hopefully I can get this question answered.
I'd like to post on vB and have it post automatically on Wordpress. Possible? |
I couldn't get the comments system working, I was able to bridge users and logins, although whenever I post an article, it will always appear as the same user.
Then, When attempting to post as another user, it will blank out and not show an author or link at all. Also, regardless of what userid or username for the forum, it will always post under the same username for the forum. I love this plugin but i simply cannot use it if it does not show the article authors with the posts on wordpress. Comments, i couldnt care less, even though it would be nice to have, but the Author names not showing up is a huge problem to me. if anyone can help me with this issue, please contact me here as i don't check these boards regularly. |
For the sake of getting questions answered I am going to start an FAQ. If the author feels like it hopefully they will add it on the main post.
Mini FAQ: Confirmed to work with the following (other than what is mentioned in the main post):
How to correct: Logout Issue Fatal error: Cannot redeclare get_userdatabylogin() ... WP Plugins that have interfered. Minimeta widget & TDO Mini forms Let me know if there is anything else I should add. |
Quote:
It seems this happens, when you deactivate this plugin in the vbbridge settings, while it's integrated and an active WP plugin. So in wp_options table, search for "vbb_VBPLUGION" and change value from 0 to 1, that did the trick for me. |
All times are GMT. The time now is 02:30 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|