Vào Display -> template -> over_header_new tìm :
Thay bằng :
tiếp theo vào display -> template -> portal -> mod_recent_topic :
thay hết tất cả bằng code sau :
vào Display -> color -> CSS paste thêm đoạn code sau :
(chinhphuc.info)
- Code:
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<table cellpadding="0" cellspacing="0" width="100%" class="three-col">
<tbody>
<tr>
<td valign="top" width="{C1SIZE}">
<div id="{ID_LEFT}">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
</td>
<td valign="top" width="100%">
<!-- BEGIN html_validation -->
</td>
</tr>
</tbody>
</table>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>
<!-- END html_validation -->
Thay bằng :
- Code:
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="100%">
<div class="test"><table class="thongke" cellpadding="0" cellspacing="0" width="100%" align="center"><tr><!-- BEGIN giefmod_index1 --><td align="center">
{giefmod_index1.MODVAR}
</td><!-- END giefmod_index1 --></tr></table><br /></div>
</td>
</tr><tr>
<td valign="top" width="100%">
<!-- BEGIN html_validation -->
</td>
</tr>
</tbody>
</table>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>
<!-- END html_validation -->
tiếp theo vào display -> template -> portal -> mod_recent_topic :
thay hết tất cả bằng code sau :
- Code:
<!-- BEGIN classical_row --> <table class="forumline" width="750" border="0" cellspacing="1" cellpadding="0" align="left"><tr>
<td class="catLeft" height="25" align="left">
<span class="genmed module-title">{L_RECENT_TOPICS}</span>
</td>
</tr>
<tr align="left">
<td align="left">
<table summary="Lastet-topic" width="100%" align="left">
<!-- BEGIN recent_topic_row -->
<tr align="left">
<td class="row3 genmed" width="70%" align="left">
<a class="thumbnail" href="{classical_row.recent_topic_row.U_TITLE}"><font color=white>__</font><strong><font color=#20B6FB>{classical_row.recent_topic_row.L_TITLE}</font>
<span> <size=2> <img src=http://i94.photobucket.com/albums/l94/trainamdinh9x/5346.gif><font color=#00bfff><strong><b>Thời Gian:</b></strong></font> {classical_row.recent_topic_row.S_POSTTIME}</size><br> <size=2> <img src="http://i94.photobucket.com/albums/l94/trainamdinh9x/5346.gif"><font color=#00bfff><strong>Lời Nhắn Từ Diễn Ðàn:</strong></font> Hãy cảm ơn tác giả vì đã viết bài nhé! Thân!</font><br>
<img src=http://i455.photobucket.com/albums/qq272/chanpin/trangtri/1-4.gif> </span>
<br>
</strong></a>
<td class="row3" nowrap="nowrap" title="" align="right">
<table title="" border="0" cellspacing="0" cellpadding="0" width="100%" style="table-layout:fixed" align="right"><tbody><tr><td><font color="white">.</font></td><td width="150px" align="right"><a href="{classical_row.recent_topic_row.U_POSTER}"> <span class="genmed"><b><img src="http://www.rap.vn/diendan/2009/statusicon/post_old.gif">{classical_row.recent_topic_row.S_POSTER}</b></span></a></td></tr></tbody>
</table>
</td>
</tr>
<!-- END recent_topic_row -->
</table></td></tr></table><!-- END classical_row -->
vào Display -> color -> CSS paste thêm đoạn code sau :
- Code:
.forumline{
border: 0px #0d0d0d solid;
background: #fff url(http://i602.photobucket.com/albums/tt110/tuyetson08/listg.gif) no-repeat 0px 34px;
color: #000000;
}
.forumline02{
border: 0px #0d0d0d solid;
background: #fff;
color: #000000;
}
.catLeft
{
background: #ffcf62 url(http://i602.photobucket.com/albums/tt110/tuyetson08/tilecat.gif) repeat-x top left;
color: #000000;
font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.catLeft a:link, .catLeft_alink
{
color: #000000;
text-decoration: none;
}
.catLeft a:visited, .catLeft_avisited
{
color: #000000;
text-decoration: none;
}
.catLeft a:hover, .catLeft a:active, .catLeft_ahover
{
color: #FF3300;
text-decoration: underline;
}
td.row1{
background: #fff;;
color: #000000;
}
td.row2{
background: #fff;
color: #000000;
}
td.row3{
background: transparent;
color: #000000;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background: #FF0000 url(http://i602.photobucket.com/albums/tt110/tuyetson08/tilecat.gif) repeat-x top left;
color: #000000;
font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
height: 29px;
}
.thumbnail{position: relative;z-index: 0;}.thumbnail:hover{background-color: transparent;z-index: 50;}.thumbnail span{ /*CSS for enlarged image*/position: absolute;background-color: lightyellow;padding: 5px;left: -1000px;border: 1px dashed black;visibility: hidden;color: black;text-decoration: none;}.thumbnail span img{ /*CSS for enlarged image*/border-width: 0;padding: 2px;}.thumbnail:hover span{ /*CSS for enlarged image on hover*/visibility: visible;top: 0;left: 150px; /*position where enlarged image should offset horizontally */}
(chinhphuc.info)