<div><div align="center">السلام عليكم ورحمة الله وبركاتة
الشرح مقتبس من موضوع
http://www.traidnt.net/vb/traidnt1781158/
طبقت الشرح على 387 ولم تنجح
بتعديل بسيط على الشرح
في مجلد
includes
من ملف
functions_newpost.php
ابحث عن
رمز Code:
if ($type == 'thread' AND $post['taglist'])
{
استبدله
<div style="margin:20px; margin-top:5px"> رمز Code:
// 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 $tagtext) {
if (strlen($tagtext)