[問題]架設好論壇想修改快速回覆可以ㄇ

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

版主: 版主管理群

主題已鎖定
糊塗蛋
星球普通子民
星球普通子民
文章: 4
註冊時間: 2004-11-12 23:13

[問題]架設好論壇想修改快速回覆可以ㄇ

文章 糊塗蛋 »

我架設論壇好後做一些外掛修改\r
但是在我修改phpbb 2.0.10都可以正常使用\r
但是我修改過ㄌ風格後想做快速回覆外掛修改就不可以
我想說因該就只要去修改新風格裡面檔案就可以使用ㄌ
所以下是我修改過ㄉ程式

/templates/your_template/viewtopic_body.tpl

原始程式

<table width="100%" cellspacing="2" border="0" align="center">
<tr> \r
<td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall">{S_WATCH_TOPIC}</span><br />
<br />
{S_TOPIC_ADMIN}</td>
<td align="right" valign="top" nowrap="nowrap">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></td>
</tr>
</table>


改為\r

<table width="100%" cellspacing="2" border="0" align="center">
<tr>
<td width="40%" valign="top" nowrap="nowrap" align="left">
<span class="gensmall">{S_WATCH_TOPIC}</span><br /> <br />{S_TOPIC_ADMIN}
</td>
</tr>
</table>

<table width="100%" cellspacing="2" border="0" align="center">
<tr>
<td valign="top" align="left">
<form name="quick_reply" action="{U_QUICK_REPLY}" method="post"><!-- Quick_Reply_MOD -->
<!-- BEGIN quick_reply_anonymous -->
<span class="gensmall"><b>{L_USERNAME}</b></span><br />
<span class="genmed"><input type="text" class="post" tabindex="1" name="username" size="25" maxlength="25" value="" /></span><br />
<!-- END quick_reply_anonymous -->
<textarea name="message" rows="7" cols="35" wrap="virtual" style="width:500px" class="post" onclick="{if(document.quick_reply.message.value=='{L_QUICK_REPLY_TOPIC}') document.quick_reply.message.value=''}">{L_QUICK_REPLY_TOPIC}</textarea><br />
{U_HIDDEN_FORM_FIELDS}
<input type="image" src="{QUICK_REPLY_IMG}" border="0" alt="{L_QUICK_REPLY_TOPIC}" onClick="if(document.quick_reply.message.value == '{L_QUICK_REPLY_TOPIC}' || document.quick_reply.message.value == ''){ alert('{L_EMPTY_MESSAGE}'); return false;}else{ return true;}" />
</form>
</td>
<td align="right" valign="top" nowrap="nowrap">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></td>
</tr>
</table>

那修改過後在新風格中有快速回覆ㄉ欄位
但是就是圖形不可以顯示出來
我也有把圖形COPY到新風格資料夾中templates\JustFooty\images
也是一樣這樣ㄉ問題
想麻煩大家幫我解答一下............麻煩各位好手..................
carlos523
星球公民
星球公民
文章: 87
註冊時間: 2004-08-24 16:21
來自: 台北
聯繫:

文章 carlos523 »

主題已鎖定

回到「外掛問題討論」