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)

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 ?


All times are GMT. The time now is 03:10 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.02234 seconds
  • Memory Usage 1,756KB
  • 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
  • (1)bbcode_php_printable
  • (6)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