- ชื่อ: Color Cat
- ผู้เขียน: Crazy™
- นำเสนอโดย: DexMoreGroup
- ประเภท: Themes
- รองรับ: SMF 1.1.xx
- ปรับปรุงล่าสุด: 18 มิถุนายน 2553
รายละเีอียด สลับสีของหมวดหมู่ให้แตกต่างกันออกไป ทำให้ดูตาลายเล่นๆ
ตัวอย่าง
แก้ไขไฟล์:file BoardIndex.template.php
ค้นหา -->>
/* Each category in categories is made up of:
id, href, link, name, is_collapsed (is it collapsed?), can_collapse (is it okay if it is?),
new (is it new?), collapse_href (href to collapse/expand), collapse_image (up/down image),
and boards. (see below.) */
$first = true;
foreach ($context['categories'] as $category)
{
แก้เป็น -->>
ขออภัย! ท่านไม่สามารถเข้าถึงข้อมูลส่วนนี้ได้ กรุณาอ่าน เงื่อนไขการใช้งาน DexMore.Comค้นหา -->>
<div class="catbg', $category['new'] ? '2' : '', '" style="padding: 5px 5px 5px 10px;">
แก้เป็น -->>
<div class="catbg_' ,$crazy, '', $category['new'] ? '2' : '', '" style="padding: 5px 5px 5px 10px;">
file style.css
ค้นหา -->>
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
background: url(images/catbg.jpg) #88A6C0 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(images/catbg2.jpg) #A1BFD9 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: white;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: white;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #e0e0ff;
}
แก้เป็น -->>
ขออภัย! ท่านไม่สามารถเข้าถึงข้อมูลส่วนนี้ได้ กรุณาอ่าน เงื่อนไขการใช้งาน DexMore.Comรูป catbg -->>

เอาไว้ใน $boarddir/Themes/default/images
ท่านสามารถเปลี่ยนรูปแบบของ catbg ได้ตามชอบใจแค่ให้ชื่อเหมือนเดิมก็พอ
ลิงค์หัวข้อ:
http://dexmore.com/topic/241