1 頁 (共 1 頁)

[求教]shoutbox版面問題(已解決)

發表於 : 2004-11-01 19:32
亞Q
圖檔
本人安裝的shoutbox是版本 1.1.5
請教各位大大怎可以將首頁顯示的行數增加~
現只看到不足三行的留言~

另其堆積了很多舊的留言~
但在後台管理時已輸入
"自動刪除線上留言"為"1"
但是按送出後又變回一個空白格
亦不見刪除舊留言的效果~
我該怎麼辦~

但我在index_body.tpl 更改 height為300

代碼: 選擇全部

<table width="100%" cellspacing="0" border="0" align="center" cellpadding="3" class="forumline"> 
      <tr> 
         <td align="center" nowrap="nowrap" class="catHead"><span class="cattitle"><a href="{U_SHOUTBOX_MAX}">{L_SHOUTBOX}</a></span></td> 
      </tr> 
      <tr>
         <td> 
          <iframe src="{U_SHOUTBOX}" scrolling="NO" width="100%" height="300" frameborder="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe> 
         </td> 
  </tr> 
</table>
但出現了
圖檔

發表於 : 2004-11-01 19:48
吉川拓也
你應該改的是顯示框架裡面的高度才對 !
這個檔案 shout_body.tpl
裡面的 :

代碼: 選擇全部

		 <iframe src="{U_SHOUTBOX_VIEW}" align="left" width="100%" height="145" frameborder="0" marginheight="0" marginwidth="0" allowtransparency="true">
		</iframe>
高度調整 !

發表於 : 2004-11-01 21:36
亞Q
多謝大大~