1/ Vào Module -> Forum widgets management -> widgets general options:

Display forum widgets : chọn Có
Width column 1 (left) : điền 180
Width column 3 (right) : điền nhiu cũng dc ( tốt nhất là 0 )

Sau đó đặt widget như hình :
[You must be registered and logged in to see this image.]
Nhấn vào bánh xe màu vàng để sửa cấu hình:
+ Number of recent topics : nhiu cũng dc (forum mình chọn 12).
+ Activate the recent topics scrolling : chọn không

2/ Vào Display ~> template ~> portal ~> chọn mod_recent_topics:
Thay tất cả code trong đó bằng code sau:

Code:

<table style="border:#CCCCCF 1px solid;" width="100%">
<!-- BEGIN classical_row -->  <tr>
      <th height="25" colspan="3"><span class="genmed" width="100%"><b><center>Bài gửi sau cùng </center></b></span></th>
  </tr>
<tr><td class="catHead" align="center"><span class="genmed">Bài gửi</span></td><td class="catHead" align="center"><span class="genmed">Người gửi</span></td><!-- BEGIN recent_topic_row -->
  <tr>
      <td class="row1" align="left" width="70%"><span class="gensmall">
      [»»] <a href="{classical_row.recent_topic_row.U_TITLE}">{classical_row.recent_topic_row.L_TITLE}</a></td>
<td class="row1" align="center" width="30%"> <span class="gensmall"><!-- BEGIN switch_poster -->
[-‘๑’-] <a onmouseover="document.getElementById('comments_scroll_container').stop();" onmouseout="document.getElementById('comments_scroll_container').start();" href="{classical_row.recent_topic_row.switch_poster.U_POSTER}"><font face="Times New Roman" sixe="2">{classical_row.recent_topic_row.switch_poster.S_POSTER}</font></a>
      <!-- END switch_poster -->
</td>
  </tr><!-- END recent_topic_row -->
<!-- END classical_row --></table>

3/ Vào Display ~> template ~> quản lí tổng thể ~> chọn overall_header_new:
Nhấn F3 tìm:

Code:

<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>

thay vào là:

Code:

<td valign="top" width="100%">
                          <div id="center">
                              <!-- BEGIN giefmod_index1 -->
                                {giefmod_index1.MODVAR}
                                <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                <!-- END saut -->
                              <!-- END giefmod_index1 -->
                          </div>
                        </td>
</tr>
      <tr>