Yes mate, we are a british site, most users are from here. My host is Apex Hosting.keitzy wrote:Do your users speak english natively?
The xml file being called is a facebook language xml. That is why the language file is called. May I ask who your host is as this is the first time I've heard of this occurring.
Code: Select all
You failed to provide a valid list of administrators. You need to supply the administrators using either a "fb:app_id" meta tag or a "fb:admins" meta tag to specify a comma-delimited list of Facebook users.
Code: Select all
global $config;
$get_locale = simplexml_load_file('http://www.facebook.com/translations/FacebookLocales.xml');
Code: Select all
global $config, $phpbb_root_path;
$get_locale = simplexml_load_file($phpbb_root_path . 'fb2011/FacebookLocales.xml');
Code: Select all
'FBLIKE' => ($forum_id == $auth_role['forum_id'] $config['fb2011_like_enable'] == 'no' ? '' : '<div .....
Code: Select all
'FBLIKE' => ($forum_id == $auth_role['forum_id'] || $config['fb2011_like_enable'] == 'no' ? '' : '<div ......