View Single Post
03-02-2011, 12:11 PM   #4
Ryan1938
Junior Member
 
Join Date: Feb 2011
Posts: 5
Rep Power: 0
Ryan1938 is getting browny points
Quote:
Originally Posted by Jeff View Post
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

Last edited by Ryan1938; 03-02-2011 at 12:14 PM.
Ryan1938 is offline   Reply With Quote