- สิทธิ์ในการอ่าน
- 200
- UID
- 1
- เครดิต
- 5018
- จิตพิศัย
- 5018
- Money
- 26596
- Gold
- 6307
- โพสต์
- 4517
- กระทู้
- 83
- ลงทะเบียนเมื่อ
- 2007-10-2
- ลงชื่อเข้าใช้ล่าสุด
- 2012-5-24
  
- สิทธิ์ในการอ่าน
- 200
- UID
- 1
- เครดิต
- 5018
- จิตพิศัย
- 5018
- Money
- 26596
- Gold
- 6307
- โพสต์
- 4517
- กระทู้
- 83
- ลงทะเบียนเมื่อ
- 2007-10-2
- ลงชื่อเข้าใช้ล่าสุด
- 2012-5-24
|
เป็นการเปลี่ยนการแสดงผลสมาชิกโพสต่อวันแบบกระดานข่าว 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[fid]">$forum[name]</a><!--{if $forum[todayposts] && !$forum['redirect']}--><em> ({lang index_today}: $forum[todayposts])</em><!--{/if}--></h2>
คัดลอกไปที่คลิปบอร์ด เปลี่ยนเป็น:
- <!--{if $forum[todayposts] && !$forum['redirect']}--><div class="todaynew">$forum[todayposts]<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[fid]">$forum[name]</a></h2>
คัดลอกไปที่คลิปบอร์ด สำหรับการตั้งค่ากระดานแบบแนวนอน,ค้นหา:
- <h2><a href="forumdisplay.php?fid=$forum[fid]">$forum[name]</a><!--{if $forum[todayposts]}--><em> ({lang index_today}: $forum[todayposts])</em><!--{/if}--></h2>
คัดลอกไปที่คลิปบอร์ด เปลี่ยนเป็น:
<!--{if $forum[todayposts] && !$forum['redirect']}--><div class="todaynew">$forum[todayposts]<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[fid]">$forum[name]</a></h2>
สำหรับกระดานข่าวย่อย,เปิดไฟลล์ forumdisplay_subforum.htm
ค้นหา:
- <h2><a href="forumdisplay.php?fid=$sub[fid]">$sub[name]</a><!--{if $sub[todayposts]}--> <em>({lang index_today}: $sub[todayposts])</em><!--{/if}--></h2>
คัดลอกไปที่คลิปบอร์ด เปลี่ยนเป็น:
- <!--{if $sub[todayposts]}--><div class="todaynew">$sub[todayposts]<p>{lang index_today}</p></div><!--{else}--><div class="today">0<p>{lang index_today}</p></div><!--{/if}-->$sub[icon]
- <h2><a href="forumdisplay.php?fid=$sub[fid]">$sub[name]</a></h2>
คัดลอกไปที่คลิปบอร์ด สำหรับการตั้งค่ากระดานแบบแนวนอนในกระดานข่าวย่อย,ค้นหา:
- <h2><a href="forumdisplay.php?fid=$sub[fid]">$sub[name]</a><!--{if $sub[todayposts]}--><em> ({lang index_today}: $sub[todayposts])</em><!--{/if}--></h2>
คัดลอกไปที่คลิปบอร์ด เปลี่ยนเป็น:
- <!--{if $sub[todayposts]}--><div class="todaynew">$sub[todayposts]<p>{lang index_today}</p></div><!--{else}--><div class="today">0<p>{lang index_today}</p></div><!--{/if}-->
- $sub[icon]<h2><a href="forumdisplay.php?fid=$sub[fid]">$sub[name]</a></h2>
คัดลอกไปที่คลิปบอร์ด บันทึก CSS ไฟลล์。
แล้ว copy รูปไปวางไว้ที่ images/สกินที่คุณใช้งาน: |
|