Chủ đề: Vì sao Last Topisc không hiện trên đầu forum

   #1
huyvip83Admin
Tổng số bài gửi :
3

Join date :
30/09/2016

https://kiemtraforum.forumvi.net

Vì sao Last Topisc không hiện trên đầu forum Empty Vì sao Last Topisc không hiện trên đầu forum

8. Chèn đoạn codes sau vào trên cùng của Index_body
ACP> Display> Templates> General - QLTT> Index_body
bấm save rùi Vì sao Last Topisc không hiện trên đầu forum 98458354

Spoiler:
Code:
Code:
<table
 class="thongke" cellpadding="5" cellspacing="0" style="border: 1px
#ded7d7 solid;" border="0" width="100%" align="center">
                                                    <thead>
                                          <tr valign="top">
                                    <td class="tcat"><font color=white>Forum A1</font></td>
                                        </tr>
                                            </thead>
                                                <tr>
                                              <td width="100%">
 
                                                   <table
class="thongke" cellpadding="0" cellspacing="2" border="0" width="100%"
align="center">
                                                      <thead>
                                                <tr valign="top">
 
                                                           <td
width="27%"></td><td width="100%" colspan="2"></td>
                                                          </tr>
                                                <tr>
 
                                                    
<td><table  class="thongke" cellpadding="0" cellspacing="0"
border="0" width="100%" align="center" ><tr><td
colspan="3">
<div class="mainbox" style="margin-bottom: 5px;">
<ul
 class="tabs"><li class="current"><span style="padding: 0px
2px;">Forum A1</span></li></ul>


<embed src="http://dl.dropbox.com/u/10126397/focus.swf" wmode="opaque" flashvars="config=5|0xffffff|0x0099ff|50|0xffffff|0x0099ff|0x000000&bcastr_flie=
http://www.giaidieuxanh.vn/Image/15/08.jpg
|http://seablogs.zenfs.com/u/5CL_PGGXBBXkRqwpZMKU/photo/ap_20101018074605592.jpg
|http://seablogs.zenfs.com/u/5CL_PGGXBBXkRqwpZMKU/photo/20100626101129736.jpg
|http://seablogs.zenfs.com/u/5CL_PGGXBBXkRqwpZMKU/photo/20100626101359322.jpg
|http://www.noiket.com.vn/tuvan/img/hinh_tuvan/friendship.jpg
&bcastr_link=http://a1family.forumvi.com/t448-topic#1930
|http://a1family.forumvi.com/t7-topic
|http://a1family.forumvi.com/t10-topic
|http://a1family.forumvi.com/t10-topic
|http://a1family.forumvi.com
&bcastr_title=Quà tặng âm nhạc
|A1 family
|Girls
|Boys
|Best friend

& menu=" false"="" quality="high" width="100%" height="150" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>


</div></td></tr>
<tr>
<td valign="top" style="border: 1px solid #9DB3C5;">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}<!-- END giefmod_index1 -->
                                               
                                            </td></tr></table>

                                          </div>
                              </td>
                                    </tr>
                                    <tr>
                                              <td valign="top" width="100%">

                                            </td>
                                                                </tr>
                                                      </tbody>
                                                </table>


9. Tìm và xóa một đoạn codes sau trong overall_header
ACP> Display> Templates> General - QLTT> Overall_header
bấm save rùi Vì sao Last Topisc không hiện trên đầu forum 98458354

Spoiler:
Code:
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 -->


Nếu như trong header ko còn đoạn đó tức nó bị xóa rùi...ko sao cả..

10. chèn vào cuối CSS
ACP> Display> Colors & Pics> Colors> CSS stylesheet
chèn thêm vô CSS bấm nút Vì sao Last Topisc không hiện trên đầu forum 2024386231

