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)

fatal1980 11-05-2007 08:59 PM

I installed the latest version of Wordpress (2.31) and vBulletin (3.6.8). And I made the changes that "2 X Viverridae" suggested and the errors are gone. However I can't see any forums when hitting write therefore I can't post. Anyone have any ideas?

NM, figured it out!

redraider 11-05-2007 09:46 PM

Quote:

Originally Posted by redraider (Post 1376521)
I have a problem. When I choose "post an exerpt" in the forum, the link to actual post in the blog doesnt show up, instead the link as <a href"" in the link. I am not sure what I missed. Could you help!

You can check a sample post here: http://www.scorechase.com/vb/showthread.php?t=6742

As you can see the continue reading doesnt show up as a valid link to the actual post.

It works fine if I take the exerpts off.

Thanks

Looks like this only happens if I choose more than 600 words in the excerpt.

Blue Fusion 11-06-2007 10:07 PM

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

Fatal error: require_once() [function.require]: Failed opening required '/includes/class_bbcode.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bnthold/public_html/blog/wp-content/plugins/vbbridge.php on line 350
got this error resently O_o dono what how that happen

Wings69 11-07-2007 05:16 AM

Problem I'm having - maybe someone who uses this plugin can help...

I want stories to be moderated, so that I can edit any typos etc that they've missed.

If a user is set to contributor, they submit their story for review. However when I approve it, it shows up under my name.

If same user is set to author, they can submit their story but it automatically posts it on the forum & site, so I'm unable to make typo changes.

Any help? :) Thanks

Wings69 11-07-2007 05:19 AM

Blue_Fusion: Try changing that line 350 to:

require_once('/home/bnthold/public_html/blog/includes/class_bbcode.php');

You may have to throw /forum in there after /blog or whatever your forum folder is.

If anyones still having that line 446 error lemme know and I'll provide a guide to fix it - however I did it with WP 2.3 as opposed to 2.3.1 so it may not be 100%

marcus_brutus 11-07-2007 08:42 AM

Wings, I'm still having problems getting beyond the errors on line 466, so fire away and reply here or send me a personal message.

LBSources 11-07-2007 05:35 PM

marcus for the line 466 errors try this: https://vborg.vbsupport.ru/showpost....&postcount=633

parabat 11-07-2007 11:12 PM

This mod looks really useful and exactly what I have been looking for, but I have one problem :( My Wordpress database and vBulletin database are separate. Is there any one that can assist me in modifying this mod to read from both databases. Failing that, how is the best way to join the two databases into one??
Thanx in advance

-PB

trilljester 11-08-2007 05:13 AM

Hmmm, I think I'm going to stick at the 2.2 level until this hack is fully working with 2.3.1

Or play around with it on my test board and see if I can hack it together to work properly.

Wings69 11-10-2007 12:00 AM

Alright for the 466 errors you gotta hardcode the directory data. For this example, I'll say our forums are on:

/home/joesmith/forums

Line 41 change:

Code:

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

Code:

chdir('/home/joesmith/forums');
Line 43:

Code:

$vwd = getcwd();
To:

Code:

$vwd="/home/joesmith/forums";
Line 60:

Code:

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

Code:

chdir('/home/joesmith/forums');
Line 350:

Code:

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

Code:

require_once('/home/joesmith/forums/includes/class_bbcode.php');
Line 379:

Code:

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

Code:

chdir('/home/joesmith/forums');
Line 466:

Code:

require_once($vwd . '/includes/functions_misc.php');
To:

Code:

require_once('/home/joesmith/forums/includes/functions_misc.php');


All times are GMT. The time now is 04:34 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.02220 seconds
  • Memory Usage 1,746KB
  • 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
  • (12)bbcode_code_printable
  • (1)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