تعديل وتجميل مكان أيقونات المشاركة
اخواني واخواتي الكرام
اود ان اطرح لكم تعديل بسيط وتجميل مكان أيقونات المشاركة
طريقة التركيب
ندخل لوحة التحكم الادارة >> ابحث بالقوالب ونبحث عن القالب : posticons
قبل الحذف اخذ نسخه احتياطيه وبعدين
حذف مابدخله كامل واستبدله بهذا الكود
كود:
<if condition="$show['posticons']">
<script type="text/javascript">
<!--
function swap_posticon(imgid)
{
var out = fetch_object("display_posticon");
var img = fetch_object(imgid);
if (img)
{
out.src = img.src;
out.alt = img.alt;
}
else
{
out.src = "$vboptions[cleargifurl]";
out.alt = "";
}
}
// -->
</script>
<fieldset class="fieldset" style="width:740; height:58; margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:0px">
<legend>$vbphrase[post_icons]</legend>
<div style="padding:$stylevar[formspacer]px">
<table cellpadding="0" cellspacing="$stylevar[cellspacing]" border="0" width="95%">
<tr>
<td colspan="15" align="right"><div style="margin-bottom:$stylevar[formspacer]px">
<b>$vbphrase[may_choose_icon_for_message]:
</b>
<label for="rb_iconid_1">
<input type="radio" name="iconid" value="0" id="rb_iconid_1" tabindex="1" onclick="swap_posticon(null)" style="font-weight: 700" checked /><b>$vbphrase[no_icon]
</b></label></div></td>
</tr>
<tr>
<td width="0" nowrap="nowrap"></td>
$posticonbits
<if condition="$show['addedspan']"><td colspan="$remainingspan"> </td></if>
</tr>
</table>
</div>
</fieldset></if>
وهكذا انتهينا من التعديل
اتمنى الشرح واضح للجميع
وتقبلوا تحياتي
اخوكم
دايم السيف