I'm having problems for make the quickedit work on absolution theme 1.1.1 (https://www.phpbb.com/customise/db/style/absolution/)
The problem is that the theme have a diferent postrow structure, so this instruction can't be done:
I added this extra div for solve the problem:FindIn-line FindCode: Select all
<div class="postbody">
In-line Add afterCode: Select all
class="postbody"
Code: Select all
id="post{postrow.POST_ID}"
Code: Select all
<!-- BEGIN postrow -->
<div id="post{postrow.POST_ID}">
//postrow code
</div>
<!-- END postrow -->
http://i.minus.com/i71tTGS1y2dRj.png
Any idea of how can i workaround this?