السلام عليكم
في ملف
includes/functions_newpost.php
ابحث عن :
استبدله بِـ :
منقول
في ملف
includes/functions_newpost.php
ابحث عن :
كود:
if ($type == 'thread' AND $post['taglist']) {
كود:
// HACK : START : AUTO TAG // if ($type == 'thread' AND $post['taglist']) if ($type == 'thread') { if (!$post['taglist']) { $temptags = split(' ',$post['title']); $newtags = array(); require(DIR . '/includes/searchwords.php'); foreach ($temptags as $tag****) { if (strlen($tag****) <= 3 || in_array(strtolower($tag****), $badwords)) { // Do nothing } else { array_push($newtags,$tag****); } } $post['taglist'] = join(',',$newtags); } // HACK : END : AUTO TAG
تعليق