Удаляя эту строку получаю полностью работоспособный мод, только отсутствуют смайлы. Не очень хорошо(Call to undefined function generate_smilies() in /public_html/viewtopic.php on line 1779
Господа знатоки, где закралась проблема?
Удаляя эту строку получаю полностью работоспособный мод, только отсутствуют смайлы. Не очень хорошо(Call to undefined function generate_smilies() in /public_html/viewtopic.php on line 1779
Код: Выделить всё
// Build custom bbcodes array
display_custom_bbcodes();
// Generate smiley listing
generate_smilies('inline', $forum_id);
if ($config['enable_post_confirm'] && !$user->data['is_registered'])
{
include($phpbb_root_path . 'includes/captcha/captcha_factory.' . $phpEx);
$captcha =& phpbb_captcha_factory::get_instance($config['captcha_plugin']);
$captcha->init(CONFIRM_POST);
}
Код: Выделить всё
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);Код: Выделить всё
include($phpbb_root_path . 'includes/functions_posting.' . $phpEx);