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

Blade-uk 06-04-2009 05:45 PM

So, any news on getting this to run on 2 different sub domains?

My site is at www.mysite.com and my forums are at http://forums.mysite.com

So i'm guessing it can't work for me until a fix has been made?

Andy

amjadz4 06-04-2009 08:24 PM

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.

I am using my site for the exact same purpose with no problems at all..so far. And NO...you do not need to have them in the same DB. I myself run my installations on different DBs.

:)

Quote:

Originally Posted by nando99 (Post 1823256)
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

you are welcome! :)

Quote:

Originally Posted by Blade-uk (Post 1823462)
So, any news on getting this to run on 2 different sub domains?

My site is at www.mysite.com and my forums are at http://forums.mysite.com

So i'm guessing it can't work for me until a fix has been made?

Andy

try this:
do not type anything in the relative path in vbridge settings. and open vbridge.php...edit the line
PHP Code:

$vwd '____'

in place of ____ write the full path to the subdomain folder..
give it a try!

Blade-uk 06-04-2009 09:08 PM

What do i put for the forum url?

http://forums.eteknix.com or http://www.eteknix.com/forums ?

The main domain is the first one.

I left the path blank and put this line in:

$vwd = '/home/aruffell/public_html/forums';

and when i try my test post i get:

Warning: require_once(./includes/class_dm.php) [function.require-once]: failed to open stream: No such file or directory in /home/aruffell/public_html/wp-content/plugins/vbbridge.php on line 113

Fatal error: require_once() [function.require]: Failed opening required './includes/class_dm.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/aruffell/public_html/wp-content/plugins/vbbridge.php on line 113

Line 113:

Code:

require_once('./includes/class_dm.php');
Any ideas?

Blade-uk 06-04-2009 10:17 PM

Got it working with:

$vwd = '/home/aruffell/public_html/forums';

require_once('./forums/includes/class_dm.php');

require_once('./forums/includes/class_dm_threadpost.php');

require_once('./forums/includes/functions_databuild.php');

Broken again, i think i'll give this a miss for now and wait until someone releases it properly with less errors etc...

Andy

AzzX 06-06-2009 12:10 AM

Quote:

Originally Posted by rsuplido (Post 1823014)
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.

Thanks! that worked. :D

kursed 06-06-2009 02:56 AM

Folks, can anyone please guide me as to how can I get a valid authors list in WP. It always send me the vB user id: 1 as the only author.

ashley76 06-06-2009 01:30 PM

Quote:

Originally Posted by rsuplido (Post 1823014)
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.

So is this supposed to be the fix for uploading multiple images with the flash uploader? If so this didn't fix my problem...

WouterN 06-06-2009 01:47 PM

Quote:

Originally Posted by ashley76 (Post 1824466)
So is this supposed to be the fix for uploading multiple images with the flash uploader? If so this didn't fix my problem...

Dit not work for me either.

I am on WP 2.7.1. and i'm a technical wordpress guy (also a plugin coder) but I can't seem to get this problem fixed.

lordsilence 06-07-2009 09:41 PM

Any news or fix to the flash uploader issue?
Using latest WP here.

bockworst 06-09-2009 08:47 AM

Will this work on Wordpress 2.8 ?

scry3d 06-10-2009 04:19 AM

If I have this bridge working correctly right now on vB 3.8.1, it should be safe to upgrade to 3.8.2 right?

poromenos 06-11-2009 11:43 AM

any update for wordpress v 2.8?

WouterN 06-11-2009 11:51 AM

I have the bridge working with:

VB 3.8.2 and WP 2.8 without problems.
I actually upgraded to WP 2.8 this morning and the bridge kept working.

thunderclap82 06-11-2009 01:04 PM

I'm curious why this program can't bridge a WordPress site and a vBulletin site if they have different domains? Is there something that prevents the W/V Bridge from doing this or just a decision on the designers part?

WouterN 06-11-2009 01:11 PM

I think that as long as you can include the global from vBulletin it is possible. That means that the subdomains have to be at least on the same server(cluster).

redraider 06-11-2009 07:38 PM

