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)

pspcrazy 02-03-2008 05:18 AM

Yea well that's why it's still not installed on any of my sites lol. My main reasons is I just hate upgrading, but when a stable release is out I sure as hell upgrade ;) Thanks for the response :)

WEBclay 02-03-2008 12:59 PM

On this line my theme stops working:

PHP Code:

<h3 id="comments">Comments:</h3>
<ol class="commentlist">
<?php
foreach ($vbridge[replies] as $reply) {
?>
[B]<li class="<?php echo $oddcomment?>" id="comment-[/B]<?php comment_ID() ?>">

HTML output:

HTML Code:

<h3 id="comments">Comments:</h3>
<ol class="commentlist">

<li class="" id="comment-">

I would highly appreciate any feedback about this :) Last bug before going to public :)

Jafo232 02-05-2008 01:02 PM

Well, the one thing I see is:

Code:

<li class="<?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>">
Should probably be:

Code:

<li class="<?php echo $oddcomment; ?>" id="comment-<?php echo comment_ID() ?>">
But cannot be sure because I am not positive on what you mean by "My theme stops working"..

WEBclay 02-05-2008 01:11 PM

Thanks! Will try this as soon as I am at home. I meant that the layout get broken because the php code stops working there.

edit: doesn't work

Jafo232 02-05-2008 06:27 PM

Not sure why you are calling echo comment_ID(), or $oddcomment.. Those are not needed. Vbulletin is taking over the comments, not accentuating them.

WEBclay 02-05-2008 06:33 PM

?? Its (the code) from your readme file...

Jafo232 02-05-2008 06:46 PM

My bad.. You have only shown me the partial code, would need to see everything you did.

SoftDux 02-08-2008 11:16 AM

Quote:

Originally Posted by wildcard27 (Post 1410895)
Hi Jafo, I recently moved servers and reinstalled everything (newer versions also). I'm running vB 3.6.8 & WordPress 2.3.1.

Now I constantly get this error when I try to add a new WP article.



I have the following hacks installed:
  • Custom Status Icons Per Forum
  • vBSEO
  • vBSEO :: Sitemap Generator
  • Welcome Headers
Can you please help me out? I saw another guy on page 49 had the same problem, but the solution you gave him didn't work for me.

Cheers

## UPDATE: FIXED


Hi

How did you fix the problem? I'm getting the same error

SoftDux 02-08-2008 11:26 AM

Hi

Can someone please help me? I've installed the plugin, but can't make a posst.

Quote:

Warning: require_once(DIR/includes/functions_newpost.php) [function.require-once]: failed to open stream: No such file or directory in /home/webhost/public_html/includes/class_dm_threadpost.php on line 18

Fatal error: require_once() [function.require]: Failed opening required 'DIR/includes/functions_newpost.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/webhost/public_html/includes/class_dm_threadpost.php on line 18

My forum is on http://www.webhostingtalk.co.za & WP on http://www.webhostingtalk.co.za/blog

What am I doing wrong?

NavS 02-08-2008 11:28 AM

Can you have it setup like

blog.yoursite.com
forums.yoursite.com

?


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