forked from leftypol/leftypol
Allow the user to decide whether or not he wants to display his country
This commit is contained in:
parent
1ce9fb8174
commit
23c73ca839
4 changed files with 8 additions and 2 deletions
|
@ -274,6 +274,7 @@
|
|||
'file_url',
|
||||
'json_response',
|
||||
'user_flag',
|
||||
'no_country'
|
||||
);
|
||||
|
||||
// Enable reCaptcha to make spam even harder. Rarely necessary.
|
||||
|
@ -531,6 +532,9 @@
|
|||
// Attach country flags to posts.
|
||||
$config['country_flags'] = false;
|
||||
|
||||
// Allow the user to decide whether or not he wants to display his country
|
||||
$config['allow_no_country'] = false;
|
||||
|
||||
// Load all country flags from one file
|
||||
$config['country_flags_condensed'] = true;
|
||||
$config['country_flags_condensed_css'] = 'static/flags/flags.css';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue