[Template] : شرح اضافة كلمات دليلية تلقائياً للموضوع

SH3A3-Q

ابو الميرزا
طاقم الإدارة
إنضم
14 نوفمبر 2007
المشاركات
48,670
النقاط
113
العمر
49
الإقامة
QATIF-القطيف
<div>
كلنا عرفين انهم عملو الهاك ولكن لم يعملو له الشرح الصحيح​



لكم الحل والشرح​

قم بالتعديل التالي​



في ملف /includes/functions_newpost.php​

ابحث عن​


رمز PHP:
if ($type == 'thread' AND $post['taglist'])


رمز PHP:
[CENTER]
{

[/
CENTER]





استبدلة ب​


رمز PHP:
// HACK : START : AUTO TAG




<div style="margin:20px; margin-top:5px"> رمز PHP:
<div class="alt2"> <div dir="ltr" style="text-align:left;"> <span style="color: #000000">[CENTER]
// 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<span style="color: #007700">)
 
عودة
أعلى أسفل