Forum-Version: ElkArte 1.0.4 and 1.1
In the German language will be written "Posts" with small letters in the settings Karma and Likes (1.1). This is not an error in the German language files. This is due to the property "strtolower". This property would in my opinion be removed. Please look here => http://support.elkarte-hilfe.de/index.php/topic,141.0.html
sources/admin/ManageFeatures.controller.php
1.0.4
line 1232
$colname = $initial_colname = 'cust_' . strtolower($matches[1]);
line 1598
array('int', 'likeMinPosts', 6, 'postinput' => strtolower($txt['posts'])),
1.1
line 1059
$colname = $initial_colname = 'cust_' . strtolower($matches[1]);
line 1386
array('int', 'karmaMinPosts', 6, 'postinput' => strtolower($txt['posts'])),
line 11422
array('int', 'likeMinPosts', 6, 'postinput' => strtolower($txt['posts'])),