vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Integration with vBulletin - Complete Wordpress/Vbulletin Bridge - Share Users And Postings (https://vborg.vbsupport.ru/showthread.php?t=205388)

cache 06-06-2010 04:55 AM

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?

MarWien 06-07-2010 07:01 PM

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?

jazzyname 06-14-2010 12:02 AM

can user/members of VB of my site create their own blog using this? or is it just to make comments without logging in?

Chase 06-14-2010 02:13 AM

Is this working on 3.8.4?

Reeve of shinra 06-16-2010 12:44 PM

Jazzy -- Not sure, you would have to try this out with the latest wordpress version.

Chase -- yes.

Xencored 06-17-2010 12:30 PM

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

jamesyfx 06-17-2010 05:46 PM

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

Quantnet 06-18-2010 12:19 PM

Yes, wondering the samething before upgrading to 3.0

jamesyfx 06-18-2010 07:26 PM

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!

shortbus1662 06-21-2010 02:18 PM

So even though 3.0 has wpmu supported it still works? I just wanted to clarify. Thanks!

shortbus1662 06-23-2010 01:48 AM

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.

MikesSite 06-23-2010 03:30 AM

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);

skariko 06-23-2010 06:43 AM

Quote:

Originally Posted by MikesSite (Post 2057877)
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);

Thanks!
It works like a charm.

MikesSite 06-23-2010 12:02 PM

Quote:

Originally Posted by skariko (Post 2057952)
Thanks!
It works like a charm.

Glad to hear! :up:

slinkyman 06-23-2010 05:44 PM

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?

KProjects 06-24-2010 10:19 PM

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.

8bit 06-27-2010 12:57 AM

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.

skariko 07-01-2010 12:42 PM

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; }
and replace it with:

Code:

if (basename($_SERVER['SCRIPT_NAME']) == 'async-upload.php') { return; }

Manoel J?nior 07-02-2010 01:51 AM

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

Quantnet 07-02-2010 02:00 AM

skariko,

It's not working. I tried flash uploader and at 100%, it display "HTTP error" in red

Browser uploader is working fine.

amjadz4 07-02-2010 02:17 AM

Quote:

Originally Posted by Manoel J?nior (Post 2063025)
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

You can't use the WP login page. Login will only work via vBulletin. Once you are logged in on your forum navigate to the dashboard /wp-admin to be logged in automatically.

Manoel J?nior 07-02-2010 03:05 PM

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?

Manoel J?nior 07-02-2010 03:19 PM

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?

amjadz4 07-02-2010 05:12 PM

Quote:

Originally Posted by Manoel J?nior (Post 2063275)
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?

use Browser upload. Flash upload has an issue with the plugin.

fire999 07-02-2010 05:39 PM

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!

Manoel J?nior 07-02-2010 05:44 PM

Quote:

Originally Posted by amjadz4 (Post 2063317)
use Browser upload. Flash upload has an issue with the plugin.

Thanks.

FIX:

https://vborg.vbsupport.ru/showpost....4&postcount=84

Quantnet 07-02-2010 07:28 PM

That's not exactly a fix. Look at the "fix" on page 76 and still not working.

rraplee 07-02-2010 10:13 PM

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~

twitch 07-03-2010 01:37 PM

Quote:

Originally Posted by Quantnet (Post 2063379)
That's not exactly a fix. Look at the "fix" on page 76 and still not working.

Yeah, there is a problem still with uploading images while writing a wordpress post. I applied fix and still have the issue

MaverickEX 07-08-2010 02:10 AM

Quote:

Originally Posted by naoneo (Post 1997766)
Has anyone figured out how to list how many comments (via vb) a thread has, on the main blog page? (as apposed to listing how many comments have been made via wordpress)?, if so could you share with us how you accomplished this?, thanks.

This is something I've been trying to find out for some time now, as well.

djr 07-08-2010 10:09 PM

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)

cagbaazee 07-10-2010 03:54 AM

will it works on latest vbulletin version 4.

Gnoll 07-12-2010 02:45 PM

Works awsome on vB4 but just
Code:

Ğ ğ Ş ş İ ı
Those are showing as "?"

slinkyman 07-12-2010 11:21 PM

Quote:

Originally Posted by slinkyman (Post 2058338)
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?

Question still hasn't been answered, but I'm changing it up a bit. When I'm using the iPhone WP App I don't have the option to post the article to a forum - so I decided I would do that when I got home. I got home, edited the article (but this time I selected a forum) and it didn't get posted. How come? Is there a way to go back and edit the article to have it posted on the forums?

Gnoll 07-13-2010 03:25 PM

Code:

Database error in vBulletin 4.0.4:

Invalid SQL:
SELECT * FROM vb_user WHERE userid = '1';

MySQL Error  : MySQL server has gone away
Error Number  : 2006
Request Date  : Tuesday, July 13th 2010 @ 01:49:31 PM

Code:

Database error in vBulletin 4.0.4:

Invalid SQL:
SELECT * FROM vb_user WHERE userid = '2';

MySQL Error  : MySQL server has gone away
Error Number  : 2006
Request Date  : Tuesday, July 13th 2010 @ 03:02:29 PM
Error Date    : Tuesday, July 13th 2010 @ 03:03:01 PM
Script        : http://www.mmobrowser.com/etiketler/2010-mmorpg-oyunlar
Referrer      : http://www.google.com.tr/url?sa=t&source=web&cd=4&ved=0CC0QFjAD&url=http%3A%2F%2Fwww.mmobrowser.com%2Fetiketler%2F2010-mmorpg-oyunlar&rct=j&q=2010%20mmorpg%20oyunlar%C4%B1&ei=vn88TNO8M5KVOIXGmbIP&usg=AFQjCNHQHLqJHRDRCliuY9MHME2SOkESWA
IP Address    : 78....


dcuellar 07-16-2010 04:33 PM

Any time frame for this to be updated to 4.x?

I have this error:
Quote:

Fatal error: Cannot redeclare get_userdatabylogin() (previously declared in /home2/unifiedc/public_html/wp-includes/pluggable.php:214) in /home2/unifiedc/public_html/wp-content/plugins/functions_vbbridge.php on line 33
I have WP version 3.0

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:
  1. Delete the 3 files in the 'wp-content/plugins' folder.
    • functions_vbbridge.php
    • functions_wysiwyg2.php
    • vbbridge.php
  2. Delete the tables in your database. Backup your files just in case.
    1. Do a search for 'vbb' within the database '_wrd1'
    2. select only those tables that start with 'vbb'
    3. Delete them.
  3. Reinstall the mod

dcuellar 07-16-2010 11:09 PM

Hopefully I can get this question answered.

I'd like to post on vB and have it post automatically on Wordpress. Possible?

ElysianFox 07-17-2010 02:35 AM

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.

dcuellar 07-17-2010 03:40 PM

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):
  • vBulletin v4.0.2 & Wordpress 3.0 (confirmed by dcuellar)
  • vBulletin v4.0.1 & WordPress 2.9.2 (confirmed by amplifiedshock)
  • I'll add more as you guys let me know.

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.

Disasterpiece 07-19-2010 03:22 PM

Quote:

Originally Posted by dcuellar (Post 2070190)
Any time frame for this to be updated to 4.x?

I have this error:


I have WP version 3.0

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....

I discovered a better method.
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
  • Page Generation 0.02480 seconds
  • Memory Usage 1,837KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete