Đăng Nhập

Vui lòng khai báo chính xác tên truy cập và mật khẩu!

Quên mật khẩu?

    [punBB] Latest Topic ở index

      Admin
      Admin

      Giới tính : Nam

      Đến từ : TPHCM

      Ngày Tham gia : 03/04/2011

      Tổng số bài gửi : 2292

      #1

       Fri Jun 15, 2012 10:00 am

      1.Display/template/QLTT/overall_header_new:
      tìm
      Code:
      {ID_LEFT}

      dổi thành cái gì cũng được :;-)):
      2.Vào Dispaly/color/CSS:
      thêm:
      Code:
      div#left {clear:both; width: 100%; !important}
      html #content-container div#main {margin-left: 0px; !important}
      3.Display/template/Portal/mod_rencent_topic:
      thay tất cả bằng:

      Code:
      <!-- BEGIN scrolling_row -->
      <div class="module main">
        <div class="main-head"><div class="h3">{L_RECENT_TOPICS}</div></div>
        <div class="main-content" id="comments_scroll_div" style="height:{SCROLL_HEIGHT}px;overflow:auto">
            <!-- BEGIN recent_topic_row -->
            » <a onmouseover="document.getElementById('comments_scroll_container').stop();" onmouseout="document.getElementById('comments_scroll_container').start();" href="{scrolling_row.recent_topic_row.U_TITLE}">{scrolling_row.recent_topic_row.L_TITLE}</a><br />
            <img src="{ICON_TIME}" alt="" />{scrolling_row.recent_topic_row.S_POSTTIME} {BY} <a onmouseover="document.getElementById('comments_scroll_container').stop();" onmouseout="document.getElementById('comments_scroll_container').start();" href="{scrolling_row.recent_topic_row.U_POSTER}">{scrolling_row.recent_topic_row.S_POSTER}</a><br /><br />
            <!-- END recent_topic_row -->
        </div>
      </div>
      <!-- END scrolling_row -->

      <!-- BEGIN classical_row --><br />
      <div class="module main">
        <div class="main-head"><h3>Liệt kê những bài viết mới nhất</h3></div>
        <div class="main-content"><table cellpadding="0" cellspacing="0" class="table"><thead><tr><th width="50%">Bài viết mới</th><th width="20%">Người viết</th><th width="50%">Vào lúc</th></tr></thead><tbody class="statused"><!-- BEGIN recent_topic_row --><tr><td style=" padding: 2px; padding-left:10px;"> <img src="http://i292.photobucket.com/albums/mm30/huylordno1/cpstyle/lastpost.gif"></img><a href="{classical_row.recent_topic_row.U_TITLE}">    {classical_row.recent_topic_row.L_TITLE} </a></td><td class="tc3"  style=" padding: 2px;padding-left:10px;"><a href="{classical_row.recent_topic_row.U_POSTER}">{classical_row.recent_topic_row.S_POSTER}</a></td><td  style=" padding: 2px;padding-left:10px;">{classical_row.recent_topic_row.S_POSTTIME}</td></tr>  <!-- END recent_topic_row --></tbody></table>
       
        </div>
      </div><br />
      <!-- END classical_row -->

      <script type="text/javascript">
      //<![CDATA[
      div_marquee('comments_scroll_div', 'comments_scroll_container', '{SCROLL_WAY}', '{SCROLL_STEP}', '{SCROLL_DELAY}', '{SCROLL_HEIGHT}', 'genmed');
      //]]>
      </script>