Dont quote last post
Posted: 04 Mar 2010, 14:51
We all know them. Users that allways use the quote button instead of the reply button.
Last post is not meant for quoting, or at least I think so.
Here is a little snippet that will prevent last post from being quoted.
Open styles/prosilver/template/viewtopic_body.html
Find:
Replace with:
Save, upload and refresh template.
Last post is not meant for quoting, or at least I think so.
Here is a little snippet that will prevent last post from being quoted.
Open styles/prosilver/template/viewtopic_body.html
Find:
Code: Select all
<!-- IF postrow.U_QUOTE -->
Code: Select all
<!-- IF not postrow.S_LAST_ROW and postrow.U_QUOTE -->