
المشاركة الأصلية كتبت بواسطة قروي
ممكن هذ االهاك يا بو صالح
الا يطلع تحت كل موضوع ينكتب
و هذي الصورة تطلع فيه
صرلي مدة ادور عنه
الف شكر لك مقدماً
هنا الطريقة يالغالي
شرح الخطوات
الموضوع بالطول التعديل على تمبلت: postbit_legacy
من يستخدم شكل الموضوع بالعرض: postbit
إفتح تمبلت: postbit_legacy
إبحث عن التالي:
كود PHP:
<!-- post $post[postid] popup menu -->
أعلى منه ضع الكود التالي:
كود PHP:
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">مساحة إعلانية</td>
</tr>
<tr>
<td class="alt1">
<TABLE style="BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 width="100%" border=1>
<tr>
<td width="25%">
<p align="center">
<img border="0" src="رابط الصورة" width="160" height="34"></td>
<td width="25%">
<p align="center">
<img border="0" src="رابط الصورة" width="160" height="34"></td>
<td width="25%">
<p align="center">
<img border="0" src="رابط الصورة" width="160" height="34"></td>
<td width="25%">
<p align="center">
<img border="0" src="رابط الصورة" width="160" height="34"></td>
</tr>
</table>
</td>
</tr>
</table>
<br />
وبالإمكان عرض الإعلان لمجموعة فقط بإضافة الأمر التالي:
رقم 1 هو رقم مجموعة الزوار
كود PHP:
<if condition="$bbuserinfo['usergroupid'] ==1">
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">مساحة إعلانية</td>
</tr>
<tr>
<td class="alt1">
<TABLE style="BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 width="100%" border=1>
<tr>
<td width="25%">
<p align="center">
<img border="0" src="رابط الصورة" width="160" height="34"></td>
<td width="25%">
<p align="center">
<img border="0" src="رابط الصورة" width="160" height="34"></td>
<td width="25%">
<p align="center">
<img border="0" src="رابط الصورة" width="160" height="34"></td>
<td width="25%">
<p align="center">
<img border="0" src="رابط الصورة" width="160" height="34"></td>
</tr>
</table>
</td>
</tr>
</table>
<br />
</if>
وبالتوفيق ان شاء الله