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
ดู: 2718|ตอบกลับ: 2

[A/M/H6.0] เทพ Discuz ทั้งหลายช่วยแปลหน่อย

[คัดลอกลิงก์]
acaz โพสต์ 2008-6-17 12:09:12
เป็นการเปลี่ยนการแสดงผลสมาชิกโพสต่อวันแบบกระดานข่าว DVBBS,


เปิดไฟลล์ css.htm
ค้นหา:

  1. .forumlist th { padding-left: 55px !important; }
  2. .forumlist tbody th { background-image: url({IMGDIR}/forum.gif); background-repeat: no-repeat; background-position: 13px 50%; }
  3. .forumlist tbody th.new { background-image: url({IMGDIR}/forum_new.gif); }
คัดลอกไปที่คลิปบอร์ด
เปลี่ยนเป็น:

  1. .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; }
  2. .todaynew p { display:block; font-weight:100; margin:0px; padding:0px; border:0px; color:#858D92;}
  3. .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; }
  4. .today p { display:block; font-weight:100; margin:0px; padding:0px; border:0px; color:#858D92; font-size:11px; }
คัดลอกไปที่คลิปบอร์ด
เปิดไฟลล์ discuz.htm
ค้นหา:

  1. <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>
คัดลอกไปที่คลิปบอร์ด
เปลี่ยนเป็น:

  1. <!--{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}-->
  2.                         <h2><a href="forumdisplay.php?fid=$forum[fid]">$forum[name]</a></h2>
คัดลอกไปที่คลิปบอร์ด
สำหรับการตั้งค่ากระดานแบบแนวนอน,ค้นหา:

  1. <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
ค้นหา:

  1. <h2><a href="forumdisplay.php?fid=$sub[fid]">$sub[name]</a><!--{if $sub[todayposts]}--> <em>({lang index_today}: $sub[todayposts])</em><!--{/if}--></h2>
คัดลอกไปที่คลิปบอร์ด
เปลี่ยนเป็น:

  1. <!--{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]
  2.                                                 <h2><a href="forumdisplay.php?fid=$sub[fid]">$sub[name]</a></h2>
คัดลอกไปที่คลิปบอร์ด
สำหรับการตั้งค่ากระดานแบบแนวนอนในกระดานข่าวย่อย,ค้นหา:

  1. <h2><a href="forumdisplay.php?fid=$sub[fid]">$sub[name]</a><!--{if $sub[todayposts]}--><em> ({lang index_today}: $sub[todayposts])</em><!--{/if}--></h2>
คัดลอกไปที่คลิปบอร์ด
เปลี่ยนเป็น:

  1. <!--{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}-->
  2.                 $sub[icon]<h2><a href="forumdisplay.php?fid=$sub[fid]">$sub[name]</a></h2>
คัดลอกไปที่คลิปบอร์ด
บันทึก CSS ไฟลล์。
แล้ว copy รูปไปวางไว้ที่ images/สกินที่คุณใช้งาน:
barboo โพสต์ 2008-6-17 20:49:20
โห สุดยอด ว่าแต่มันคืออะไรหรอครับ - -
buachompoox โพสต์ 2008-6-17 20:57:26
โอ้ สกิน blue gray ก้อมีนะแบบนี้แแอบลอกก่อน ~(25)~
ขออภัย! คุณไม่ได้รับสิทธิ์ในการดำเนินการในส่วนนี้ กรุณาเลือกอย่างใดอย่างหนึ่ง ลงชื่อเข้าใช้ | สมัครสมาชิก

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

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

GMT+7, 2024-5-18 08:09

Powered by Discuz! X3.4, Rev.66

Copyright © 2001-2021 Tencent Cloud. Licensed

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