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)

LBSources 11-10-2007 02:22 AM

Has anyone been able to integrate this inline into a wordpress theme as advertised?

IcedGFX B3aST 11-10-2007 03:01 AM

hi, im getting frustrated... i get this error when i go to mysite.com/blog/wp-content/plugins/vbbridge.php :

Code:

Fatal error: Call to undefined function: get_option() in /home/(path)/html/blog/wp-content/plugins/vbbridge.php on line 39
^^^ excluded actual path

i did all the hardcoding of forum paths as stated above

tanujdude91 11-10-2007 12:20 PM

Hi
Have a doubt here..
My vbulletin url would be forums.domain.com and wordpress is installed in domain.com
What should i enter in Relative Path???
URGENT HELP NEEDED.

alverde 11-12-2007 01:28 PM

Hi, when I write a post in Wordpress, the same post is published on vbulletin but the html-code (<a href, <b>, ecc..) isn't replace with vbulletin-code. Could you help me?

pspcrazy 11-13-2007 12:24 AM

Anyone get this to work with v2.3.1? i want to upgrade but i'm holding back at the moment.

Brandon Sheley 11-13-2007 12:35 AM

I'm still very interested in this, may have to install it on a test board.

I'm a little concerned in the duplicate content posted on the blog and the forum, I haven't looked at the settings, but maybe you can edit the reposted text.

cheers

Blue Fusion 11-13-2007 12:50 AM

Quote:

Originally Posted by Wings69 (Post 1377536)
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%

tried that no fixed sadly this happened after the patch 1 and patch 2 released from vb when it got borked

CyberRanger 11-13-2007 11:47 AM

Fabulous! I love how this works. I had to do the following tweaks to get it working with vb 3.6.8 and WP 2.3.1
  1. REPLACE all instances of
    PHP Code:

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

    WITH
    PHP Code:

    chdir('/home/brentan/public_html/vb36');
    $vwd='/home/brentan/public_html/vb36'

  2. DELETE
    PHP Code:

    require_once(ABSPATH 'wp-admin/admin-db.php'); 

  3. REPLACE
    PHP Code:

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

    WITH
    PHP Code:

    require_once('/home/brentan/public_html/vb36/includes/functions_misc.php'); 

  4. Followed 2 X Viverridae's advice on fixing the sanitize_url problem: https://vborg.vbsupport.ru/showpost....&postcount=633

Putting in so many of the paths as absolute seemed over-kill but it made it work! All systems go!

LBSources 11-13-2007 06:20 PM

Quote:

Originally Posted by CyberRanger (Post 1381677)
Fabulous! I love how this works. I had to do the following tweaks to get it working with vb 3.6.8 and WP 2.3.1
  1. REPLACE all instances of
    PHP Code:

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

    WITH
    PHP Code:

    chdir('/home/brentan/public_html/vb36');
    $vwd='/home/brentan/public_html/vb36'

  2. DELETE
    PHP Code:

    require_once(ABSPATH 'wp-admin/admin-db.php'); 

  3. REPLACE
    PHP Code:

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

    WITH
    PHP Code:

    require_once('/home/brentan/public_html/vb36/includes/functions_misc.php'); 

  4. Followed 2 X Viverridae's advice on fixing the sanitize_url problem: https://vborg.vbsupport.ru/showpost....&postcount=633

Putting in so many of the paths as absolute seemed over-kill but it made it work! All systems go!

CyberRanger are the vbposts inline with your WP interface? or do you have to go to the forums to comment, read comments or read posts?

An example is as jaffo posted:http://www.jeffsrecipes.com/

LBS

CyberRanger 11-13-2007 06:54 PM

Quote:

Originally Posted by LBSources (Post 1381914)
CyberRanger are the vbposts inline with your WP interface? or do you have to go to the forums to comment, read comments or read posts?

An example is as jaffo posted:http://www.jeffsrecipes.com/

LBS

Mine works like jaffo. Once a comment has been made, it can be viewed at the bottom of the WordPress article (see attached) or on the Forum. So, I guess for reading comments, they are inline.

I've setup my WordPress templates to use vb for comments so once you click on "Add your comment", you are taking to a vb page to add the comment. Once the comment is submit, the user is taken to the vb thread. I do wish this could be tweaked to route the user back to the WordPress article.


All times are GMT. The time now is 03:36 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.02406 seconds
  • Memory Usage 1,760KB
  • 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
  • (1)bbcode_code_printable
  • (10)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