Avatar

more_smilies_label - is not used (Bugs)

by Alex ⌂, Tuesday, July 02, 2013, 15:36 (3945 days ago) @ Micha

Hi Micha,

I think, the problem is line 16 in includes/js_defaults.inc.php:

$smarty->configLoad($settings['language_file'], 'general');

...should actually be:

$smarty->configLoad($language_file, 'general');

I'm wondering, because this problem is only related to this button and not to other bb-code buttons.

...and it only occurs if a user selects another language than the forum language is. The other button labels are generated by includes/posting.inc.php (can be seen if JavaScript is disabled), only the "more..." label and some other lables/titles are affected, because the wrong language strings are loaded in includes/js_defaults.inc.php.

Alex


Complete thread:

 RSS Feed of thread