These are the names of the tables in my b2 database:
b2categories
b2comments
b2linkcategories
b2links
b2posts
b2settings
b2users
wp_linkcategories
wp_links
and this is the part of the config.php file you are refering to, right?
$tableposts = ‘b2posts’;
$tableusers = ‘b2users’;
$tablesettings = ‘b2settings’;
$tablecategories = ‘b2categories’;
$tablecomments = ‘b2comments’;
// tables for link manager
$tablelinks = “b2links”;
$tablelinkcategories = “b2linkcategories”;
I think everything looks fine here. Any other suggestions? (LOL, on the load time-version number).
Thanks, Shawn.