View Single Post
  #3  
Old 06-16-2014, 04:02 AM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 90,899
Kyttias is on a distinguished road
Default

Here's what mine looks like. Information I've removed has been replaced with *** -

inc/config_forums.php -
Code:
<?php
//Mysidia Adoptables Site Configuration File

//Forum Integration Info: MyBB
$mybbenabled = 1; // 0 = disabled, 1 = enabled
$mybbhost = 'localhost'; // Consult your host if you believe this field is not localhost
$mybbuser = '***';
$mybbpass = '***';
$mybbdbname = '***';
$mybbpath = '/forum';
$mybbprefix = 'mybb_'; // This is the default setting as you install MyBB forum, feel free changing it if you have a different prefix
$mybbremember = -1;  		
?>
You'll also have to remember to log onto the forums and disable registration through the forum. Once logged into Mysidia, visit the forum, then go to the Admin CP > Configuration > User Registration and Profile Options > Disable Registrations > Yes.


This way the number of users stay synced, in case someone accidentally registers through the forum instead of the actual site. This way, that can't happen, so there won't be any issues down the line.
Reply With Quote