The code at the top of forum's functions.inc might end up looking like
this:
--- SNIP ---
/**
* Add to $_TABLES array the tables forum plugin uses
*/
$_TABLES['forum_userprefs'] = $_DB_table_prefix . 'forum_userprefs';
$_TABLES['forum_topic'] = $_DB_table_prefix . 'forum_topic';
$_TABLES['forum_categories'] = $_DB_table_prefix . 'forum_categories';
$_TABLES['forum_forums'] = $_DB_table_prefix . 'forum_forums';
$_TABLES['forum_watch'] = $_DB_table_prefix . 'forum_watch';
$_TABLES['forum_moderators'] = $_DB_table_prefix . 'forum_moderators';
$_TABLES['forum_banned_ip'] = $_DB_table_prefix . 'forum_banned_ip';
$_TABLES['forum_log'] = $_DB_table_prefix . 'forum_log';
$_TABLES['forum_userinfo'] = $_DB_table_prefix . 'forum_userinfo';
/**
* Deprecated references to tables. Do not use these,
* as they will be soon removed.
*/
$_TABLES['gf_userprefs'] = $_DB_table_prefix . 'forum_userprefs';
$_TABLES['gf_topic'] = $_DB_table_prefix . 'forum_topic';
$_TABLES['gf_categories'] = $_DB_table_prefix . 'forum_categories';
$_TABLES['gf_forums'] = $_DB_table_prefix . 'forum_forums';
$_TABLES['gf_watch'] = $_DB_table_prefix . 'forum_watch';
$_TABLES['gf_moderators'] = $_DB_table_prefix . 'forum_moderators';
$_TABLES['gf_banned_ip'] = $_DB_table_prefix . 'forum_banned_ip';
$_TABLES['gf_log'] = $_DB_table_prefix . 'forum_log';
$_TABLES['gf_userinfo'] = $_DB_table_prefix . 'forum_userinfo';
--- SNIP ---
Rouslan
2011/7/6 Rouslan Placella <rou...@placella.com>:
> --
> You received this message because you are subscribed to the Google Groups "Geeklog Forum" group.
> To post to this group, send email to geeklo...@googlegroups.com.
> To unsubscribe from this group, send email to geeklog-foru...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/geeklog-forum?hl=en.
>
>
--
dengen