#6070 - Option to install Conversr to a unique database This is a spacer post for a website comment topic. The content this topic relates to: #6070 - Option to install Conversr to a unique database By Guest posted 26th Nov 2024, 3:57 PM Do not fill this field in. I don't know if this will work for Conversr but I do know you can specify the following in _config.php: $SITE_INFO['db_forums'] = ''; $SITE_INFO['db_forums_host'] = ''; $SITE_INFO['db_forums_user'] = ''; $SITE_INFO['db_forums_password'] = ''; This is mainly for third-party forum drivers. You can give it a try for Conversr and let me know if it works. Migrate everything starting with (prefix)_f_* over to a new database, and fill these in your _config.php. 0 guests and 0 members have recently viewed this. Sort: Relevance Newest first Oldest first Rating Popularity
$SITE_INFO['db_forums'] = '';
$SITE_INFO['db_forums_host'] = '';
$SITE_INFO['db_forums_user'] = '';
$SITE_INFO['db_forums_password'] = '';
This is mainly for third-party forum drivers. You can give it a try for Conversr and let me know if it works. Migrate everything starting with (prefix)_f_* over to a new database, and fill these in your _config.php.