Re: bbSync
Sneaky, I have an idea of what it is. Find this line near the beginning:
$bbprefix = get_option( 'wpbb_bbprefix' );
And replace with
$bbprefix = 'bb_';
or your actual bb table prefix.
Sneaky, I have an idea of what it is. Find this line near the beginning:
$bbprefix = get_option( 'wpbb_bbprefix' );
And replace with
$bbprefix = 'bb_';
or your actual bb table prefix.