Quick-Reply for any style

Zaborg

Web Designer
Joined
Jul 3, 2010
Messages
2,713
Reaction score
2
FP$
5,146
Any ideas how to get quick reply on any style? It looks like that my style is too old...But i believe that there is some ways how to install it...
Thanks...
(solution's author will be rep'ed!)
 
What style are you using and what quick reply are you using, also what version of phpBB are you using?
 
PHPBB3
There is no solution which works with any version?

Thing is i don't know what version that style is, it's pretty custom...
 
You should be able to just enable the quick reply in your Admin CP and it will show up in the viewtopic pages.
 
Then they have probably removed the include line from viewtopic_body.html.

Open viewtopic_body.html:

FIND:
Code:
<!-- IF S_NUM_POSTS > 1 or PREVIOUS_PAGE -->

BEFORE, ADD:
Code:
<!-- IF S_QUICK_REPLY -->
	<!-- INCLUDE quickreply_editor.html -->
<!-- ENDIF -->

Save, upload and then refresh the style templates.
 
Can't find that, but I'll just include it somewhere else 😀
Thanks.

My bad, i opened wrong file lol...
 
Seems like it's a rockettheme style. It is based off prosilver and there are quick reply mods that will work with it, however the default phpBB quick reply should work aslong as both your board and style are running on 3.0.6 or later.
 
Back
Top Bottom