Hello
I'd like to know if there's some way to make that quick reply is always collapsed.
In SHOWTREAD template there is this code
PHP Code:
<if condition="$show['quickreply_collapse']"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('quickreply');"><img id="collapseimg_quickreply" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_quickreply].gif" alt="" border="0" /></a></if>
so it can be collapsed by user, but I want it the other way, to be always collapsed but let the user expand it.
Is it possible?