So,
I added this to a vb 3.7.1 and it seems to work fine - many thanks for this.
I do have to make small comments:
At least when you do a fresh install and do not update from a previous version the template changes are not 100% correct:
for THREADBIT it must be for the second change:
Code:
Find:
<if condition="$show['inlinemod']">
Add ABOVE:
<if condition="$show['cancheck'] AND $inmodmode AND $show['cancheckforum']"><td class="alt1" align="center"><if condition="$thread['checkcount'] > 0"><a href="forumdisplay.php?$session[sessionurl]view=mcspost&tid=$thread[threadid]">$thread[checkcount]</a><else />$thread[checkcount]</if></td></if>
Otherwise you get the wrong column!
@wuelfi71
You can make it a little nicer, if you edit POSTBIT_ANNOUNCEMENT and add a column too:
Code:
Find:
</tr>
Add above:
<if condition="$show['cancheck'] AND $inmodmode AND $show['cancheckforum']"><td class="alt2" align="center"> </td></if>
I wanted to increase colspan by 1 column but could not do so because the value is calculated there.
Most important, Kirk:
Could you please add the same functionality from forumdisplay into the "search for new threads"? In a very quick and heavily used vB with lots and lots of new messages per hour no moderator is able to browse though the single forums. We are searching for new messages/threads only and won't be informed this way. Can this be done by a simple template change? *please*
THANK YOU A LOT for this mod!