(02-06-2012 02:34 AM)Zenk Wrote: The only thing that is missing is - there is no information when has the thread been last bumped. Hard to keep track for moderators, if the thread has been bumped before its time.
The plugin records the last bump time in threads table. Maybe you can use it for displaying the info.
Something like this:
Find:
Add this code before the code above:
Then put the {$thread['lastbump']} code to the showthread_bumpthread template.
By default, the value is the same as the lastpost value when you activate the plugin.