外掛的下載網址:http://www.phpbb.com/phpBB/viewtopic.php?t=175240
phpbb版本: phpBB 2.0.17
請問一下 這個外掛是不是和attach_mod_2314有點衝呢\r
我之前用attach_mod_2311可以安裝
現在重裝論壇後 裝了attach_mod_2314
但是在修改這個外掛時
再下面這段 我就找不到了 attach_mod_2314有做過修改了
代碼: 選擇全部
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewtopic_attach_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<td colspan="2" align="center"><br /><img src="{postrow.attach.cat_images.IMG_SRC}" alt="{postrow.attach.cat_images.DOWNLOAD_NAME}" border="0" /><br /><br /></td>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
<img src=
#
#-----[ IN-LINE BEFORE, ADD ]------------------------------------------
#
<a href="{postrow.attach.cat_images.IMG_SRC}" target="_blank">
#
#-----[ IN-LINE FIND ]------------------------------------------
#
IMG_SRC}" alt
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
IMG_SRC}" {postrow.attach.cat_images.IMG_SIZE} alt
#
#-----[ IN-LINE FIND ]------------------------------------------
#
border="0" />
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
</a>代碼: 選擇全部
<div align="center"><hr width="95%" /></div>
<!-- END cat_swf -->
<!-- BEGIN cat_images -->
<div align="center"><hr width="95%" /></div>
<table width="95%" border="1" cellpadding="2" cellspacing="0" class="attachtable" align="center">
<tr>
<td width="100%" colspan="2" class="attachheader" align="center"><b><span class="gen">{postrow.attach.cat_images.DOWNLOAD_NAME}</span></b></td>
</tr>