Krótko.
Instaluje modyfikacje mChat. mam pytanie co do edycji. np
Kod: Zaznacz cały
Find
Tip: This may be a partial find and not the whole line.
Code:Select all
'U_FAQ' => append_sid("{$phpbb_root_path}faq.$phpEx"),
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select all
// BEGIN mChat Mod
'U_MCHAT' => $auth->acl_get('u_mchat_view') && $mchat_custom_page ? append_sid("{$phpbb_root_path}mchat.$phpEx") : '',
'S_MCHAT_ON_INDEX' => (!empty($config['mchat_on_index']) && !empty($user->data['user_mchat_index'])) ? true : false,
'S_MCHAT_ENABLE' => (!empty($config['mchat_enable']) && $auth->acl_get('u_mchat_view')) ? true : false,
// END mChat Mod
Czy zawsze musze zmieniac te wartosci ?