Dont quote last post

Guides & Snippets for phpBB3.
Try the Snippets here and share Your own Snippets

Dont quote last post

Post by Stoker »

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:

Code: Select all

<!-- IF postrow.U_QUOTE -->
Replace with:

Code: Select all

<!-- IF not postrow.S_LAST_ROW and postrow.U_QUOTE -->
Save, upload and refresh template.

Re: Dont quote last post

Post by Fire-Fox »

Thanks!

You are right quoting the last post is annoing, and i ment to be like you say.

Re: Dont quote last post

Post by uzidesign »

It's nice but need improvement.
If have topic with more then 1 page you can't quoting the last post in Previous pages.

Re: Dont quote last post

Post by Makis »

I agree "uzidesign" let’s wait...