第 1 頁 (共 1 頁)
[問題] 可以在版面之前加入圖片嗎??
發表於 : 2005-03-20 16:23
由 233062306
發表於 : 2005-03-20 17:05
由 Mac
發表於 : 2005-03-20 18:19
由 233062306
超級感謝呀!!!
但...這些是什麼....看了1小時多不不明-,-
回報這支外掛確定會和Closed Category Mod v1.0共用幾段程式碼,因為這樣似乎無法正確安裝,報告完畢!
[外掛] 討論版 版面圖示 V1.0.3
代碼:
#
#-----[ 打開 ]------------------------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ 尋找 ]------------------------------------------
#
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
#
#-----[ 之中, 尋找 ]------------------------------------------
#
colspan="2"
#
#-----[ 取代為 ]------------------------------------------
#
colspan="3"
#
#-----[ 尋找 ]------------------------------------------
#
Closed Category Mod v1.0 (收放討論區)
代碼:
#
#-----[ OPEN ]------------------------------------------
#
templates/your_template/index_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
#
#-----[ REPLACE WITH ]-----------------------------------
#
<th class="thCornerL" width="50" height="25" align="left" nowrap="nowrap"><a href="{U_SHOW_ALL_CATEGORIES}"><img src="images/icon_plus.gif" alt="{L_SHOW_ALL_CATEGORIES}" border="0" hspace="1" /></a><a href="{U_HIDE_ALL_CATEGORIES}"><img src="images/icon_minus.gif" alt="{L_HIDE_ALL_CATEGORIES}" border="0" hspace="1" /></a></th>
<th class="thTop" nowrap="nowrap"> {L_FORUM}</th>
#
#-----[ OPEN ]------------------------------------------