Quote:
Originally Posted by hkocer
it worked on my wordpress 2.9.2 + VBB 4.0.3 setup, but once enabled the plugin , I am not able to upload any image in wordpress , anyone facing the same problem as me?
|
Try using the browser upload instead of the flash one.
By the way, I couldn't get the comments to bridge, people who made it, how did you do it? I think the attached instructions are obsolete since some lines I should be looking for are different.
Like
Code:
Find:
<?php if ( have_comments() ) : ?>
seems to have been replaced by
Code:
<?php if ($comments) ?>
I made the change nonetheless
Code:
<?php if ($comments and ($vbridge[id] == '')) : ?>
yet it's still using Wordpress comments.