اقتباس:
المشاركة الأصلية كتبت بواسطة بلال سعيد
السلام عليكم ورحمة الله وبركاتة الف شكررر اخى الكريم على هذا الخدمه الجميله وانا كنت عاوز هاك Thread Thumbnail وهو هاك مصغرات المواضيع http://www.vbulletin.org/forum/showthread.php?t=158396 انا قمت باحضاره من احد المواقع للنسخه 3.6.8 بس مشتغلش وكنت عاوزك تجبهولى للنسخه 3.6.8 بس يكون شغال علشان انا لقيته فى الكثر من المواقع شغال عندهم ونفس نسختى فى انتظار الهاك .,,....... وجزاك الله كل خير |
بالنسبة للتعديلات افتح القالب threadbit
أبحث عن
كود PHP:
<if condition="$show['threadicons']">
<td class="alt2">
<if condition="$show['threadicon']">
<img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" />
<else />
</if>
</td>
</if>
وضع مكانها
كود PHP:
<if condition="$show['threadicons']">
<td class="alt2" align="center" valign="middle">
<if condition="$tt_displaythumbs">
<if condition="($thread['attachmentid']) AND ($thread['thumbsize'])">
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]">
<img src="attachment.php?attachmentid=$thread[attachmentid]&stc=1&thumb=1" alt="" border="0" />
</a>
<else />
<img src="$stylevar[imgdir_misc]/nothumb.jpg" alt="" border="0" />
</if>
<else />
<if condition="$show['threadicon']">
<img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" />
</if>
</if>
</td>
</if>
البرودكت بالمرفقات