acaz โพสต์ 2008-6-17 12:09:12

เป็นการเปลี่ยนการแสดงผลสมาชิกโพสต่อวันแบบกระดานข่าว DVBBS,


เปิดไฟลล์ css.htm
ค้นหา:
.forumlist th { padding-left: 55px !important; }
.forumlist tbody th { background-image: url({IMGDIR}/forum.gif); background-repeat: no-repeat; background-position: 13px 50%; }
.forumlist tbody th.new { background-image: url({IMGDIR}/forum_new.gif); }
เปลี่ยนเป็น:
.todaynew { width:58px; height:55px; float:left; background:url({IMGDIR}/digg.gif) no-repeat center top; margin:5px; text-align:center; color:#f60; font-weight:bold; font-size:12px; line-height:23px; font-family: Georgia, "Times New Roman", Times, serif; }
.todaynew p { display:block; font-weight:100; margin:0px; padding:0px; border:0px; color:#858D92;}
.today { width:58px; height:55px; float:left; background:url({IMGDIR}/digg_blue.gif) no-repeat center top; margin:5px; text-align:center; color:#217AB3; font-weight:bold; font-size:12px; line-height:23px; font-family: Georgia, "Times New Roman", Times, serif; }
.today p { display:block; font-weight:100; margin:0px; padding:0px; border:0px; color:#858D92; font-size:11px; }
เปิดไฟลล์ discuz.htm
ค้นหา:
<h2><a href="forumdisplay.php?fid=$forum">$forum</a><!--{if $forum && !$forum['redirect']}--><em> ({lang index_today}: $forum)</em><!--{/if}--></h2>
เปลี่ยนเป็น:
<!--{if $forum && !$forum['redirect']}--><div class="todaynew">$forum<p>{lang index_today}</p></div><!--{else}--><div class="today">0<p>{lang index_today}</p></div><!--{/if}-->
                        <h2><a href="forumdisplay.php?fid=$forum">$forum</a></h2>
สำหรับการตั้งค่ากระดานแบบแนวนอน,ค้นหา:
<h2><a href="forumdisplay.php?fid=$forum">$forum</a><!--{if $forum}--><em> ({lang index_today}: $forum)</em><!--{/if}--></h2>
เปลี่ยนเป็น:
<!--{if $forum && !$forum['redirect']}--><div class="todaynew">$forum<p>{lang index_today}</p></div><!--{else}--><div class="today">0<p>{lang index_today}</p></div><!--{/if}--><h2><a href="forumdisplay.php?fid=$forum">$forum</a></h2>

สำหรับกระดานข่าวย่อย,เปิดไฟลล์ forumdisplay_subforum.htm
ค้นหา:
<h2><a href="forumdisplay.php?fid=$sub">$sub</a><!--{if $sub}--> <em>({lang index_today}: $sub)</em><!--{/if}--></h2>
เปลี่ยนเป็น:
<!--{if $sub}--><div class="todaynew">$sub<p>{lang index_today}</p></div><!--{else}--><div class="today">0<p>{lang index_today}</p></div><!--{/if}-->$sub
                                                <h2><a href="forumdisplay.php?fid=$sub">$sub</a></h2>
สำหรับการตั้งค่ากระดานแบบแนวนอนในกระดานข่าวย่อย,ค้นหา:
<h2><a href="forumdisplay.php?fid=$sub">$sub</a><!--{if $sub}--><em> ({lang index_today}: $sub)</em><!--{/if}--></h2>
เปลี่ยนเป็น:
<!--{if $sub}--><div class="todaynew">$sub<p>{lang index_today}</p></div><!--{else}--><div class="today">0<p>{lang index_today}</p></div><!--{/if}-->
                $sub<h2><a href="forumdisplay.php?fid=$sub">$sub</a></h2>
บันทึก CSS ไฟลล์。
แล้ว copy รูปไปวางไว้ที่ images/สกินที่คุณใช้งาน:

barboo โพสต์ 2008-6-17 20:49:20

โห สุดยอด ว่าแต่มันคืออะไรหรอครับ - -

buachompoox โพสต์ 2008-6-17 20:57:26

โอ้ สกิน blue gray ก้อมีนะแบบนี้แแอบลอกก่อน ~(25)~
หน้า: [1]
ดูในรูปแบบกติ: เทพ Discuz ทั้งหลายช่วยแปลหน่อย