Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: pirat3 on July 30, 2007, 11:55:49 PM

Title: min words / post
Post by: pirat3 on July 30, 2007, 11:55:49 PM
I was trying to get this outdated mod to work on 1.1.2

http://www.simplemachines.org/community/index.php?topic=75892.msg891952#msg891952

I couldnt figure it out the guy on the 2nd page told me to find

$txt['not_done_continue'] = 'Continue';

and add with

$txt['core_configuration'] = 'Core Configuration';
$txt['other_configuration'] = 'Feature Configuration';
$txt['caching_settings'] = 'Caching';
$txt['minWordLen'] = 'Minimum words per post';
$txt['minWordLen_zero'] = '0 for no minimum.';
$txt['minWordLen_words'] = 'words';
$txt['minChar'] = 'Minimum characters per post';
$txt['minChar_zero'] = '0 for no minimum.';
$txt['minChar_chars'] = 'characters';

But i cant find the option anywhere, can anyone help convert this for 1.1.2?