Added: /pol/-like flags based on a953229de7

Conflicts:
	inc/config.php
	templates/post_form.html
This commit is contained in:
kaf 2014-04-19 12:56:59 +00:00 committed by czaks
parent 17967436e3
commit f83c87b623
4 changed files with 46 additions and 0 deletions

View file

@ -531,6 +531,21 @@
$config['country_flags_condensed'] = true;
$config['country_flags_condensed_css'] = 'static/flags/flags.css';
// Let the user choose a /pol/-like user_flag that will be shown in the post. For the user flags, please be aware
// that you will have to disable BOTH country_flags and contry_flags_condensed optimization (at least on a board
// where they are enabled).
$config['user_flag'] = false;
// List of user_flag the user can choose. Flag must be placed in the directory set by $config['uri_flags']
$config['user_flags'] = [];
/* example: 
$config['user_flags'] = array (
'nz' => 'Nazi',
'cm' => 'Communist',
'eu' => 'Europe'
);
*/
/*
* ====================
* Ban settings