Hi there!
I've installed this mod on my 3.8.7 pl2 board, "Post Groan Hack 4.1" installed as well, everything works great.
But I have a question about conditionals.
I'd like to hide "reply" buttons and "quick reply" form UNTILL member didn't press "thanks" or "groan" button.
So I've tried to edit templates "
showthread" and "
showthread_quickreply" by adding this conditional:
PHP Code:
<if condition="$post['post_thanks_amount'] == 1">
blah-blah-blah
</if>
But it doesn't work.
How can I make it?