الطريقه مهمه وشفناها في هاك vb Search Engine Optimization وللي ماركبه يستخدم التعديل التالي وهو مفيد لمحركات البحث حتى ما يفقد الموضوع اهميته وما يأرشف الروابط الغير مرغوبه
مثال على رابط قبل التعديل
تعديل روابط احصائية ورئيسية المنتدى goto=newpost - منتـديات شبكة صدى
للتوضيح اكثر =
vb/showthread.php?goto=newpost&t=6434
بعد التعديل الرابط الطبيعي
تعديل روابط احصائية ورئيسية المنتدى goto=newpost - منتـديات شبكة صدى
للتوضيح اكثر =
vb/showthread.php?t=6434
نسجل دخولنا للوحة تحكم المنتدى بعدها نختار الاستايل الرئيسي = تعديل القوالب .
بعدها نضغط على قوالب الموضوع ومنها نختار قالب threadbit
نبحث عن =
كود PHP:
<if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]" id="thread_gotonew_$thread[realthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></if>
نستبدله بالتالي =
كود PHP:
<if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]t=$thread[threadid]" id="thread_gotonew_$thread[realthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></if>
نحفظ التعديل ونفتح تمبلت forumhome_lastpostby
نبحث عن =
كود PHP:
<a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a>
نعدله الى =
كود PHP:
<a href="showthread.php?$session[sessionurl]t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a>
نحفظ التعديل ونبحث عن قالب topXstats_thread_bit
خاص باحصائيات اخر عشر مواضيع
نبحث عن =
كود PHP:
<td nowrap="nowrap"><div class="smallfont"><if condition="$getstats_thread[newpost]">$newpostprefix<else />$oldpostprefix</if> <a href="showthread.php?$session[sessionurl]goto=newpost&t=$getstats_thread[threadid]"
نستبدله بالتالي =
كود PHP:
<td nowrap="nowrap"><div class="smallfont"><if condition="$getstats_thread[newpost]">$newpostprefix<else />$oldpostprefix</if> <a href="showthread.php?$session[sessionurl]t=$getstats_thread[threadid]"
وهذا مهم جدا واعطينا محركات البحث رابط موحد للموضوع ومنها يكسب ثقة محركات البحث
ابن غياث