Hello,
Thanks for the great plugin! I just installed it into WPMU 2.7.1 with Multi-DB installed. Everything seems to be working fine. The install created the db tables into a regular Multi-db ( _d4) and not the global db. Here’s my addition to the db-config.php:
// Usage: add_global_table(TABLE_NAME)
// EX: add_global_table(‘something’:wink:;
add_global_table(‘admin_global’:wink:;
add_global_table(‘system_faq’:wink:;
add_global_table(‘system_faq_cats’:wink:;
add_global_table(‘system_tickets’:wink:;
add_global_table(‘system_tickets_cats’:wink:;
add_global_table(‘system_tickets_messages’:wink:;
//
//
Here’s what the db looks like. Apparently the forums, templates and supporter plugins are in there too.
admin_d4 (12)
wp_forums
wp_gb_templates
wp_posts
wp_supporters
wp_supporter_ads
wp_supporter_transactions
wp_support_faq
wp_support_faq_cats
wp_support_tickets
wp_support_tickets_cats
wp_support_tickets_messages
wp_topics
Am I OK, or am I doing something wrong?
Much Thanks!