vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Integration with vBulletin - Complete Wordpress/Vbulletin Bridge - Share Users And Postings (https://vborg.vbsupport.ru/showthread.php?t=134521)

Jafo232 09-01-2007 03:23 AM

Quote:

Originally Posted by jamestl2 (Post 1329597)
Hey,
is there any way to put certain wp posts into different forums? For example, I have categories on my WP site like humor and politics, and I made a humor, and a politics board on my forum, so I wanted to put my WP posts into their corresponding VB boards.

Is this possible?
Hope this makes sense

Yes. When you make a post, there should be a drop down box to select which forum to post to.

XManuX 09-01-2007 01:48 PM

Quote:

Originally Posted by Tsukasa-san (Post 1301505)
Aha. Just noticed it.

Code:

[25-Jul-2007 16:05:30] PHP Warning:  require_once(/includes/class_bbcode.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in c:\domains\caliburn-l2.com\webroot\news\wp-content\plugins\vbbridge.php on line 350
[25-Jul-2007 16:05:30] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/includes/class_bbcode.php' (include_path='.;c:\php\includes') in c:\domains\caliburn-l2.com\webroot\news\wp-content\plugins\vbbridge.php on line 350

Line 350:
Code:

require_once($vwd . '/includes/class_bbcode.php');
$vwd=
Code:

$vwd = getcwd();
I believe the "Forum URL" setting on the Vbridge settings defines that. It's set correctly though. Forum Relative path as well (/forums) I tried your absolute path fix, but no luck.


EDIT:

Well, resolved that. But now I get
Code:

Class 'vBulletinHook' not found in e:\domains\l2aethernia.com\wwwroot\forums\includes\class_bbcode.php on line 2397
And yes, the Plugin/Hook system is turned on.

Exactly same pbr here :

#1 : got the error on line 350 when adding VB comments feature to WP.

#2 : modified
PHP Code:

chdir($_SERVER['DOCUMENT_ROOT'] . get_option('vbb_VBRPATH')); 

into
PHP Code:

chdir('/my/absolute/path/to/vb/dir'); 

but it didn't help

#3 : modified the line 350
from
PHP Code:

require_once($vwd '/includes/class_bbcode.php'); 

to
PHP Code:

require_once( '/home/httpd/vhosts/MyDomain/httpdocs/boards/includes/class_bbcode.php'); 

and this solved the "Failed opening required '/includes/class_bbcode.php' (include_path='.;c:\php\includes')" error

#4 now i'm also getting the "Fatal error: Undefined class name 'vbulletinhook' in /home/httpd/vhosts/ladln.org/httpdocs/boards/includes/class_bbcode.php on line 2357" error (i also tried the define('DISABLE_HOOKS', true); )

any ideas ?

jsalvit 09-06-2007 06:48 PM

Is there a fix to either strip out html code from the blog post, or replace it with bbcode? This way if someone sees the post on the blog, the style and links will work and then when they go to the forum the links and bolds will appear the same way? instead of visible code?

Riccardo83 09-07-2007 07:48 AM

Does that mean I cant use the same username for vB and Wordpress ????

tokenyank 09-07-2007 11:33 PM

If this could be made to play nicely with WordPress MU, you'd be on my Christmas card list for ever!

Flight_Teacher 09-08-2007 01:45 AM

I got the hack installed (thank-you!) still testing it out.

If you make a post in the forum, will it show on Wordpress?

Flight_Teacher 09-08-2007 05:13 AM

HELP!!!

I can't log in to my wordpress anymore. What is the fix for this?

Jafo232 09-10-2007 02:51 PM

If you can't login, the you either did not map users, or you are trying to use the same admin username in Vbulletin with Wordpress..

Delete/rename the plugin, start over.

pericolosogr 09-15-2007 02:40 AM

if my blog resides on www.domain.com/blog and my forum on www.domain.com/forum it means i cant use this mod or any other available right now on thw web?

Jafo232 09-15-2007 04:05 AM

Quote:

Originally Posted by pericolosogr (Post 1339291)
if my blog resides on www.domain.com/blog and my forum on www.domain.com/forum it means i cant use this mod or any other available right now on thw web?

That is not correct. You can use it. The only time it would matter is if the blog was at blog.yourdomain.com and your forum was at forum.yourdomain.com for example.


All times are GMT. The time now is 04:49 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.02156 seconds
  • Memory Usage 1,750KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_php_printable
  • (3)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