[問題] 快速回覆…每一篇文章也出現…(有圖看)

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

版主: 版主管理群

主題已鎖定
究極冒號
星球公民
星球公民
文章: 52
註冊時間: 2005-01-08 23:26
來自: HK
聯繫:

[問題] 快速回覆…每一篇文章也出現…(有圖看)

文章 究極冒號 »

我安裝了:Advanced Quick Reply Mod
phpbb版本2.0.11
風格:Macinscott2

成功安裝了~可是卻出現以下圖片的情況,就是每一篇文章也會出現表框「快部回覆」,請問有誰知道這種錯誤應該在哪修改呢?

圖檔


以下是這個外掛的安裝說明:

代碼: 選擇全部

#################################################################
## Mod Title: Advanced Quick Reply Mod
## Mod Author: RustyDragon <dev@RustyDragon.com>  http://www.phpbbhacks.com
## Mod Version: 1.1.1
## Mod Description: This will allow users to use quick reply form 
##		which is placed below every topic.
##		It will only display when user has the Reply access
##		User have a option to quote the last message.
##      A list of 24 smilies is shown below input area.
##		Users can paste names of users just by clicking on it.
##      Also they can select any text on a page and quote it to the input area.
##
##      Last 3 options were absent in Quick Reply Mod with Quote on which
##      this mod is based.
##		Additional feature - uses of template for quick reply form.
##		So you can change a look of the mod to whatever you want.
##
## Installation Level: Very Easy
## Installation Time: 4 Minutes
##
## Files To Edit: 3
##	viewtopic.php,
##	language/lang_english/lang_main.php
##	templates/subSilver/viewtopic_body.tpl
##
## Included Files: quick_reply.php, quick_reply.tpl
#################################################################
##
## Author Note:
##  If you want to have different number of smilies displayed find a line
##  $max_smilies = 30;\r
##  in a file quick_reply.php and replace 30 with whatever you want. Setting this variable to zero 
##  will disable  smilies row.
##
##  This MOD is based on Quick Reply Mod with Quote from Smartor <smartor_xp@hotmail.com>
##  
##  This mod will increase the size of your topic page by approx 7kb 
##  and execute one additional (but simple) SQL query for every page load.
##
##	The Quick-Quote Feature was an idea from Nexialys (www.bebeabord.org)
##
##	You should change all your templates and language pack
##
##  Advanced Quick Reply Mod is Copyright ?RustyDragon, 2002
##
##	Quick Reply Mod with Quote is Copyright ?Smartor, 2002
##	updated to support phpbb 2.0.4 by danb00
##   
##	(Any changes to this MOD must retain these Copyright Notices)

#
#-----[ COPY ]------------------------------------------
#
copy quick_reply.php to /
copy quick_reply.tpl to templates/subSilver

#
#-----[ OPEN ]------------------------------------------
#
viewtopic.php

#
#-----[ FIND ]------------------------------------------
#
$template->pparse('body');

include($phpbb_root_path . 'includes/page_tail.'.$phpEx);

#
#-----[ BEFORE, ADD ]------------------------------------
#
include($phpbb_root_path . 'quick_reply.'.$phpEx);

#
#-----[ OPEN ]------------------------------------------
#
lang/lang_english/lang_main.php

#
#-----[ FIND ]------------------------------------------
#
//
// That's all Folks!

#
#-----[ BEFORE, ADD ]------------------------------------
#
// Advanced Quick Reply Mod
$lang['Quick_Reply'] = 'Quick Reply';
$lang['Quick_quote'] = 'Quote the last message';
$lang['QuoteSelelected'] = 'Quote selected';
$lang['QuoteSelelectedEmpty'] = 'Select a text anywhere on a page and try again';
$lang['Quick_Reply_smilies'] = 'all';

#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewtopic_body.tpl

#
#-----[ FIND ]------------------------------------------
#
{postrow.POSTER_NAME}

#
#-----[ REPLACE WITH ]------------------------------------
#
<a href="javascript:emoticon('[b]{postrow.POSTER_NAME}[/b], ')">{postrow.POSTER_NAME}</a>

#
#-----[ FIND ]------------------------------------------
#
<!-- END postrow -->

#
#-----[ AFTER, ADD ]------------------------------------
#
	<tr align="center"> 
		<td class="row1" colspan="2" >
		{QUICKREPLY_OUTPUT}
		</td>
	</tr>


#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------
#
#EoM
我姓 究極,名 冒號
座右銘:
禍福比鄰,凶中藏吉;
己所不慾,勿施於人;
人心比萬物都醜惡,壞到盡處,誰能猜透呢?
經上所說,一個義人也沒有,連一個也沒有。
人心籌算自己的道路,唯耶和華指引他的腳步。
http://colonhome.hk.st
天霜
竹貓忠實會員
竹貓忠實會員
文章: 882
註冊時間: 2003-04-15 19:40
來自: 星之鄉學園
聯繫:

文章 天霜 »

代碼: 選擇全部

# 
#-----[ FIND ]------------------------------------------ 
# 
<!-- END postrow --> 

# 
#-----[ AFTER, ADD ]------------------------------------ 
# 
   <tr align="center"> 
      <td class="row1" colspan="2" > 
      {QUICKREPLY_OUTPUT} 
      </td> 
   </tr> 
看清楚... 是 之後,加入 喔~
不回答來自 私人訊息, 電子郵件, 及時通 的相關 phpBB 問題
除非是個人疏失所造成的問題

這世界還有拼命守護的價值嗎...
究極冒號
星球公民
星球公民
文章: 52
註冊時間: 2005-01-08 23:26
來自: HK
聯繫:

文章 究極冒號 »

想不到…=.=+

之前我其他人的文章,已有常常提醒自己,不要錯這種AFTER和BEFORE…怎知,仍然要試一次這種錯誤…實在麻煩了各位~多謝天霜您的解答~

問題已解決了~十分感謝您~^__^~謝謝。
我姓 究極,名 冒號
座右銘:
禍福比鄰,凶中藏吉;
己所不慾,勿施於人;
人心比萬物都醜惡,壞到盡處,誰能猜透呢?
經上所說,一個義人也沒有,連一個也沒有。
人心籌算自己的道路,唯耶和華指引他的腳步。
http://colonhome.hk.st
主題已鎖定

回到「外掛問題討論」