I'm having a problem getting the author name to display on my posts. This plugin was working fine before, until I just noticed the author name was linking to the WP author page (which doesn't exist). I guessed this must have been due to a Wordpress update, so I restored the vbbridge code:
Code:
<a href=<?php echo get_option('vbb_VBURL') ?>/member.php?u=<?php echo $vbridge[thread_starter] ?>><?php echo $vbridge['postusername'] ?></a>
But for some reason, it will no longer display the username. When I view the source there, the correct link to my VB profile is there, but no username?