Hi,
Yeah i read the read me.
Some of the find and replaces wernt there, so i have done what i think it right. I think some of the functions have changed that WP uses.
PHP Code:
Find:
<?php if ( have_comments() ) : ?>
And replace with:
<?php if ( have_comments() and ($vbridge[id] == '')) : ?>
Doesnt exist. i have done this:
PHP Code:
<?php if ( ($comments) and ($vbridge[id] == '')) : ?>
Do i need to delete the WP comment form? Or have i missed a stage to use this to send comments to the forum.
Any help is much appreciated, i have done much reading through all the comments and of the readme etc.