Discuz Thai

 ลืมรหัสผ่าน
 สมัครสมาชิก

ข้อตกลงการใช้งานกระดานข่าวดิสคัสไทย DiscuzThai Agreement (English Version) ประกาศดิสคัสไทย - ทำเนียบดิสคัสภาษาไทย

Discuz! X3.5 Thai R20231001 Rev.8 (NEW) [วิดีโอช่วยสอน] อัปเกรด Discuz! X3.4 เป็น X3.5 Discord ของ Discuz! Thai Community อย่างเป็นทางการ

Discuz! X3.4 Thai R20220811 (REV.75) สิ้นสุดการสนับสนุน Discuz! X3.4 ภาษาไทยตั้งแต่วันนี้เป็นต้นไป (ขอแนะนำให้อัปเกรดเป็น X3.5 แทน)

ค้นหา
แท็กยอดนิยม: ดิสคัสภาษาไทย Discuz Thai
ดู: 34886|ตอบกลับ: 96

[MY]Alternative Forumdisplay discuz 7.0

  [คัดลอกลิงก์]
buachompoox โพสต์ 2009-1-27 01:50:36 |โหมดอ่าน


Easy Install upload annex

Uploads Solution :
.images/default/views.gif
.templates/default/css_append.htm
.templates/default/forumdisplay.htm


Last step update css cach !!!



Manual Install Modify templates

