Good Evening udfxrookie , You forgot to modify includes/constants.php file. Find: // Additional tables After add: // BEGIN mChat Mod define('MCHAT_TABLE', $table_prefix . 'mchat'); define('MCHAT_CONFIG_TABLE', $table_prefix . 'mchat_config'); // END mChat Mod ;) See you s...
Downloads Management, Displayed content by level of access, Available content in PDF Format, Multilingual content. Hmm... for attachments? I think I got that one already in the feature list. :) Can you explain this one a bit? Of course it will be translatable and supporting multiple language packs ...
In the language directory « /language/en_us/acp/ » it's missing the language file. You must take the language file from « /language/en/acp/ » and place the file in « /language/en_us/acp/ ».
Good evening, I suggest this for the text: {SMILIES_STATUS}<br /> {L_NO_HTML_AUTHORIZED} Open the language file language/en/posting.php . Find: 'NO_DELETE_POLL_OPTIONS' => 'You cannot delete existing poll options.', After add: 'NO_HTML_AUTHORIZED' => 'HTML is NOT allowed', See you soon,