cool mod. :up:
I've got it working on 3.8.6 without issue... I changed it a bit to only show a message at the top of the thread instead of requiring a box to be clicked before replying- I feel the warning on top is more important.
Follow the install instructions but the only template edit to make is in showthread.
Add:
Code:
<!-- Old Thread Warning -->
<if condition="$show['oldthreadwarning']">
<table bgcolor="#FFC0C0" border="1" width="100%" cellpadding="3"><tr><td>
<div align="center">
<img src="/forums/images/buttons/report.gif" align="top" alt="Exclamation" /><phrase 1="$threaddays">$vbphrase[thread_x_days_old]</phrase>
</div>
</td></tr></table>
</if>
<!-- End Old Thread Warning -->
Above:
Code:
<!-- / controls above postbits -->
Edit the Phrase and Image to your needs.
Also disable all plugins related to this mod except "Prevent old Thread bumping: Warning Display on Quickreply."