1 MOD .templates/default/css_append.htm ADD code
  1. .today { width:60px; height:40px; float:left; background:url({IMGDIR}/views.gif) no-repeat center top; margin:1px; text-align:center; color:#217AB3; font-weight:bold; font-size:12px; line-height:18px; font-family: Georgia, "Times New Roman", Times, serif; padding-right:3px;}
  2. .today p { display:block; font-weight:100; margin:0px; padding:0px; border:0px; color:#858D92; font-size:11px; }
คัดลอกไปที่คลิปบอร์ด
2. MOD .templates/default/forumdisplay.htm Find Code
  1.                 <div id="threadlist" class="threadlist datalist" style="position: relative;">
  2.                 <form method="post" name="moderate" id="moderate" action="topicadmin.php?action=moderate&fid=$fid&infloat=yes&nopost=yes">
  3.                         <input type="hidden" name="formhash" value="{FORMHASH}" />
  4.                         <input type="hidden" name="listextra" value="$extra" />
  5.                         <table summary="forum_$fid" {if !$separatepos}id="forum_$fid"{/if} cellspacing="0" cellpadding="0" class="datatable">
  6.                                 <thead class="colplural">
  7.                                         <tr>
  8.                                                 <td class="folder">&nbsp;</td>
  9.                                                 <td class="icon">&nbsp;</td>
  10.                                                 <!--{if $forum['ismoderator']}--><td class="icon">&nbsp;</td><!--{/if}-->
  11.                                                 <th>{lang subject}</th>
  12.                                                 <td class="author">{lang author}</td>
  13.                                                 <td class="nums">{lang replies}/{lang views}</td>
  14.                                                 <td class="lastpost"><cite>{lang lastpost}</cite></td>
  15.                                         </tr>
  16.                                 </thead>

  17.                                 <!--{if $page == 1 && !empty($announcement)}-->
  18.                                 <tbody>
  19.                                         <tr>
  20.                                                 <td class="folder"><img src="{IMGDIR}/ann_icon.gif" alt="{lang announcement}" /></td>
  21.                                                 <td class="icon">&nbsp;</td>
  22.                                                 <!--{if $forum['ismoderator']}--><td class="icon">&nbsp;</td><!--{/if}-->
  23.                                                 <th class="subject"><strong>{lang announcement}: <!--{if empty($announcement['type'])}--><a href="announcement.php?id=$announcement[id]#$announcement[id]" target="_blank">$announcement[subject]</a><!--{else}--><a href="$announcement[message]" target="_blank">$announcement[subject]</a><!--{/if}--></strong></th>
  24.                                                 <td class="author">
  25.                                                         <cite><a href="space.php?uid=$announcement[authorid]">$announcement[author]</a></cite>
  26.                                                         <em>$announcement[starttime]</em>
  27.                                                 </td>
  28.                                                 <td class="nums">&nbsp;</td>
  29.                                                 <td class="lastpost">&nbsp;</td>
  30.                                         </tr>
  31.                                 </tbody>
  32.                                 <!--{/if}-->

  33.                                 <!--{if $threadcount}-->
  34.                                 <!--{loop $threadlist $key $thread}-->

  35.                                 <!--{if $separatepos == $key + 1}-->
  36.                                 <tbody>
  37.                                         <tr>
  38.                                                 <td class="folder"></td><td>&nbsp;</td>
  39.                                                 <!--{if $forum['ismoderator']}--><td>&nbsp;</td><!--{/if}-->
  40.                                                 <th class="subject">{lang forum_thread}</th><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>
  41.                                         </tr>
  42.                                 </tbody>
  43.                                 <!--{/if}-->
  44.                                 <tbody id="$thread[id]" {if in_array($thread['displayorder'], array(4, 5))}style="display: none"{/if}>
  45.                                         <tr>
  46.                                                 <td class="folder">
  47.                                                         <a href="viewthread.php?tid=$thread[tid]&amp;extra=$extra" title="{lang target_blank}" target="_blank">
  48.                                                         <!--{if $thread[folder] == 'lock'}-->
  49.                                                                 <img src="{IMGDIR}/folder_lock.gif" alt="Lock" />
  50.                                                         <!--{elseif in_array($thread['displayorder'], array(1, 2, 3))}-->
  51.                                                                 <img src="{IMGDIR}/pin_$thread[displayorder].gif" alt="$threadsticky[3-$thread[displayorder]]" />
  52.                                                         <!--{else}-->
  53.                                                                 <img src="{IMGDIR}/folder_$thread[folder].gif" alt="$thread[folder]" />
  54.                                                         <!--{/if}-->
  55.                                                         </a>
  56.                                                 </td>
  57.                                                 <td class="icon">
  58.                                                 <!--{if $thread['special'] == 1}-->
  59.                                                         <a href="forumdisplay.php?fid=$fid&amp;filter=poll"><img src="{IMGDIR}/pollsmall.gif" alt="{lang thread_poll}" /></a>
  60.                                                 <!--{elseif $thread['special'] == 2}-->
  61.                                                         <a href="forumdisplay.php?fid=$fid&amp;filter=trade"><img src="{IMGDIR}/tradesmall.gif" alt="{lang thread_trade}" /></a>
  62.                                                 <!--{elseif $thread['special'] == 3}-->
  63.                                                         <a href="forumdisplay.php?fid=$fid&amp;filter=reward"><img src="{IMGDIR}/rewardsmall.gif" alt="{lang thread_reward}" <!--{if $thread['price'] < 0}-->class="solved"<!--{/if}--> /></a>
  64.                                                 <!--{elseif $thread['special'] == 4}-->
  65.                                                         <a href="forumdisplay.php?fid=$fid&amp;filter=activity"><img src="{IMGDIR}/activitysmall.gif" alt="{lang thread_activity}" /></a>
  66.                                                 <!--{elseif $thread['special'] == 5}-->
  67.                                                         <a href="forumdisplay.php?fid=$fid&amp;filter=debate"><img src="{IMGDIR}/debatesmall.gif" alt="{lang thread_debate}" /></a>
  68.                                                 <!--{elseif $thread['special'] == 6}-->
  69.                                                         <a href="forumdisplay.php?fid=$fid&amp;filter=video"><img src="{IMGDIR}/videosmall.gif" alt="{lang thread_video}" /></a>
  70.                                                 <!--{else}-->
  71.                                                         $thread['icon']
  72.                                                 <!--{/if}-->
  73.                                                 </td>
  74.                                                 <!--{if $forum['ismoderator']}-->
  75.                                                 <td class="icon">
  76.                                                         <!--{if $thread['fid'] == $fid && $thread['digest'] >= 0}-->
  77.                                                                 <input onclick="modclick(this)" class="checkbox" type="checkbox" name="moderate[]" value="$thread[tid]" />
  78.                                                         <!--{else}-->
  79.                                                                 <input class="checkbox" type="checkbox" disabled="disabled" />
  80.                                                         <!--{/if}-->
  81.                                                 </td>
  82.                                                 <!--{/if}-->
  83.                                                 <th class="subject $thread[folder]">
  84.                                                         <label>
  85.                                                         <!--{if $thread['rate'] > 0}-->
  86.                                                                 <img src="{IMGDIR}/agree.gif" alt="{lang rate_credit_add}" title="{lang rate_credit_add}" />
  87.                                                         <!--{elseif $thread['rate'] < 0}-->
  88.                                                                 <img src="{IMGDIR}/disagree.gif" alt="{lang rate_credit_reduce}" title="{lang rate_credit_reduce}" />
  89.                                                         <!--{/if}-->
  90.                                                         <!--{if $thread['digest'] > 0}-->
  91.                                                                 <img src="{IMGDIR}/digest_$thread[digest].gif" alt="{lang thread_digest} $thread[digest]" title="{lang thread_digest} $thread[digest]" />
  92.                                                         <!--{/if}-->
  93.                                                         &nbsp;</label>
  94.                                                         <!--{if $thread['moved']}-->
  95.                                                                 <!--{if $forum['ismoderator']}-->
  96.                                                                         <a href="topicadmin.php?action=moderate&optgroup=3&operation=delete&tid=$thread[moved]" onclick="floatwinreset = 1;floatwin('open_mods', this.href, 250, 215);return false">{lang thread_moved}:</a>
  97.                                                                 <!--{else}-->
  98.                                                                         {lang thread_moved}:
  99.                                                                 <!--{/if}-->
  100.                                                         <!--{/if}-->
  101.                                                         $thread[sortid] $thread[typeid]
  102.                                                         <span id="thread_$thread[tid]"><a href="viewthread.php?tid=$thread[tid]&amp;extra=$extra"$thread[highlight]>$thread[subject]</a></span>
  103.                                                         <!--{if $thread['readperm']}--> - [{lang readperm} <span class="bold">$thread[readperm]</span>]<!--{/if}-->
  104.                                                         <!--{if $thread['price'] > 0}-->
  105.                                                                 <!--{if $thread['special'] == '3'}-->
  106.                                                                 - <span style="color: #C60">[{lang thread_reward}{$extcredits[$creditstransextra[2]][title]} <span class="bold">$thread[price]</span> {$extcredits[$creditstransextra[2]][unit]}]</span>
  107.                                                                 <!--{else}-->
  108.                                                                 - [{lang price} {$extcredits[$creditstransextra[1]][title]} <span class="bold">$thread[price]</span> {$extcredits[$creditstransextra[1]][unit]}]
  109.                                                                 <!--{/if}-->
  110.                                                         <!--{elseif $thread['special'] == '3' && $thread['price'] < 0}-->
  111.                                                                 - <span style="color: #269F11">[{lang reward_solved}]</span>
  112.                                                         <!--{/if}-->
  113.                                                         <!--{if $thread['attachment'] == 2}-->
  114.                                                                 <img src="images/attachicons/image_s.gif" alt="{lang attach_img}" class="attach" />
  115.                                                         <!--{elseif $thread['attachment'] == 1}-->
  116.                                                                 <img src="images/attachicons/common.gif" alt="{lang attachment}" class="attach" />
  117.                                                         <!--{/if}-->
  118.                                                         <!--{if $thread[multipage]}-->
  119.                                                                 <span class="threadpages">$thread[multipage]</span>
  120.                                                         <!--{/if}-->
  121.                                                         <!--{if $thread['new']}-->
  122.                                                                 <a href="redirect.php?tid=$thread[tid]&amp;goto=newpost$highlight#newpost" class="new">New</a>
  123.                                                         <!--{/if}-->
  124.                                                 </th>
  125.                                                 <td class="author">
  126.                                                         <cite>
  127.                                                         <!--{if $thread['authorid'] && $thread['author']}-->
  128.                                                                 <a href="space.php?uid=$thread[authorid]">$thread[author]</a>
  129.                                                         <!--{else}-->
  130.                                                                 <!--{if $forum['ismoderator']}-->
  131.                                                                         <a href="space.php?uid=$thread[authorid]">{lang anonymous}</a>
  132.                                                                 <!--{else}-->
  133.                                                                         {lang anonymous}
  134.                                                                 <!--{/if}-->
  135.                                                         <!--{/if}-->
  136.                                                         </cite>
  137.                                                         <em>$thread[dateline]</em>
  138.                                                 </td>
  139.                                                 <td class="nums"><strong>$thread[replies]</strong>/<em>$thread[views]</em></td>
  140.                                                 <td class="lastpost">
  141.                                                         <cite><!--{if $thread['lastposter']}--><a href="{if $thread[digest] != -2}space.php?username=$thread[lastposterenc]{else}viewthread.php?tid=$thread[tid]&amp;page={echo max(1, $thread[pages]);}{/if}">$thread[lastposter]</a><!--{else}-->{lang anonymous}<!--{/if}--></cite>
  142.                                                         <em><a href="{if $thread[digest] != -2}redirect.php?tid=$thread[tid]&amp;goto=lastpost$highlight#lastpost{else}viewthread.php?tid=$thread[tid]&amp;page={echo max(1, $thread[pages]);}{/if}">$thread[lastpost]</a></em>
  143.                                                 </td>
  144.                                         </tr>
  145.                                 </tbody>
  146.                                 <!--{/loop}-->
  147.                                 <tfoot class="colplural">
  148.                                         <tr>
  149.                                                 <td class="folder">&nbsp;</td>
  150.                                                 <td class="icon">&nbsp;</td>
  151.                                                 <!--{if $forum['ismoderator']}--><td class="icon">&nbsp;</td><!--{/if}-->
  152.                                                 <th>
  153.                                                         <a href="javascript:;" id="filtertype" class="dropmenu" onclick="showMenu(this.id);">{lang type}</a>
  154.                                                         <a href="javascript:;" id="filterorder" class="dropmenu" onclick="showMenu(this.id);">{lang orderby}</a>
  155.                                                 </th>
  156.                                                 <td class="author">
  157.                                                         <a href="javascript:;" id="filtertime" class="dropmenu" onclick="showMenu(this.id);">{lang dateline_range}</a>
  158.                                                 </td>
  159.                                                 <td class="nums">&nbsp;</td>
  160.                                                 <td class="lastpost">&nbsp;</td>
  161.                                         </tr>
  162.                                 </tfoot>
  163.                         <!--{else}-->
  164.                                 <tbody><tr><th colspan="6"><p class="nodata">{lang forum_nothreads}</p></th></tr></tbody>
  165.                         <!--{/if}-->
  166.                         </table>
  167.                         <!--{if $forum['ismoderator'] && $threadcount}-->
  168.                                 {template topicadmin_modlayer}
  169.                         <!--{/if}-->

  170.                 </form>
  171.                 </div>
คัดลอกไปที่คลิปบอร์ด
Change It CODE !!!
  1.                 <div id="threadlist" class="threadlist datalist" style="position: relative;">
  2.                 <form method="post" name="moderate" id="moderate" action="topicadmin.php?action=moderate&fid=$fid&infloat=yes&nopost=yes">
  3.                         <input type="hidden" name="formhash" value="{FORMHASH}" />
  4.                         <input type="hidden" name="listextra" value="$extra" />
  5.                         <table summary="forum_$fid" {if !$separatepos}id="forum_$fid"{/if} cellspacing="0" cellpadding="0" class="datatable">
  6.                                 <thead class="colplural">
  7.                                         <tr>
  8.                                                 <td class="folder">&nbsp;</td>

  9.                                                 <!--{if $forum['ismoderator']}--><td class="icon">&nbsp;</td><!--{/if}-->
  10.                                                 <th>{lang subject}</th>
  11.                                                 <td class="nums">&nbsp;</td>
  12.                                         </tr>
  13.                                 </thead>

  14.                                 <!--{if $page == 1 && !empty($announcement)}-->
  15.                                 <tbody>
  16.                                         <tr>
  17.                                                 <td class="folder"><img src="{IMGDIR}/ann_icon.gif" alt="{lang announcement}" /></td>
  18.                                                
  19.                                                 <!--{if $forum['ismoderator']}--><td class="icon">&nbsp;</td><!--{/if}-->
  20.                                                 <th class="subject"><strong>{lang announcement}: <!--{if empty($announcement['type'])}--><a href="announcement.php?id=$announcement[id]#$announcement[id]" target="_blank">$announcement[subject]</a><!--{else}--><a href="$announcement[message]" target="_blank">$announcement[subject]</a><!--{/if}--></strong></th>
  21.                                                 <td class="nums">&nbsp;</td>
  22.                                         </tr>
  23.                                 </tbody>
  24.                                 <!--{/if}-->

  25.                                 <!--{if $threadcount}-->
  26.                                 <!--{loop $threadlist $key $thread}-->

  27.                                 <!--{if $separatepos == $key + 1}-->
  28.                                 <tbody>
  29.                                         <tr>
  30.                                                 <td class="folder"></td>
  31.                                                 <!--{if $forum['ismoderator']}--><td>&nbsp;</td><!--{/if}-->
  32.                                                 <th class="subject">{lang forum_thread}</th><td>&nbsp;</td>

  33.                                         </tr>
  34.                                 </tbody>
  35.                                 <!--{/if}-->
  36.                                 <tbody id="$thread[id]" {if in_array($thread['displayorder'], array(4, 5))}style="display: none"{/if}>
  37.                                         <tr>
  38.                                                 <td class="folder">
  39. <div class="today">$thread[replies]<p>$thread[views]</p></div>
  40.                                                 </td>

  41.                                                 <!--{if $forum['ismoderator']}-->
  42.                                                 <td class="icon">
  43.                                                         <!--{if $thread['fid'] == $fid && $thread['digest'] >= 0}-->
  44.                                                                 <input onclick="modclick(this)" class="checkbox" type="checkbox" name="moderate[]" value="$thread[tid]" />
  45.                                                         <!--{else}-->
  46.                                                                 <input class="checkbox" type="checkbox" disabled="disabled" />
  47.                                                         <!--{/if}-->
  48.                                                 </td>
  49.                                                 <!--{/if}-->
  50.                                                 <th class="subject $thread[folder]">
  51.                                                         <label>
  52.                                                         <!--{if $thread['rate'] > 0}-->
  53.                                                                 <img src="{IMGDIR}/agree.gif" alt="{lang rate_credit_add}" title="{lang rate_credit_add}" />
  54.                                                         <!--{elseif $thread['rate'] < 0}-->
  55.                                                                 <img src="{IMGDIR}/disagree.gif" alt="{lang rate_credit_reduce}" title="{lang rate_credit_reduce}" />
  56.                                                         <!--{/if}-->
  57.                                                         <!--{if $thread['digest'] > 0}-->
  58.                                                                 <img src="{IMGDIR}/digest_$thread[digest].gif" alt="{lang thread_digest} $thread[digest]" title="{lang thread_digest} $thread[digest]" />
  59.                                                         <!--{/if}-->
  60.                                                         &nbsp;</label>
  61.                                                         <!--{if $thread['moved']}-->
  62.                                                                 <!--{if $forum['ismoderator']}-->
  63.                                                                         <a href="topicadmin.php?action=moderate&optgroup=3&operation=delete&tid=$thread[moved]" onclick="floatwinreset = 1;floatwin('open_mods', this.href, 250, 215);return false">{lang thread_moved}:</a>
  64.                                                                 <!--{else}-->
  65.                                                                         {lang thread_moved}:
  66.                                                                 <!--{/if}-->
  67.                                                         <!--{/if}-->
  68.                                                         $thread[sortid] $thread[typeid]
  69.                                                         <span id="thread_$thread[tid]"><a href="viewthread.php?tid=$thread[tid]&amp;extra=$extra"$thread[highlight]>$thread[subject]</a></span>
  70.                                                         <!--{if $thread['readperm']}--> - [{lang readperm} <span class="bold">$thread[readperm]</span>]<!--{/if}-->
  71.                                                         <!--{if $thread['price'] > 0}-->
  72.                                                                 <!--{if $thread['special'] == '3'}-->
  73.                                                                 - <span style="color: #C60">[{lang thread_reward}{$extcredits[$creditstransextra[2]][title]} <span class="bold">$thread[price]</span> {$extcredits[$creditstransextra[2]][unit]}]</span>
  74.                                                                 <!--{else}-->
  75.                                                                 - [{lang price} {$extcredits[$creditstransextra[1]][title]} <span class="bold">$thread[price]</span> {$extcredits[$creditstransextra[1]][unit]}]
  76.                                                                 <!--{/if}-->
  77.                                                         <!--{elseif $thread['special'] == '3' && $thread['price'] < 0}-->
  78.                                                                 - <span style="color: #269F11">[{lang reward_solved}]</span>
  79.                                                         <!--{/if}-->
  80.                                                         <!--{if $thread['attachment'] == 2}-->
  81.                                                                 <img src="images/attachicons/image_s.gif" alt="{lang attach_img}" class="attach" />
  82.                                                         <!--{elseif $thread['attachment'] == 1}-->
  83.                                                                 <img src="images/attachicons/common.gif" alt="{lang attachment}" class="attach" />
  84.                                                         <!--{/if}-->
  85.                                                         <!--{if $thread[multipage]}-->
  86.                                                                 <span class="threadpages">$thread[multipage]</span>
  87.                                                         <!--{/if}-->
  88.                                                         <!--{if $thread['new']}-->
  89.                                                                 <a href="redirect.php?tid=$thread[tid]&amp;goto=newpost$highlight#newpost" class="new">New</a>
  90.                                                         <!--{/if}-->
  91. <p>
  92. <span>
  93.                                                 <!--{if $thread['special'] == 1}-->
  94.                                                         <a href="forumdisplay.php?fid=$fid&amp;filter=poll"><img src="{IMGDIR}/pollsmall.gif" alt="{lang thread_poll}" /></a>
  95.                                                 <!--{elseif $thread['special'] == 2}-->
  96.                                                         <a href="forumdisplay.php?fid=$fid&amp;filter=trade"><img src="{IMGDIR}/tradesmall.gif" alt="{lang thread_trade}" /></a>
  97.                                                 <!--{elseif $thread['special'] == 3}-->
  98.                                                         <a href="forumdisplay.php?fid=$fid&amp;filter=reward"><img src="{IMGDIR}/rewardsmall.gif" alt="{lang thread_reward}" <!--{if $thread['price'] < 0}-->class="solved"<!--{/if}--> /></a>
  99.                                                 <!--{elseif $thread['special'] == 4}-->
  100.                                                         <a href="forumdisplay.php?fid=$fid&amp;filter=activity"><img src="{IMGDIR}/activitysmall.gif" alt="{lang thread_activity}" /></a>
  101.                                                 <!--{elseif $thread['special'] == 5}-->
  102.                                                         <a href="forumdisplay.php?fid=$fid&amp;filter=debate"><img src="{IMGDIR}/debatesmall.gif" alt="{lang thread_debate}" /></a>
  103.                                                 <!--{elseif $thread['special'] == 6}-->
  104.                                                         <a href="forumdisplay.php?fid=$fid&amp;filter=video"><img src="{IMGDIR}/videosmall.gif" alt="{lang thread_video}" /></a>
  105.                                                 <!--{else}-->
  106.                                                         $thread['icon']
  107.                                                 <!--{/if}-->
  108. </span>
  109.                                                         <cite><!--{if $thread['lastposter']}--><a href="{if $thread[digest] != -2}space.php?username=$thread[lastposterenc]{else}viewthread.php?tid=$thread[tid]&amp;page={echo max(1, $thread[pages]);}{/if}">โพสล่าสุดโดย : $thread[lastposter]</a><!--{else}-->ตอบกลับโดย : {lang anonymous}<!--{/if}--></cite>
  110.                                                         <em><a href="{if $thread[digest] != -2}redirect.php?tid=$thread[tid]&amp;goto=lastpost$highlight#lastpost{else}viewthread.php?tid=$thread[tid]&amp;page={echo max(1, $thread[pages]);}{/if}">$thread[lastpost]</a></em>
  111. </p>
  112.                                                 </th>
  113.                                                 <td class="nums">
  114.                                                         <a href="viewthread.php?tid=$thread[tid]&amp;extra=$extra" title="{lang target_blank}" target="_blank">
  115.                                                         <!--{if $thread[folder] == 'lock'}-->
  116.                                                                 <img src="{IMGDIR}/folder_lock.gif" alt="Lock" />
  117.                                                         <!--{elseif in_array($thread['displayorder'], array(1, 2, 3))}-->
  118.                                                                 <img src="{IMGDIR}/pin_$thread[displayorder].gif" alt="$threadsticky[3-$thread[displayorder]]" />
  119.                                                         <!--{else}-->
  120.                                                                 <img src="{IMGDIR}/folder_$thread[folder].gif" alt="$thread[folder]" />
  121.                                                         <!--{/if}-->
  122.                                                         </a>
  123. &nbsp;<span id="t$thread[tid]" onmouseover="showMenu(this.id)">
  124.                                                   <img src="uc_server/avatar.php?uid=$thread[authorid]&size=small" class="ava_border" width="18px" height="18px" style="border:1px solid #ccc; padding:1px; margin:0px; background-color:#fff;" /><p>$thread[dateline]</p></span>
  125. </td>
  126.                                         </tr>
  127.                                 </tbody>
  128.                                 <!--{/loop}-->
  129.                                 <tfoot class="colplural">
  130.                                         <tr>
  131.                                                 <td class="folder">&nbsp;</td>

  132.                                                 <!--{if $forum['ismoderator']}--><td class="icon">&nbsp;</td><!--{/if}-->
  133.                                                 <th>
  134.                                                         <a href="javascript:;" id="filtertype" class="dropmenu" onclick="showMenu(this.id);">{lang type}</a>
  135.                                                         <a href="javascript:;" id="filterorder" class="dropmenu" onclick="showMenu(this.id);">{lang orderby}</a>
  136.                                                         <a href="javascript:;" id="filtertime" class="dropmenu" onclick="showMenu(this.id);">{lang dateline_range}</a>
  137.                                                 </th>
  138.                                                         <td class="nums">&nbsp;</td>               

  139.                                         </tr>
  140.                                 </tfoot>
  141.                         <!--{else}-->
  142.                                 <tbody><tr><th colspan="6"><p class="nodata">{lang forum_nothreads}</p></th></tr></tbody>
  143.                         <!--{/if}-->
  144.                         </table>
  145.                         <!--{if $forum['ismoderator'] && $threadcount}-->
  146.                                 {template topicadmin_modlayer}
  147.                         <!--{/if}-->

  148.                 </form>
  149.                 </div>
คัดลอกไปที่คลิปบอร์ด
Last Step Upload IMAGE to  .images/default/
ผู้เข้าชมเนื้อหาถูกซ่อนไว้ คุณจะต้องแสดงความคิดเห็นก่อนจึงจะสามารถมองเห็นเนื้อหาส่วนที่ถูกซ่อนนี้ได้

ขออภัย! โพสต์นี้มีไฟล์แนบหรือรูปภาพที่ไม่ได้รับอนุญาตให้คุณเข้าถึง

คุณจำเป็นต้อง ลงชื่อเข้าใช้ เพื่อดาวน์โหลดหรือดูไฟล์แนบนี้ คุณยังไม่มีบัญชีใช่ไหม? สมัครสมาชิก

x
pppp002 โพสต์ 2009-1-27 05:21:37
ขอดูหน่อย..
suthida โพสต์ 2009-1-27 11:57:57
ขอบคุณค่ะ สกินพื้นๆ ปรับแต่งให้ดูดีได้เลยแบบนี้
HuaHin โพสต์ 2009-1-27 12:01:08
ขอบคุณครับ
psc_chine โพสต์ 2009-1-27 12:07:33
ขอบคุณค้าบบบ
monosolo โพสต์ 2009-1-27 12:21:16
THANKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
boongum โพสต์ 2009-1-27 12:44:29
ขอบคุณมากครับ
MinT โพสต์ 2009-2-1 02:13:47
ขอนำไปใช้หล่ะครับ
mza โพสต์ 2009-2-1 13:06:03
ตามเก็บงาน...
item โพสต์ 2009-2-2 01:10:32
เลขศูนย์ตรงนี้คืออะไรครับ จำนวนคนให้คะแนน หรือว่าคะแนนรึเปล่า  ถ้าใช่จะดีมากเลยครับ ผมกำลังพยายามทำอยู่

ขออภัย! โพสต์นี้มีไฟล์แนบหรือรูปภาพที่ไม่ได้รับอนุญาตให้คุณเข้าถึง

คุณจำเป็นต้อง ลงชื่อเข้าใช้ เพื่อดาวน์โหลดหรือดูไฟล์แนบนี้ คุณยังไม่มีบัญชีใช่ไหม? สมัครสมาชิก

x
ขออภัย! คุณไม่ได้รับสิทธิ์ในการดำเนินการในส่วนนี้ กรุณาเลือกอย่างใดอย่างหนึ่ง ลงชื่อเข้าใช้ | สมัครสมาชิก

รายละเอียดเครดิต

รายชื่อผู้กระทำผิด|Archiver|ดิสคัส ไทย Follow us: Become a fan on facebook. Follow us on Twitter.

GMT+7, 2024-4-19 20:32

Powered by Discuz! X3.4, Rev.66

Copyright © 2001-2021 Tencent Cloud. Licensed

ตอบกระทู้ ขึ้นไปด้านบน ไปที่หน้ารายการกระทู้