المساعد الشخصي الرقمي

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



:: BarakaSoft Forum ::
10-13-2009, 01:13 PM
<div>
كلنا عرفين انهم عملو الهاك ولكن لم يعملو له الشرح الصحيح




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


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




في ملف /includes/functions_newpost.php


ابحث عن


رمز PHP:

if ($type == 'thread' AND $post&#91;'taglist'&#93;)



رمز PHP:

&#91;CENTER&#93;
{

&#91;/CENTER&#93;







استبدلة ب



رمز 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">&#91;CENTER&#93;
// if ($type == 'thread' AND $post&#91;'taglist'&#93;)

if ($type == 'thread')

{

if (!$post&#91;'taglist'&#93;) {

$temptags = split(' ',$post&#91;'title'&#93;);

$newtags = array();

require(DIR . '/includes/searchwords.php');

foreach ($temptags as $tagtext) {

if (strlen($tagtext<span style="color: #007700">)