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)

WouterN 06-02-2009 01:34 PM

Quote:

Originally Posted by nando99 (Post 1821758)
Just want to confirm...

Its possible keep all posts/comments/replies separate and only share the users - correct?
For a new users, do they have to register through vB or Wordpress?
Has anyone use gravators with wp and the vb mod?

Thanks in advance...

Yes that is possible.

nando99 06-02-2009 01:41 PM

all 3? or? just want to confirm? have you tried it? or in theory?

wswap 06-02-2009 05:49 PM

Hey guys, when I try and activate the plugin I get an error.

Warning: chdir() [function.chdir]: Result too large (errno 34) in H:\wamp\www\ctn\wp-content\plugins\vbbridge.php on line 77
cannot include /forums/global.php. You should check your path! Turning Plugin Off

I've tried to modify this line...

PHP Code:

 $vwd '/forums'

But it doesn't seem to help.

nando99 06-03-2009 01:24 AM

I know this bridges the posts and the comments as well, is that for new posts only or can we do old posts as well?

Rukas 06-03-2009 01:33 AM

Quote:

Originally Posted by Rukas (Post 1819959)
When I activate this I get the following errors:

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/hali/public_html/wp-content/plugins/page-lists-plus/page-lists-plus.php on line 256

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/hali/public_html/wp-content/plugins/page-lists-plus/page-lists-plus.php on line 300

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/hali/public_html/wp-content/plugins/page-lists-plus/page-lists-plus.php on line 311

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/hali/public_html/wp-content/plugins/page-lists-plus/page-lists-plus.php on line 318

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/hali/public_html/wp-content/plugins/page-lists-plus/page-lists-plus.php on line 325

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/hali/public_html/wp-content/plugins/page-lists-plus/page-lists-plus.php on line 385

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/hali/public_html/wp-content/plugins/page-lists-plus/page-lists-plus.php on line 392

I am guessing it does like the wordpress plug in "Page Lists Plus." Any idea how to fix?

????

ashley76 06-03-2009 05:53 PM

I have it up and going at http://www.dccollector.com but, I have one problem. Most of the posts say "No Comments" even if someone has commented on it via the forum. You can check out what I mean by looking at the "First Look Jonah Hex" on the top right hand scroll of the site... You can see it says no comments but, there are comments...

amjadz4 06-03-2009 09:12 PM

Quote:

Originally Posted by Rukas (Post 1822467)
????

disable page list plugin. that's all you can do. sorry.

Quote:

Originally Posted by nando99 (Post 1822465)
I know this bridges the posts and the comments as well, is that for new posts only or can we do old posts as well?

the new posts only. its obvious, when you make a blog post and post it to the forum, only then you will have the comments. if you make your old posts also post to forum...then you can have its comments. so to make the old WP posts get comments from vB...publish it again so it shows up in the forum and you will start getting its comments.

Quote:

Originally Posted by wswap (Post 1822181)
Hey guys, when I try and activate the plugin I get an error.

Warning: chdir() [function.chdir]: Result too large (errno 34) in H:\wamp\www\ctn\wp-content\plugins\vbbridge.php on line 77
cannot include /forums/global.php. You should check your path! Turning Plugin Off

I've tried to modify this line...

PHP Code:

 $vwd '/forums'

But it doesn't seem to help.

the path is not correct. you have type from the home folder
for example on a linux server it would be

/home/username/public_html/forums

Quote:

Originally Posted by nando99 (Post 1821758)
Just want to confirm...

Its possible keep all posts/comments/replies separate and only share the users - correct?
For a new users, do they have to register through vB or Wordpress?
Has anyone use gravators with wp and the vb mod?

Thanks in advance...

1. Yes.
2. they have to register thru vB. you can remove the wp login file and code. all registrations are handled by vB.

Quote:

Originally Posted by poromenos (Post 1821279)
Does this works with wordpress v 2.8?

lets wait for the stable version of 2.8 come out to start testing.
however i am willing to test it out on my test server. will post back the results here!

rsuplido 06-03-2009 10:17 PM

Hey all! I was the first who started creating this vB - WP bridge. I'm so happy to see what it has become!

Anyway, I'm not sure if someone has posted a fix to the media upload bug. Anyway, here's what works for me:

In vbbridge.php, around line 47, find:
Code:

#if (basename($_SERVER['SCRIPT_NAME']) == 'upload.php') { return; }
Replace with:
Code:

if (basename($_SERVER['SCRIPT_NAME']) == 'media-upload.php') { return; }
I'm on WP 2.7.1 so if you use a different file or utility to upload, change media-upload.php to the correct php file.

Rukas 06-04-2009 11:17 AM

Quote:

Originally Posted by amjadz4 (Post 1822991)
disable page list plugin. that's all you can do. sorry.

That is disappointing. I have a couple questions before I decide if it's worth it, no disrespect intended.

I only require this bridge to allow vbulletin users to post comments on the wordpress blog using their login. I dont care if the posts are posted onto the forum. And in fact, dont think this will work, my forum and blog are on a different database, while on the same server. Your instructions made no mention of needing to share the same database so I didnt set my site up this way and now it is too late to go back.

So, knowing my forum and site are on two different databases (same server), is it possible to bridge the user login and access levels or no? Comments can remain on the wordpress side of things I dont care as long as they work.

nando99 06-04-2009 11:51 AM

Quote:

Originally Posted by Rukas (Post 1823246)
That is disappointing. I have a couple questions before I decide if it's worth it, no disrespect intended.

I only require this bridge to allow vbulletin users to post comments on the wordpress blog using their login. I dont care if the posts are posted onto the forum. And in fact, dont think this will work, my forum and blog are on a different database, while on the same server. Your instructions made no mention of needing to share the same database so I didnt set my site up this way and now it is too late to go back.

So, knowing my forum and site are on two different databases (same server), is it possible to bridge the user login and access levels or no? Comments can remain on the wordpress side of things I dont care as long as they work.

You don't have to run them on the same database... read here and here

I need to do the same as you, just bridge the users - no posts in any way...

Thanks 4 getting back to us amjadz4


All times are GMT. The time now is 08:43 PM.

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.03005 seconds
  • Memory Usage 1,762KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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