Quote:
Originally Posted by kh99
Well, yeah, in a plugin. But you can't put that in a template. Also, if the number is formatted with a thousands separator (like a comma) then that will work until there are more than 1000 threads (I found this out the hard way with user post).
|
But HTML doesn't do arithmetic!
Try this plugin for "forumbit_display"
Code:
$forum['threadcount'] = vb_number_format(intval($forum['threadcount']) - 2);