اسهل طريقة غير معقدة تمكنك من رفع الرسالة الأدارية لأعلى عن طريق تحرير قالب show_msg.tpl
ووضع الجدول الخاص بالرسالة الادارية داخل هذا الكود
CODE
<div style="position: absolute; width: 100%; height: 100px; z-index: 1; top:100px" id="layer1">
يييييييييييييييييييييييييييييييييي
</div>
حيث يمكنك التحكم بمكان ظهورها عن طريق top:100px
ليصبح هكذا :
CODE
<div style="position: absolute; width: 100%; height: 100px; z-index: 1; top:100px" id="layer1">
<table border="0" cellspacing="1" width="60%" class="border" align="center">
<tr>
<td class="thead" colspan="2" height="23">
<b>{$lang['PBB_Message']} </b>
</td>
</tr>
<tr>
<td class="darkrow" colspan="2">
<p> {$msg} </p>
</td>
</tr>
</table>
</div>
تم تحرير المشاركة بواسطة :Soliman
بتاريخ:11-03-2012 01:48 صباحاً
الساعة الآن 07:25 AM