Quote:
Originally Posted by Jeff
It should not. The old version would allow VB users to log into the WP admin, whereas this version does not. It only bridges the users when they comment.
This the "Jalopy" Ryan?
|
Quick question... Will the old "comment replacement code" that went on my WP templates to show comment count still work with the new plugin?
This is the code I speak of:
Code:
#### Vbridge Replacement code for comments
if ($vbridge[id] > 0) {
?>
<a href="<?php echo get_option('vbb_VBURL') ?>/showthread.php?t=<?php echo $vbridge[id] ?>" class="ico-comment fl">(<?php echo $vbridge[count] ?>) Comments</a>
<?php
}
else {
?>
<!-- no post on the forum -->
<?php
}
##End Vbridge Replacement