Admin Admin
| Tiêu đề: Thống kê bài viết sau cùng trong diễn đàn. Thu Feb 09, 2012 6:37 pm | |
| Đã khám phá ra là latest topic của huy chia sẻ không phải lỗi mà là để màu không được ( nếu để màu chữ là tum ngay ) bây h đã fix lại đây B1: vào Display -> template -> over_header_new tìm : - 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 --> B2 : 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="700" 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 href="{classical_row.recent_topic_row.U_TITLE}"><font color=white>__</font><span style="color:#20B6FB"><strong> {classical_row.recent_topic_row.L_TITLE}</strong></span></a> </td> <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="100px" align="right"><a href="{classical_row.recent_topic_row.U_POSTER}"> <span class="genmed"><i>{classical_row.recent_topic_row.S_POSTER}</i></span></a></td></tr></tbody> </table> </td> </tr> <!-- END recent_topic_row -->
</table></td></tr></table><!-- END classical_row --> B3: vào Display -> color -> CSS paste thêm đoạn code sau : - Code:
-
.forumline{ border: 0px #0d0d0d solid; background: #fff url(http://img27.imageshack.us/img27/3236/listg.gif) no-repeat 0px 34px; color: #000000; } .forumline02{ border: 0px #0d0d0d solid; background: #fff; color: #000000; } .catLeft { background: #ffcf62 url(http://img401.imageshack.us/img401/1566/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://img401.imageshack.us/img401/1566/tilecat.gif) repeat-x top left; color: #000000; font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; height: 29px; } [You must be registered and logged in to see this link.]Lưu ý : Các forum nếu xài các version khác lâu quá có lẽ sẽ lỗi phpBB2 như beatbox.forumotion.com bị lỗi nên không làm được cái này cho nên làm cái này đa số là không làm được đặt [You must be registered and logged in to see this link.]nguồn chinhphuc.info Nếu thấy hay thì thank nha |
|