Spoiler:
Code:
Code:
/* tabs-------------------------------------------------------------*/
.tabs { margin: 0; padding: 0;}
.tabs { padding-bottom: 31px; margin-bottom: 15px; background: #e5effe; border-bottom: 1px solid #b4d0f3; }
.tabs li { list-style: none;float: left; line-height: 30px; border-right: 1px solid #b4d0f3; height: 30px; font-size: 11px;}
.tabs li.current { background: #FFF; height: 32px; font-weight: bold; }
.mainbox { background: #FFF; border: 1px solid #9DB3C5; margin-bottom: 6px; padding: 1px;}
.mainbox table { width: 100%; }
#dhtmlpointer, #dhtmltooltip
{
  z-index: 999;
  left: -300px; top:0px;
  visibility: hidden;
  position: absolute;
}
#dhtmltooltip
{
  border: #666 2.4px solid;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 10px;
  font-size: 9pt;
  font-family: Arial;
  background-color: white;
  width: auto;
  max-width: 340px;
  width:expression( document.body.clientWidth > 340? "340px": "auto" );
  text-align:left;
}

11/ACP>Display>Templates>Quản lý tổng thể>
memberlist_body:
thay toàn bộ code trong đó bằng:

Spoiler:
Code:
Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr>
    <td><div class="tcat_left"></div></td><td class="tcat_top_bg" width="9"></td>
    <td class="tcat_bar_bg" nowrap="nowrap" valign="top">
    <table cellpadding="0" cellspacing="0" border="0" style="margin-top: 102px; margin-left: 270px;">
    <tr><td nowrap="nowrap">
    <strong><span class="secondarytitle">Tìm kiếm</span></strong>
    </td></tr></table></td></tr></table>
     
    <div class="tcat_bg">
    <table border="0" width="732" align="center"><tr><td>
<form action="{S_MODE_ACTION}" method="get">
<table cellspacing="0" cellpadding="5" border="0" align="center" class="forumline" width="100%">
   <tr>
      <th class="thTop" nowrap="nowrap">Tìm thành viên hoặc chỉnh sửa cách sắp xếp</th>
   </tr>
   <tr>
      <td class="row1">
      <table cellspacing="2" cellpadding="0" border="0" align="center" class="genmed">
         <tr>
 
           <td width="100%">{L_USER_SELECT} <input type="text"
class="post" name="username" maxlength="25" size="20"
value="{L_USER_SELECT_VALUE}" />     
            {L_SELECT_SORT_METHOD} {S_MODE_SELECT}     
 
           {L_ORDER} {S_ORDER_SELECT}       {S_HIDDEN_SID} <input
class="liteoption" type="submit" name="submit" value="{L_SUBMIT}"
/></td>
         </tr>
      </table>
      </td>
   </tr>
</table>
</form>
    </td>
    </table></div><div class="tcat_bottom"></div>
<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr>
    <td><div class="tcat_left"></div></td><td class="tcat_top_bg" width="9"></td>
    <td class="tcat_bar_bg" nowrap="nowrap" valign="top">
    <table cellpadding="0" cellspacing="0" border="0" style="margin-top: 102px; margin-left: 270px;">
    <tr><td nowrap="nowrap">
    <strong><span class="secondarytitle">Thành viên Forum [A1]</span></strong>
    </td></tr></table></td></tr></table>
     
    <div class="tcat_bg">
    <table border="0" width="732" align="center"><tr><td>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th class="thCornerL" nowrap="nowrap" height="25">Stt</th>
      <th class="thTop" nowrap="nowrap">{L_AVATAR}</th>
      <th class="thTop" nowrap="nowrap">{L_USERNAME}</th>
      <!-- BEGIN switch_th_group -->
      <th class="thTop" nowrap="nowrap">{L_GROUPS}</th>
      <!-- END switch_th_group -->
      <th class="thTop" nowrap="nowrap">Ngày tham gia</th>
      <th class="thTop" nowrap="nowrap">Lần truy cập cuối</th>
      <th class="thTop" nowrap="nowrap">Bài gửi</th>
      <th class="thTop" nowrap="nowrap">{L_PM}</th>
   </tr>
   <!-- BEGIN memberrow -->
   <tr>
 
     <td class="{memberrow.ROW_CLASS}" align="center"><span
class="gen"> {memberrow.ROW_NUMBER} </span></td>
     
 <td class="{memberrow.ROW_CLASS}" align="center"><div
class="avatar mini"><a class="avatar97"
href="{memberrow.U_VIEWPROFILE}">{memberrow.AVATAR_IMG}</a></div></td>
 
     <td class="{memberrow.ROW_CLASS}" align="center"><span
class="gen"><div class="thanhvienmoi" style="width:
146px;"><font style="font-family: Tahoma; font-size:
11px"><a class="gen" href="{memberrow.U_VIEWPROFILE}"><span
onmouseover="showtip('Số bài viết: <font
color=red>{memberrow.POSTS}</font>
Ngày tham gia: <font color=green>{memberrow.JOINED}</font>
 
Lần truy cập cuối: <font color=red>{memberrow.LASTVISIT}</font>
Status:
 <font color=#FF6FAB>{memberrow.INTERESTS}</font>');"
onmouseout="hidetip();"><span
class="genmed">{memberrow.USERNAME}</span></span></a></font></div></span></td>
      <!-- BEGIN switch_td_group -->
      <td class="{memberrow.ROW_CLASS}" align="center"><span class="gen">{memberrow.GROUPS}</span></td>
      <!-- END switch_td_group -->
 
     <td class="{memberrow.ROW_CLASS}" align="center"
valign="middle"><span
class="gensmall">{memberrow.JOINED}</span></td>
     
<td class="{memberrow.ROW_CLASS}" align="center"
valign="middle"><span
class="gensmall">{memberrow.LASTVISIT}</span></td>
   
   <td class="{memberrow.ROW_CLASS}" align="center"
valign="middle"><span
class="gen">{memberrow.POSTS}</span></td>
      <td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.PM_IMG} </td>
   </tr>
   <!-- END memberrow -->
   <!-- BEGIN switch_no_user -->
   <tr>
 
     <td class="catBottom" colspan="{switch_no_user.COLSPAN_NUMBER}"
height="28" align="center"><span
class="gensmall">{switch_no_user.L_NO_USER}</span></td>
   </tr>
   <!-- END switch_no_user -->
</table>
    </td>
    </table></div><div class="tcat_bottom"></div>
<!-- BEGIN switch_pagination -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td><span class="nav">{PAGE_NUMBER}</span></td>
      <td align="right"><span class="nav">{PAGINATION}</span></td>
   </tr>
</table>
 
 
<!-- END switch_pagination -->

ok rùi đó...
nếu có j` còn lỗi thì pm lại cho Jack sau hen...
thank bạn nhiều


Permissions in this forum:

Bạn không có quyền trả lời bài viết