المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : حذف الوقت والتاريخ



walid
10-30-2013, بتوقيت غرينيتش 09:26 PM
http://www.dzbatna.com/images/icons/icon30.gif ط*ط°ظپ ط§ظ„ظˆظ‚طھ ظˆط§ظ„طھط§ط±ظٹط® (http://www.dzbatna.com/t1795146/)



سلام عليكم



هالتعديل فائدته حذف الوقت والتاريح لآخر مشاركه مع الاحتفاظ بزر اخر مشاركه



مثال شاهده الصورتين



قبل التعديل


http://www.twa9el.com/up1/uploads/images/www.twa9el.come69b164f66.png (http://www.twa9el.com/up1/uploads/images/www.twa9el.come69b164f66.png)






بعد التعديل


http://www.twa9el.com/up1/uploads/images/www.twa9el.comb722159f90.png (http://www.twa9el.com/up1/uploads/images/www.twa9el.comb722159f90.png)




الطريقه كالاتي


ابحث عن قالب template مع الإحتفاظ بنسخه منه لا سمح الله

forumhome_lastpostby

بعدها امسح مافي داخله كاملا واضف الكود code التالي




رمز PHP:

<code style="white-space:nowrap"> <code> <!-- by www.twa9el.com -->
<if condition="$show&#91;'lastpostinfo'&#93;">
<div class="smallfont" align="$stylevar&#91;left&#93;">
<div>
<span style="white-space:nowrap">
<if condition="$show&#91;'icon'&#93;"><img class="inlineimg" src="$icon&#91;iconpath&#93;" alt="$icon&#91;title&#93;" border="0" /></if>
<if condition="$lastpostinfo&#91;'prefix'&#93;">
$lastpostinfo&#91;prefix&#93;
</span><if condition="is_browser('safari')"><!--bug#24775-->&nbsp;</if>
<span style="white-space:nowrap">
</if>
<a href="showthread.php?$session&#91;sessionurl&#93;goto=newpost&amp;t= $lastpostinfo&#91;lastthreadid&#93;" style="white-space:nowrap" title="<phrase 1="$lastpostinfo&#91;lastthread&#93;">$vbphrase&#91;go_first_unread_in_thread_x&#93;</phrase>"><strong>$lastpostinfo&#91;trimthread&#93;</strong></a></span>
</div>
<div style="text-align:right;white-space:nowrap<if condition="is_browser('ie', 6)">; float:$stylevar&#91;left&#93;</if>">
<phrase 1="member.php?$session&#91;sessionurl&#93;find=lastposter&amp;f=$ lastpostinfo&#91;forumid&#93;" 2="$lastpostinfo&#91;lastposter&#93;">$vbphrase&#91;by_x&#93;</phrase>
</div>



<div align="$stylevar&#91;right&#93;" style="white-space:nowrap">
<a href="showthread.php?$session&#91;sessionurl&#93;p=$lastpostinfo &#91;lastpostid&#93;#post$lastpostinfo&#91;lastpostid&#93;"><img class="inlineimg" src="$stylevar&#91;imgdir_button&#93;/lastpost.gif" alt="$vbphrase&#91;go_to_last_post&#93;" border="0" /></a>
</div>
</div>
<else />
<div class="smallfont" align="$stylevar&#91;right&#93;">
<a href="showthread.php?$session&#91;sessionurl&#93;p=$lastpostinfo &#91;lastpostid&#93;"><img class="inlineimg" src="$stylevar&#91;imgdir_button&#93;/lastpost.gif" alt="$vbphrase&#91;go_to_last_post&#93;" border="0" /></a>
</div>
</if>
<div>
</div>
<!-- by www.twa9el.com -->
</code> </code>










الكود code التالي فقط اظهار التاريخ يعني الوقت ما يظهره

رمز PHP:

<code style="white-space:nowrap"> <code> <!-- by www.twa9el.com -->
<if condition="$show&#91;'lastpostinfo'&#93;">
<div class="smallfont" align="$stylevar&#91;left&#93;">
<div>
<span style="white-space:nowrap">
<if condition="$show&#91;'icon'&#93;"><img class="inlineimg" src="$icon&#91;iconpath&#93;" alt="$icon&#91;title&#93;" border="0" /></if>
<if condition="$lastpostinfo&#91;'prefix'&#93;">
$lastpostinfo&#91;prefix&#93;
</span><if condition="is_browser('safari')"><!--bug#24775-->&nbsp;</if>
<span style="white-space:nowrap">
</if>
<a href="showthread.php?$session&#91;sessionurl&#93;goto=newpost&amp;t= $lastpostinfo&#91;lastthreadid&#93;" style="white-space:nowrap" title="<phrase 1="$lastpostinfo&#91;lastthread&#93;">$vbphrase&#91;go_first_unread_in_thread_x&#93;</phrase>"><strong>$lastpostinfo&#91;trimthread&#93;</strong></a></span>
</div>
<div style="text-align:right;white-space:nowrap<if condition="is_browser('ie', 6)">; float:$stylevar&#91;left&#93;</if>">
<phrase 1="member.php?$session&#91;sessionurl&#93;find=lastposter&amp;f=$ lastpostinfo&#91;forumid&#93;" 2="$lastpostinfo&#91;lastposter&#93;">$vbphrase&#91;by_x&#93;</phrase>
</div>
<div align="$stylevar&#91;right&#93;" style="white-space:nowrap">
$lastpostinfo&#91;lastpostdate&#93;&nbsp;
<a href="showthread.php?$session&#91;sessionurl&#93;p=$lastpostinfo &#91;lastpostid&#93;#post$lastpostinfo&#91;lastpostid&#93;"><img class="inlineimg" src="$stylevar&#91;imgdir_button&#93;/lastpost.gif" alt="$vbphrase&#91;go_to_last_post&#93;" border="0" /></a>
</div>
</div>
<else />
<div class="smallfont" align="$stylevar&#91;right&#93;">
$lastpostinfo&#91;lastpostdate&#93;&nbsp;
<a href="showthread.php?$session&#91;sessionurl&#93;p=$lastpostinfo &#91;lastpostid&#93;"><img class="inlineimg" src="$stylevar&#91;imgdir_button&#93;/lastpost.gif" alt="$vbphrase&#91;go_to_last_post&#93;" border="0" /></a>
</div>
</if>
<div>
</div>
<!-- by www.twa9el.com -->
</code> </code>






ارجوا عدم ازالة حقوقي وشكرا





التعديل الأخير كان بواسطة أصيل العود; 23 - 02 - 2014 الساعة 23:22 السبب: اضافة كود code ثاني جديد يظهر التاريخ

ألعاب الأندرويد مجانا و حصريا (http://www.apotox.info/forum)



https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-ash4/482113_236967293114455_1193518507_n.png (http://www.dzbatna.com)
©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى (http://www.dzbatna.com)©

استعمل مربع البحث في الاسفل لمزيد من المواضيع


سريع للبحث عن مواضيع في المنتدى