There is a minor bug in this hack. We have a forum were trash threads are moved and this forum is closed for new postings. But the hack allows to show the quickreply to group 5 and 6 anyway which causes a pretty ugly quickreply box
I fixxed this by removing these two usergroups from the template edit:
before:
PHP Code:
<if condition="($show['quickreply'] AND !$expiredthread) OR $bbuserinfo[usergroupid]==6 OR $bbuserinfo[usergroupid]==5">
after:
PHP Code:
<if condition="($show['quickreply'] AND !$expiredthread)">