Fro me when I upgraded to WP 2.8, the bridge failed. Now It just gives a white screen .... I had to remove the plugin to make my WP work again.

pspcrazy 06-11-2009 09:25 PM

Does this work with vb 3.8.3 and wp 2.8? Redraider did you try reenabling it by going into wp and then turning the option from vb off to vb on that should fix it.

redraider 06-12-2009 03:15 AM

pspcrazy, thanks for replying, but as soon as I put the files inside the plugins directory, my whole wordpress install goes white ...cant even go to the admin panel. Is there some way to change this option from the DB ?

skariko 06-12-2009 07:37 AM

I've installed WP 2.8 and VB 3.8.3 and it all works with no problem.
I recommend to DEACTIVATE the VB-Bridge *every* upload and re-activate it after the upgrade.

powerbook 06-12-2009 04:39 PM

Hi,

Don't know if anyone else has this or can suggest anything...

Some of my members I have to moderate their comment all the time and for others it is automatically published. I checked the groups and there doesn't seem to be an issue.

Any suggestion where I can look?

I am not using the vB comment/posting to forum system just the user integration between the two..

Thanks

rcadden 06-12-2009 07:56 PM

Is anyone using this plugin and WP-Super Cache at the same time? Any conflicts?

scry3d 06-12-2009 10:07 PM

Don't know if it is just me but after I updated the new wordpress, my wp admin cp got really buggy. I can't expand or collapse any of the categories on the side (like posts, media, links, etc), quick edit doesn't update, screen options don't stay (though I think it was the same before too), can't drag widgets. So basically v2.8, which is mostly new improvements to the wp admin cp, doesn't work at all with this =P Anyone know why this mod messes up cp so much and if there's a way to fix it?

markavatar 06-13-2009 08:31 AM

Quote:

Originally Posted by rcadden (Post 1828537)
Is anyone using this plugin and WP-Super Cache at the same time? Any conflicts?

I've had both installed and in use for about 2 weeks (wp 2.7). I haven't noticed any problems.

presyce 06-14-2009 06:16 PM

PLEASE HELP ME!! Before I seriously kill myself!

Will this work if my wp is
/blog
and my forum is
/forum
???

I'm trying to log into wp-admin and it sends me to the forum usercp. How am I supposed to access the wp-admin???

Thanks a lot!

N-0p3rz 06-14-2009 08:34 PM

May need to get a physic evaluation if you're contemplating taking your life over a plugin.

Answer to your first question, yes. So long as they're on the same server & you're directing the plugin to the correct directory, then yes it will work.

Your second question.. It sounds like your plugin is working. If you're getting re-directed that means you're trying to access the User Options on WP. It shouldn't redirect you if you're only trying to get to /wp-admin (At least to my knowledge)

Is your account an admin account? If not, that may be why you're getting redirected.

amjadz4 06-14-2009 09:33 PM

Upgraded and Tested on vB 3.8.3 and WP 2.8 Works perfectly. No bug spotted so far. Its safe to upgrade, however remember to deactivate the plugin before upgrading just as a precaution.

Make sure you have your original wordpress admin login.
:)

lucalucius 06-15-2009 07:25 PM

I have a problem with this plugin
When it's active, I can't use the media-upload function

What is the problem??

Best Regards

N-0p3rz 06-15-2009 11:49 PM

^Having the same problem & would like to know how to resolve this issue as well.

However it's only the quick popup add media when you're posting a new post.

Uploading works fine if you go directly to the Add Media page.

lucalucius 06-16-2009 07:17 AM

Quote:

Originally Posted by N-0p3rz (Post 1830432)
^Having the same problem & would like to know how to resolve this issue as well.

However it's only the quick popup add media when you're posting a new post.

Uploading works fine if you go directly to the Add Media page.

Ok, but if I use the Media page, I can't associate the image at the article.

zeropaid 06-16-2009 09:34 PM

Worked fine for me out of the box with the latest of both versions.


All times are GMT. The time now is 01:28 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.02414 seconds
  • Memory Usage 1,858KB
  • 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
  • (7)bbcode_code_printable
  • (3)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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