![]() |
I'm getting this error on the post-new page:
Warning: require_once(/includes/functions_misc.php) [function.require-once]: failed to open stream: No such file or directory in /home/site/public_html/blog/wp-content/plugins/vbbridge.php on line 466 Fatal error: require_once() [function.require]: Failed opening required '/includes/functions_misc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/site/public_html/blog/wp-content/plugins/vbbridge.php on line 466 I would imagine that has something to do with the Forum Relative Path. My forums are in the main directory. I've tried several different things, including nothing at all.. What am I doing wrong? |
Quote:
|
Quote:
I tried it, and now it seems like the posts are posting to the forum, but still showing the error. |
Quote:
$vwd = getcwd(); Do as per the instructions in the limitations section (add the path): $vwd = getcwd('/some/path/to/vb'); |
The images that are included in a comment, like smilies, images/comment_arr.gif and the images/buttons/viewpost.gif are not displaying. It is because they are referencing the images relatively. Is there a way to set the references to be absolute?
|
Sure, you could.. In the template look for something along the lines of:
Code:
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/comment_arr.gif" alt="" /> |
Quote:
That works, but only for the comment_arr.gif. There are other images included in this line of code Code:
<?php echo $vbridge[vb_parser]->do_parse($reply->pagetext, false, true); ?> |
That is just the page text, not an image.
|
Take a look at this post on jeff's recipes. Look at it in IE so you can see the images not being displayed.
http://www.jeffsrecipes.com/2007/06/22/recipes/general-cooking/yes-i-will-be-canning-this-year/ The last comment has 2 missing images: 1 for the comment_arr.gif and another for the smiley. It is the smiley that I would like to show. |
Probably won't work because the way Vbulletin is coded to show the relative path. You can turn smileys off by changing the last argument to false:
do_parse($reply->pagetext, false, false) |
All times are GMT. The time now is 09:28 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|