Great Plugin! I just got 2 questions:
1) About the user mapping, I got several users who exist in WP and vB with the same account name. So best practise would be, to rename those Users in WP and THEN activate the plugin?
2) About the comment URLs:
Code:
<a href=<?php echo get_option('vbb_VBURL') ?>/showthread.php?t=<?php echo $vbridge[id] ?>>(<?php echo intval($vbridge[count]) ?>) comments</a> | <a href=<?php echo get_option('vbb_VBURL') ?>/newreply.php?do=newreply&noquote=1&t=<?php echo $vbridge[id] ?>>Add your comments</a>
I guess there's no possibility to show the vBSEO URL instead of the "old" showthread.php URL right?
Thanks a lot!