Mở elements.php của skins cần sửa
Tìm:
tìm:
xong rùi edit css lại cho phù hợp với skin là đc
*** Chú ý những chữ màu đỏ
Tìm:
- Code:
$elements['displayheader']=<<<eot
<div id="wrapper">
<div class="Search">
<form method="post" action="visit.php">
<input name="job" type="hidden" value="search"/>
<input name="searchmethod" type="hidden" value="2"/>
<input name="keyword" type="text" id="search-text" alt="Tìm kiếm" class="keyword" value="Tìm kiếm..." onblur="if(this.value=='') this.value='Tìm kiếm...';" onfocus="if(this.value=='Tìm kiếm...') this.value='';" title="Tìm kiếm"/>
</form>
</div>
<div id="header">
<div id="innerHeader">
<div class="blog-header">
<div class="blog-title"><div class="logo"> </div></div>
<div class="blog-desc">{blogdesc}</div>
</div>
</div>
</div>
<div id="menu">
<ul>{section_head_components}</ul>
</div>
<div class="blockdivider">
<div id="block1">
<div id="top-ads">
<span class="top-ads-left"></span>
<div class="topAds"><div id="ads"><center><font color="#666666" size="4"><strong>Loading....</strong></font></center></div></div>
<span class="top-ads-right"></span>
</div>
</div>
</div>
- Code:
<div class="panel1">
<h5 onclick='showhidediv("ptd");'>Top 10 12B9'Blog</h5>
<div class="panel-content" align=center id="ptd" style="display: block">
<table bgcolor="#FFFFFF">
<tr>
<td align=left class="allhotview"><h1>Bài Mới Nhất</h1><!--global:{block_entries}--></td>
<td align=left class="allhotreplies"><h1>Xem Nhiều Nhất</h1><!--global:{block_hotview}--></td>
<td align=left class="RandArticle"><h1>Bài Viết Ngẫu Nhiên</h1><!--global:{block_RandArticle}--></td>
</tr></table>
</div>
<div class="panel-bot1"></div>
</div>
tìm:
- Code:
$elements['sideblock']=<<<eot
<div class="panel">
<h5 onclick='showhidediv("sidebar_{id}");'>{title}</h5>
<div class="panel-content" id="sidebar_{id}" style="display: {ifextend}">
{content}
</div>
<div class="panel-bot"></div>
</div>
Eot;
- Code:
$elements['sideblock_RandArticle']='';
$elements['sideblock_hotview']='';
$elements['sideblock_entries']='';
mở styles.css
- Code:
.allhotview h1, .allhotreplies h1, .RandArticle h1 { color: #3875D7; font-size: 14px; font-weight: bold; padding: 0 0 3px 0; border-bottom: 2px dotted #666; text-align:center;}
.allhotview, .allhotreplies, .RandArticle { float: left; padding: 0 0 0 20px; width: 290px; height: 250px;}
.allhotview ul, .allhotreplies ul, .RandArticle ul { margin: 2px 0 0 0; padding: 0 0 0 17px; line-height: 150%; font-size:8pt;}
.allhotview li{ color: #3875D7; list-style-type: none;}
.allhotreplies li, .RandArticle li { list-style-type: none; color: #3875D7;}
.panel1 h5 {text-align : center;color : #fff;font-size : 14px;font-weight : bold;cursor : pointer;letter-spacing : 1.5pt;padding : 5px 0 0 10px;margin : 0;height : 25px;background : url("http://www.nghebao.vn/forum/images/panel_top111.gif");}.panel1 h5 a {color : #ccc;}.panel1 h5:hover {text-align : center;color : #fff;font-size : 14px;font-weight : bold;cursor : pointer;letter-spacing : 1.5pt;padding : 5px 0 0 10px;margin : 0;height : 25px;background : url("http://www.nghebao.vn/forum/images/panel_top11.gif");}.panel-content1 {margin : 0;padding : 5px 10px 0 5px;line-height : 150%;color : #000;background : #ffffff;border-left : 1px solid #008aff;border-right : 1px solid #008aff;font-size : 10pt;}.panel-bot1 {height : 8px;background : url("http://www.nghebao.vn/forum/images/panel_bot1.gif");}
xong rùi edit css lại cho phù hợp với skin là đc
*** Chú ý những chữ màu đỏ
- Code:
<!--global:{block_[color=red]entries[/color]}-->
<!--global:{block_[color=red]hotview[/color]}-->
<!--global:{block_[color=red]RandArticle[/color]}-->
$elements['sideblock_[color=red]RandArticle[/color]']='';
$elements['sideblock_[color=red]hotview[/color]']='';
$elements['sideblock_[color=red]entries[/color]']='';