1 頁 (共 1 頁)

[分享]在fiapple佈景中加入快速回覆的修改方法

發表於 : 2002-11-01 20:53
godbless
在fiapple佈景中加入快速回覆的修改方法(特別修改法)
範例:http://gff.mac.to/phpBB2/viewtopic.php?t=4470
圖示:圖檔

代碼: 選擇全部

# 
#-----[ ACTION: OPEN  ]------------------------------------------ 
# 

/templates/fiapple/viewtopic_body.tpl 

# 
#-----[ ACTION: FIND ]------------------------------------------ 
# 

<td width="70%" class="row1">   

# 
#-----[ ACTION: ADD ]------------------------------------------ 
# 
<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> 
     </tr> 
</table> 

發表於 : 2003-02-27 06:00
sakamoto
我將它copy上去了~但是我寫好之後卻無法顯示出來....請問我還需要改什麼呢?

發表於 : 2003-02-28 00:26
godbless
你的fIAPPLE是第幾版的?

發表於 : 2003-02-28 10:39
sakamoto
我是直接去它的網頁那邊載下來的..當初載的好像是第2版....我記得是...