- เครดิต
- 1951
- เพื่อน
- ทักทาย
- บล็อก
- อัลบั้ม
- โพสต์
- กระทู้
- แชร์
- สำคัญ
- สิทธิ์อ่าน
- 50
- จำนวนผู้ติดตาม
- จำนวนผู้กำลังติดตาม
- เพศ
- ไม่บอก
|
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- .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;}
- .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- <div id="threadlist" class="threadlist datalist" style="position: relative;">
- <form method="post" name="moderate" id="moderate" action="topicadmin.php?action=moderate&fid=$fid&infloat=yes&nopost=yes">
- <input type="hidden" name="formhash" value="{FORMHASH}" />
- <input type="hidden" name="listextra" value="$extra" />
- <table summary="forum_$fid" {if !$separatepos}id="forum_$fid"{/if} cellspacing="0" cellpadding="0" class="datatable">
- <thead class="colplural">
- <tr>
- <td class="folder"> </td>
- <td class="icon"> </td>
- <!--{if $forum['ismoderator']}--><td class="icon"> </td><!--{/if}-->
- <th>{lang subject}</th>
- <td class="author">{lang author}</td>
- <td class="nums">{lang replies}/{lang views}</td>
- <td class="lastpost"><cite>{lang lastpost}</cite></td>
- </tr>
- </thead>
- <!--{if $page == 1 && !empty($announcement)}-->
- <tbody>
- <tr>
- <td class="folder"><img src="{IMGDIR}/ann_icon.gif" alt="{lang announcement}" /></td>
- <td class="icon"> </td>
- <!--{if $forum['ismoderator']}--><td class="icon"> </td><!--{/if}-->
- <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>
- <td class="author">
- <cite><a href="space.php?uid=$announcement[authorid]">$announcement[author]</a></cite>
- <em>$announcement[starttime]</em>
- </td>
- <td class="nums"> </td>
- <td class="lastpost"> </td>
- </tr>
- </tbody>
- <!--{/if}-->
- <!--{if $threadcount}-->
- <!--{loop $threadlist $key $thread}-->
- <!--{if $separatepos == $key + 1}-->
- <tbody>
- <tr>
- <td class="folder"></td><td> </td>
- <!--{if $forum['ismoderator']}--><td> </td><!--{/if}-->
- <th class="subject">{lang forum_thread}</th><td> </td><td> </td><td> </td>
- </tr>
- </tbody>
- <!--{/if}-->
- <tbody id="$thread[id]" {if in_array($thread['displayorder'], array(4, 5))}style="display: none"{/if}>
- <tr>
- <td class="folder">
- <a href="viewthread.php?tid=$thread[tid]&extra=$extra" title="{lang target_blank}" target="_blank">
- <!--{if $thread[folder] == 'lock'}-->
- <img src="{IMGDIR}/folder_lock.gif" alt="Lock" />
- <!--{elseif in_array($thread['displayorder'], array(1, 2, 3))}-->
- <img src="{IMGDIR}/pin_$thread[displayorder].gif" alt="$threadsticky[3-$thread[displayorder]]" />
- <!--{else}-->
- <img src="{IMGDIR}/folder_$thread[folder].gif" alt="$thread[folder]" />
- <!--{/if}-->
- </a>
- </td>
- <td class="icon">
- <!--{if $thread['special'] == 1}-->
- <a href="forumdisplay.php?fid=$fid&filter=poll"><img src="{IMGDIR}/pollsmall.gif" alt="{lang thread_poll}" /></a>
- <!--{elseif $thread['special'] == 2}-->
- <a href="forumdisplay.php?fid=$fid&filter=trade"><img src="{IMGDIR}/tradesmall.gif" alt="{lang thread_trade}" /></a>
- <!--{elseif $thread['special'] == 3}-->
- <a href="forumdisplay.php?fid=$fid&filter=reward"><img src="{IMGDIR}/rewardsmall.gif" alt="{lang thread_reward}" <!--{if $thread['price'] < 0}-->class="solved"<!--{/if}--> /></a>
- <!--{elseif $thread['special'] == 4}-->
- <a href="forumdisplay.php?fid=$fid&filter=activity"><img src="{IMGDIR}/activitysmall.gif" alt="{lang thread_activity}" /></a>
- <!--{elseif $thread['special'] == 5}-->
- <a href="forumdisplay.php?fid=$fid&filter=debate"><img src="{IMGDIR}/debatesmall.gif" alt="{lang thread_debate}" /></a>
- <!--{elseif $thread['special'] == 6}-->
- <a href="forumdisplay.php?fid=$fid&filter=video"><img src="{IMGDIR}/videosmall.gif" alt="{lang thread_video}" /></a>
- <!--{else}-->
- $thread['icon']
- <!--{/if}-->
- </td>
- <!--{if $forum['ismoderator']}-->
- <td class="icon">
- <!--{if $thread['fid'] == $fid && $thread['digest'] >= 0}-->
- <input onclick="modclick(this)" class="checkbox" type="checkbox" name="moderate[]" value="$thread[tid]" />
- <!--{else}-->
- <input class="checkbox" type="checkbox" disabled="disabled" />
- <!--{/if}-->
- </td>
- <!--{/if}-->
- <th class="subject $thread[folder]">
- <label>
- <!--{if $thread['rate'] > 0}-->
- <img src="{IMGDIR}/agree.gif" alt="{lang rate_credit_add}" title="{lang rate_credit_add}" />
- <!--{elseif $thread['rate'] < 0}-->
- <img src="{IMGDIR}/disagree.gif" alt="{lang rate_credit_reduce}" title="{lang rate_credit_reduce}" />
- <!--{/if}-->
- <!--{if $thread['digest'] > 0}-->
- <img src="{IMGDIR}/digest_$thread[digest].gif" alt="{lang thread_digest} $thread[digest]" title="{lang thread_digest} $thread[digest]" />
- <!--{/if}-->
- </label>
- <!--{if $thread['moved']}-->
- <!--{if $forum['ismoderator']}-->
- <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>
- <!--{else}-->
- {lang thread_moved}:
- <!--{/if}-->
- <!--{/if}-->
- $thread[sortid] $thread[typeid]
- <span id="thread_$thread[tid]"><a href="viewthread.php?tid=$thread[tid]&extra=$extra"$thread[highlight]>$thread[subject]</a></span>
- <!--{if $thread['readperm']}--> - [{lang readperm} <span class="bold">$thread[readperm]</span>]<!--{/if}-->
- <!--{if $thread['price'] > 0}-->
- <!--{if $thread['special'] == '3'}-->
- - <span style="color: #C60">[{lang thread_reward}{$extcredits[$creditstransextra[2]][title]} <span class="bold">$thread[price]</span> {$extcredits[$creditstransextra[2]][unit]}]</span>
- <!--{else}-->
- - [{lang price} {$extcredits[$creditstransextra[1]][title]} <span class="bold">$thread[price]</span> {$extcredits[$creditstransextra[1]][unit]}]
- <!--{/if}-->
- <!--{elseif $thread['special'] == '3' && $thread['price'] < 0}-->
- - <span style="color: #269F11">[{lang reward_solved}]</span>
- <!--{/if}-->
- <!--{if $thread['attachment'] == 2}-->
- <img src="images/attachicons/image_s.gif" alt="{lang attach_img}" class="attach" />
- <!--{elseif $thread['attachment'] == 1}-->
- <img src="images/attachicons/common.gif" alt="{lang attachment}" class="attach" />
- <!--{/if}-->
- <!--{if $thread[multipage]}-->
- <span class="threadpages">$thread[multipage]</span>
- <!--{/if}-->
- <!--{if $thread['new']}-->
- <a href="redirect.php?tid=$thread[tid]&goto=newpost$highlight#newpost" class="new">New</a>
- <!--{/if}-->
- </th>
- <td class="author">
- <cite>
- <!--{if $thread['authorid'] && $thread['author']}-->
- <a href="space.php?uid=$thread[authorid]">$thread[author]</a>
- <!--{else}-->
- <!--{if $forum['ismoderator']}-->
- <a href="space.php?uid=$thread[authorid]">{lang anonymous}</a>
- <!--{else}-->
- {lang anonymous}
- <!--{/if}-->
- <!--{/if}-->
- </cite>
- <em>$thread[dateline]</em>
- </td>
- <td class="nums"><strong>$thread[replies]</strong>/<em>$thread[views]</em></td>
- <td class="lastpost">
- <cite><!--{if $thread['lastposter']}--><a href="{if $thread[digest] != -2}space.php?username=$thread[lastposterenc]{else}viewthread.php?tid=$thread[tid]&page={echo max(1, $thread[pages]);}{/if}">$thread[lastposter]</a><!--{else}-->{lang anonymous}<!--{/if}--></cite>
- <em><a href="{if $thread[digest] != -2}redirect.php?tid=$thread[tid]&goto=lastpost$highlight#lastpost{else}viewthread.php?tid=$thread[tid]&page={echo max(1, $thread[pages]);}{/if}">$thread[lastpost]</a></em>
- </td>
- </tr>
- </tbody>
- <!--{/loop}-->
- <tfoot class="colplural">
- <tr>
- <td class="folder"> </td>
- <td class="icon"> </td>
- <!--{if $forum['ismoderator']}--><td class="icon"> </td><!--{/if}-->
- <th>
- <a href="javascript:;" id="filtertype" class="dropmenu" onclick="showMenu(this.id);">{lang type}</a>
- <a href="javascript:;" id="filterorder" class="dropmenu" onclick="showMenu(this.id);">{lang orderby}</a>
- </th>
- <td class="author">
- <a href="javascript:;" id="filtertime" class="dropmenu" onclick="showMenu(this.id);">{lang dateline_range}</a>
- </td>
- <td class="nums"> </td>
- <td class="lastpost"> </td>
- </tr>
- </tfoot>
- <!--{else}-->
- <tbody><tr><th colspan="6"><p class="nodata">{lang forum_nothreads}</p></th></tr></tbody>
- <!--{/if}-->
- </table>
- <!--{if $forum['ismoderator'] && $threadcount}-->
- {template topicadmin_modlayer}
- <!--{/if}-->
- </form>
- </div>
คัดลอกไปที่คลิปบอร์ด Change It CODE !!!- <div id="threadlist" class="threadlist datalist" style="position: relative;">
- <form method="post" name="moderate" id="moderate" action="topicadmin.php?action=moderate&fid=$fid&infloat=yes&nopost=yes">
- <input type="hidden" name="formhash" value="{FORMHASH}" />
- <input type="hidden" name="listextra" value="$extra" />
- <table summary="forum_$fid" {if !$separatepos}id="forum_$fid"{/if} cellspacing="0" cellpadding="0" class="datatable">
- <thead class="colplural">
- <tr>
- <td class="folder"> </td>
- <!--{if $forum['ismoderator']}--><td class="icon"> </td><!--{/if}-->
- <th>{lang subject}</th>
- <td class="nums"> </td>
- </tr>
- </thead>
- <!--{if $page == 1 && !empty($announcement)}-->
- <tbody>
- <tr>
- <td class="folder"><img src="{IMGDIR}/ann_icon.gif" alt="{lang announcement}" /></td>
-
- <!--{if $forum['ismoderator']}--><td class="icon"> </td><!--{/if}-->
- <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>
- <td class="nums"> </td>
- </tr>
- </tbody>
- <!--{/if}-->
- <!--{if $threadcount}-->
- <!--{loop $threadlist $key $thread}-->
- <!--{if $separatepos == $key + 1}-->
- <tbody>
- <tr>
- <td class="folder"></td>
- <!--{if $forum['ismoderator']}--><td> </td><!--{/if}-->
- <th class="subject">{lang forum_thread}</th><td> </td>
- </tr>
- </tbody>
- <!--{/if}-->
- <tbody id="$thread[id]" {if in_array($thread['displayorder'], array(4, 5))}style="display: none"{/if}>
- <tr>
- <td class="folder">
- <div class="today">$thread[replies]<p>$thread[views]</p></div>
- </td>
- <!--{if $forum['ismoderator']}-->
- <td class="icon">
- <!--{if $thread['fid'] == $fid && $thread['digest'] >= 0}-->
- <input onclick="modclick(this)" class="checkbox" type="checkbox" name="moderate[]" value="$thread[tid]" />
- <!--{else}-->
- <input class="checkbox" type="checkbox" disabled="disabled" />
- <!--{/if}-->
- </td>
- <!--{/if}-->
- <th class="subject $thread[folder]">
- <label>
- <!--{if $thread['rate'] > 0}-->
- <img src="{IMGDIR}/agree.gif" alt="{lang rate_credit_add}" title="{lang rate_credit_add}" />
- <!--{elseif $thread['rate'] < 0}-->
- <img src="{IMGDIR}/disagree.gif" alt="{lang rate_credit_reduce}" title="{lang rate_credit_reduce}" />
- <!--{/if}-->
- <!--{if $thread['digest'] > 0}-->
- <img src="{IMGDIR}/digest_$thread[digest].gif" alt="{lang thread_digest} $thread[digest]" title="{lang thread_digest} $thread[digest]" />
- <!--{/if}-->
- </label>
- <!--{if $thread['moved']}-->
- <!--{if $forum['ismoderator']}-->
- <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>
- <!--{else}-->
- {lang thread_moved}:
- <!--{/if}-->
- <!--{/if}-->
- $thread[sortid] $thread[typeid]
- <span id="thread_$thread[tid]"><a href="viewthread.php?tid=$thread[tid]&extra=$extra"$thread[highlight]>$thread[subject]</a></span>
- <!--{if $thread['readperm']}--> - [{lang readperm} <span class="bold">$thread[readperm]</span>]<!--{/if}-->
- <!--{if $thread['price'] > 0}-->
- <!--{if $thread['special'] == '3'}-->
- - <span style="color: #C60">[{lang thread_reward}{$extcredits[$creditstransextra[2]][title]} <span class="bold">$thread[price]</span> {$extcredits[$creditstransextra[2]][unit]}]</span>
- <!--{else}-->
- - [{lang price} {$extcredits[$creditstransextra[1]][title]} <span class="bold">$thread[price]</span> {$extcredits[$creditstransextra[1]][unit]}]
- <!--{/if}-->
- <!--{elseif $thread['special'] == '3' && $thread['price'] < 0}-->
- - <span style="color: #269F11">[{lang reward_solved}]</span>
- <!--{/if}-->
- <!--{if $thread['attachment'] == 2}-->
- <img src="images/attachicons/image_s.gif" alt="{lang attach_img}" class="attach" />
- <!--{elseif $thread['attachment'] == 1}-->
- <img src="images/attachicons/common.gif" alt="{lang attachment}" class="attach" />
- <!--{/if}-->
- <!--{if $thread[multipage]}-->
- <span class="threadpages">$thread[multipage]</span>
- <!--{/if}-->
- <!--{if $thread['new']}-->
- <a href="redirect.php?tid=$thread[tid]&goto=newpost$highlight#newpost" class="new">New</a>
- <!--{/if}-->
- <p>
- <span>
- <!--{if $thread['special'] == 1}-->
- <a href="forumdisplay.php?fid=$fid&filter=poll"><img src="{IMGDIR}/pollsmall.gif" alt="{lang thread_poll}" /></a>
- <!--{elseif $thread['special'] == 2}-->
- <a href="forumdisplay.php?fid=$fid&filter=trade"><img src="{IMGDIR}/tradesmall.gif" alt="{lang thread_trade}" /></a>
- <!--{elseif $thread['special'] == 3}-->
- <a href="forumdisplay.php?fid=$fid&filter=reward"><img src="{IMGDIR}/rewardsmall.gif" alt="{lang thread_reward}" <!--{if $thread['price'] < 0}-->class="solved"<!--{/if}--> /></a>
- <!--{elseif $thread['special'] == 4}-->
- <a href="forumdisplay.php?fid=$fid&filter=activity"><img src="{IMGDIR}/activitysmall.gif" alt="{lang thread_activity}" /></a>
- <!--{elseif $thread['special'] == 5}-->
- <a href="forumdisplay.php?fid=$fid&filter=debate"><img src="{IMGDIR}/debatesmall.gif" alt="{lang thread_debate}" /></a>
- <!--{elseif $thread['special'] == 6}-->
- <a href="forumdisplay.php?fid=$fid&filter=video"><img src="{IMGDIR}/videosmall.gif" alt="{lang thread_video}" /></a>
- <!--{else}-->
- $thread['icon']
- <!--{/if}-->
- </span>
- <cite><!--{if $thread['lastposter']}--><a href="{if $thread[digest] != -2}space.php?username=$thread[lastposterenc]{else}viewthread.php?tid=$thread[tid]&page={echo max(1, $thread[pages]);}{/if}">โพสล่าสุดโดย : $thread[lastposter]</a><!--{else}-->ตอบกลับโดย : {lang anonymous}<!--{/if}--></cite>
- <em><a href="{if $thread[digest] != -2}redirect.php?tid=$thread[tid]&goto=lastpost$highlight#lastpost{else}viewthread.php?tid=$thread[tid]&page={echo max(1, $thread[pages]);}{/if}">$thread[lastpost]</a></em>
- </p>
- </th>
- <td class="nums">
- <a href="viewthread.php?tid=$thread[tid]&extra=$extra" title="{lang target_blank}" target="_blank">
- <!--{if $thread[folder] == 'lock'}-->
- <img src="{IMGDIR}/folder_lock.gif" alt="Lock" />
- <!--{elseif in_array($thread['displayorder'], array(1, 2, 3))}-->
- <img src="{IMGDIR}/pin_$thread[displayorder].gif" alt="$threadsticky[3-$thread[displayorder]]" />
- <!--{else}-->
- <img src="{IMGDIR}/folder_$thread[folder].gif" alt="$thread[folder]" />
- <!--{/if}-->
- </a>
- <span id="t$thread[tid]" onmouseover="showMenu(this.id)">
- <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>
- </td>
- </tr>
- </tbody>
- <!--{/loop}-->
- <tfoot class="colplural">
- <tr>
- <td class="folder"> </td>
- <!--{if $forum['ismoderator']}--><td class="icon"> </td><!--{/if}-->
- <th>
- <a href="javascript:;" id="filtertype" class="dropmenu" onclick="showMenu(this.id);">{lang type}</a>
- <a href="javascript:;" id="filterorder" class="dropmenu" onclick="showMenu(this.id);">{lang orderby}</a>
- <a href="javascript:;" id="filtertime" class="dropmenu" onclick="showMenu(this.id);">{lang dateline_range}</a>
- </th>
- <td class="nums"> </td>
- </tr>
- </tfoot>
- <!--{else}-->
- <tbody><tr><th colspan="6"><p class="nodata">{lang forum_nothreads}</p></th></tr></tbody>
- <!--{/if}-->
- </table>
- <!--{if $forum['ismoderator'] && $threadcount}-->
- {template topicadmin_modlayer}
- <!--{/if}-->
- </form>
- </div>
คัดลอกไปที่คลิปบอร์ดLast Step Upload IMAGE to .images/default/
ผู้เข้าชมเนื้อหาถูกซ่อนไว้ คุณจะต้อง แสดงความคิดเห็นก่อนจึงจะสามารถมองเห็นเนื้อหาส่วนที่ถูกซ่อนนี้ได้ |
ขออภัย! โพสต์นี้มีไฟล์แนบหรือรูปภาพที่ไม่ได้รับอนุญาตให้คุณเข้าถึง
คุณจำเป็นต้อง ลงชื่อเข้าใช้ เพื่อดาวน์โหลดหรือดูไฟล์แนบนี้ คุณยังไม่มีบัญชีใช่ไหม? สมัครสมาชิก
x
|
|
|
|
|
|