[問題] Shrink Attached Image Mod

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
stric
星球公民
星球公民
文章: 99
註冊時間: 2002-08-16 09:30

[問題] Shrink Attached Image Mod

文章 stric »

問題外掛及版本:Shrink Attached Image Mod
外掛的下載網址: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>
我看我{postrow.attach.cat_images.DOWNLOAD_NAME}的前後變成底下這段\r

代碼: 選擇全部

<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>
請問要如何修改呢
主題已鎖定

回到「外掛問題討論」