Hello,
thanks for the good mod, we're happily using it
One question tho:
Is it possible to display the unchecked posts in a searchquery, too? For example getnew or getdaily?
I suppose it's somewhere to find here:
Code:
<hookname>threadbit_display</hookname>
<phpcode><![CDATA[$mcsreplycount = intval(str_replace(',', '', $thread['replycount']));
$mcshiddencount = intval(str_replace(',', '', $thread['hiddencount']));
$mcsdeletedcount = intval(str_replace(',', '', $thread['deletedcount']));
$checkedcount = $thread['checkcount'];
$thread['checkcount'] = $thread['open'] != 10 ? (($mcsreplycount + $mcshiddencount + $mcsdeletedcount) + 1) - $thread['checkcount'] : "-";
$mcpcolor['forumdisplay'] = iif(
(($vbulletin->options['mc_choice_forumdisplay'] == 0 AND $thread['checkcount'] == 0) OR
($vbulletin->options['mc_choice_forumdisplay'] == 1 AND $thread['checkcount'] > 0)) AND
$inmodmode AND cancheck() AND can_moderate($foruminfo['forumid']), true, false
);
$show['mcs_colspan'] = iif($inmodmode AND cancheck() AND can_moderate($foruminfo['forumid']), true, false);]]></phpcode>
</plugin>
would be great if it could be possible.
thanks in advance for any hit or tip,
greetings