Currently running vb 3.8.3...
Can someone instruct me on how to hide the Quick Reply area on certain forums?
I'm assuming I have to edit the SHOWTHREAD template and look for the following code:
Code:
<if condition="$show['quickreply']>
However...I'm showing two locations for that after searching the SHOWTHREAD template. I find these two entries:
Code:
<if condition="$show['quickreply'] OR $show['ajax_js']">
and...
Code:
<if condition="$show['quickreply']">
If anyone can help...I certainly would appreciate it.