Mini Quick Reply 1.0.0

Temporary forum to obtain support for MODs/Styles while phpbb.com is down
Locked
speedpg
Registered User
Posts: 2
Joined: Mon Feb 09, 2009 5:03 pm

Mini Quick Reply 1.0.0

Post by speedpg »

I need a little help.... i installed the mini quick reply however the quick reply box at the bottom of the posting window appears twice. One on top of the other....I included the mod below for reference and a screenshot. Any help would be appreciated.

http://www.teamkaizen.org/forum/viewtopic.php?f=2&t=468

Code: Select all

Installation Instructions for 'Mini Quick Reply' Version 1.0.0
Select Language:  English  
About this MOD
Title: 
Mini Quick Reply

Description: 
This modification will add a quick reply form to the bottom of the viewtopic page. It is based on Evil Quick Reply developed by eviL<3 in 2007.

Version: 
1.0.0

Installation Level: 
Easy

Installation Time: 
~5minutes

Author
Username: 
dyn 
Email: 
vg3001@gmail.com 
Name: 
Alexander O'Brien 
WWW: 
http://vogonhq.com 

Files to Edit
viewtopic.php, 
styles/prosilver/template/viewtopic_body.html, 
language/en/common.php 
Included Files
root/includes/functions_quick_reply.php, 
root/styles/prosilver/template/posting_qr_body.html 

--------------------------------------------------------------------------------

Disclaimer
For security purposes, please check: http://www.phpbb.com/mods/ for the latest version of this MOD. Downloading this MOD from other sites could cause malicious code to enter into your phpBB Forum. As such, phpBB will not offer support for MODs not offered in our MODs database, located at: http://www.phpbb.com/mods/

Author Notes
This is probably one of the simplest quick reply mods for phpBB. It adds simple quick reply form, and also supports bbcode buttons for prosilver themes, which you can disable. Buttons won't be shown if board has bbcode turned off. Subsilver2 themes are supported too, with a simple reply box.

Purge the cache in ACP after installation.
MOD History
2008-04-24 - Version 1.0.0

Release.

License
This MOD has been licensed under the following license:

http://opensource.org/licenses/gpl-license.php GNU General Public License v2

Other Notes
Before adding this MOD to your forum, you should back up all files related to this MOD

This MOD was designed for phpBB3.0.1 and may not function as stated on other phpBB versions. MODs for phpBB3.0 will not work on phpBB2.0 and vice versa.


 
--------------------------------------------------------------------------------
File Copy

Copy: root/includes/functions_quick_reply.php 
To: includes/functions_quick_reply.php 

Copy: root/styles/prosilver/template/posting_qr_body.html 
To: styles/prosilver/template/posting_qr_body.html 
Edits
s↑↓
Use your keyboard to navigate the code boxes. You may also hit 's' on your keyboard to go to the first code box.

Open: viewtopic.php
Find
Tip: This may be a partial find and not the whole line.

Code:Select All
page_footer();
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code:Select All
include($phpbb_root_path . 'includes/functions_quick_reply.' . $phpEx);
quick_reply($topic_id, $forum_id, $topic_data);

Open: styles/prosilver/template/viewtopic_body.html
Find
Tip: This may be a partial find and not the whole line.

Code:Select All
<!-- INCLUDE jumpbox.html -->
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code:Select All
<!-- IF not S_IS_LOCKED and S_QR_ENABLED -->
	<!-- INCLUDE posting_qr_body.html -->
<!-- ENDIF -->
Open: language/en/common.php
Find
Tip: This may be a partial find and not the whole line.

Code:Select All
	'POST_REPLY'			=> 'Post a reply',
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code:Select All
	'QUICK_REPLY'			=> 'Quick reply',
DIY Instructions
These are manual instructions that cannot be performed automatically. You should follow these instructions carefully.

Code:Select All
Disable bbcode buttons: open includes/functions_quick_reply.php and replace true with false on line 37, starting with 'bbcodes'.

--------------------------------------------------------------------------------

Save all files. End of MOD.
You have finished the installation for this MOD. Upload all changed files to your website. If the installation went bad, simply restore your backed up files.
 
MOD UA XSLT File Copyright © 2007 The phpBB Group, this MOD is copyright to the authors listed above.
Last edited by stickerboy on Mon Feb 09, 2009 6:08 pm, edited 1 time in total.
Reason: Added code tags

speedpg
Registered User
Posts: 2
Joined: Mon Feb 09, 2009 5:03 pm

Mini Quick Reply 1.0.0

Post by speedpg »

http://www.teamkaizen.org/forum/viewtopic.php?f=2&t=468

I am having a duplicate issue after installing the mini quick reply....it shows up however there are two. one on top of the other. Any ideas? I followed the instructions exactly!

User avatar
stickerboy
Registered User
Posts: 94
Joined: Fri Jun 04, 2004 3:05 pm
Location: Scotland
Contact:

Re: Mini Quick Reply 1.0.0

Post by stickerboy »

Merged topics
I'm a web-designing code-decrypting tech-support musician
|| Twitter || Flickr || phpBB Snippets ||
Formerly known as cherokee red

Locked