Messing around with my own country issue and ran across this in classes/BxDolBrowse.php; is "counrty" a deliberate spelling or is it supposed to be "country"?
case 'counrty' :
if ( !isset($this -> aMembersInfo[$sBackKey]['counrty']) )
{
$aCountryArray[$sBackKey]['counrty'] = $this -> getCountriesCount($sQuery);
if ( !$sOnline )
{
$this -> writeCache($aCountryArray);
}
return $aCountryArray[$sBackKey]['counrty'];
}
else
{
return $this -> aMembersInfo[$sBackKey]['counrty'];
}