متصفحي : عدد المساهمات : 78 رتبتك : 193 معجب بموضيعك : 0 اشتركت : 08/04/2008 مضى من عمري : 25
المزيد عني !
[templates] كود تومبيلات اخر مواضيع المنتدى بصورة العضو فى اخر مساهمة موضوع: [templates] كود تومبيلات اخر مواضيع المنتدى بصورة العضو فى اخر مساهمة السبت فبراير 26, 2022 2:56 am السلام عليكم اعضائنا الكرام اليوم جبت لكم كود جديد من برمجة ذا بست كود اخر المواضيع بصورة العضو فى اخر مساهمة الكود فكرتى و عملى اتمنى يعجبكم ---------------------------------------- صورة للكود من هنآمعاينة مبآشره من هنآ---------------------------------------- طريقة تركيب الكود: اذهب الى لوحة الادارة >> مظهر المنتدى >> التومبيلات و القوالب >> ادارة عامة >> قالب overall_header و ابحث عن - الكود:
-
<td valign="top" width="{C1SIZE}"> <div id="{ID_LEFT}"> <!-- BEGIN giefmod_index1 --> {giefmod_index1.MODVAR} <!-- BEGIN saut --> <div style="height:{SPACE_ROW}px"></div> <!-- END saut --> <!-- END giefmod_index1 --> </div> </td> و استبدله بــ - الكود:
-
<td valign="top" width="100%"> <div id="center"> <!-- BEGIN giefmod_index1 --> {giefmod_index1.MODVAR} <!-- BEGIN saut --> <div style="height:{SPACE_ROW}px"></div> <!-- END saut --> <!-- END giefmod_index1 --> </div> </td></tr><tr> ---------------------------------------- ثم اذهب الى مظهر المنتدى مرة اخرى >> التومبيلات و القوالب >> البوابة >> اضغط تعديل على قالب mod_recent_topics امسح كل ما به و استبدله بهذا الكود - الكود:
-
<script> $(function() { $('.foryamany2 a').each(function() { var link = $(this).attr('href'); var title = $(this).text(); $(this).prepend('<a href="'+link+'" title="'+title+'"></a>'); $(this).children('a').load(link +'#page-body .forumline .row1.gensmall img:eq(0)', function() { $(this).children('img').attr('class','tlistAv'); }); $(this).find('a[href^="/u"]').insertBefore($(this)); }); }); </script> <style> .tlistAv { width: 16px; height: 16px; } </style> <!-- بداية ايطار علوى -->
<!-- نهاية ايطار علوى --> <!-- www.naruto-kingdom.0wn0.com --> <!-- BEGIN classical_row --> <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="3" align="center"><tbody> <thead><tr><th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="tcat"> <div class="ist">آخر المواضيع</div> </th></tr></thead> <tr> <td style="padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="100%"> <table border="0" cellpadding="0" cellspacing="0" colspan="3" width="100%"> <tr><td class="thead" colspan="2" width="50%"> <div class="title"><font color="black">عنوآن الموضوع</font></div> </td> <td class="thead" colspan="1" width="25%"> <div class="title"><font color="black">تآريخ الإرسآل</font></div> </td> <td class="thead" colspan="1" width="25%"> <div class="title"><font color="black">من طرف؟</font></div> </td></tr> <tr valign="top"> <td colspan="1" style="border-top: 0px none; padding: 0px; background: transparent url(http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/list.gif) no-repeat scroll center top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="24"><img src="http://2img.net/i/fa/empty.gif" width="24" border="0" /></td><td style="border-top: 0px none; padding: 0px; line-height: 20px; background-repeat: repeat;" align="left" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="50%"> <!-- BEGIN recent_topic_row --> <a href="{classical_row.recent_topic_row.U_TITLE}"><b><font style="font-family: Tahoma; font-size: 11px">{classical_row.recent_topic_row.L_TITLE}</font></b></a><br /> <!-- END recent_topic_row --> </td> <td style="border-top: 0px none; padding: 0px; line-height: 16.5px; background-repeat: repeat;" align="center" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="25%"> <span class="gensmall"> <!-- BEGIN recent_topic_row --> <img src="http://img816.imageshack.us/img816/9845/11750606.png" width="16px" height="16px" /> {ON} {classical_row.recent_topic_row.S_POSTTIME} <br /><!-- END recent_topic_row --> </span> </td> <td style="border-top: 0px none; padding: 0px; line-height: 17px; background-repeat: repeat;" align="left" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="25%"> <!-- BEGIN switch_poster --> <a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}">{classical_row.recent_topic_row.switch_poster.S_POSTER}</a> <!-- END switch_poster --> <!-- BEGIN switch_poster_guest --> {classical_row.recent_topic_row.switch_poster_guest.S_POSTER} <!-- END switch_poster_guest --> <!-- BEGIN recent_topic_row --> <div class="foryamany2"> <a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}"><font style="font-family: Tahoma; font-size: 11px">{classical_row.recent_topic_row.switch_poster.S_POSTER}</font></a> <br /> </div><!-- END recent_topic_row --> </td> </tr></table></td></tr></tbody></table> <!-- END classical_row --> <!-- code by EZEL & Naruto Kingdom --> <!-- بداية ايطار سفلى -->
<br /> |
|