Support System plugin add_global_tables

ChuckS
Expert
Friendly Neighbour

Member    Likes (0)

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');

add_global_table('admin_global');
add_global_table('system_faq');
add_global_table('system_faq_cats');
add_global_table('system_tickets');
add_global_table('system_tickets_cats');
add_global_table('system_tickets_messages');

//------------------------------------------------------------------------//

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!

WordPress Questions?

We've got answers!

  • 350+ Premium Plugins & Themes
  • 'Your WordPress Team' support
  • WordPress Nirvana from just $19

Find out more »