ok so the hook "forumbit_display" which calls 'HITCounter_merge template' >
Code:
if ($forum['link'])
{
$forum['linkhits'] = $vbulletin->forumcache["$forumid"]['replycount'];
$forum['replycount'] = '';
$forum['threadcount'] = '';
eval('$forum[\'lastpostinfo\'] = "' . fetch_template('linkhits') . '";');
}
isn't working for some? - what about $forum?
I understand what & why your saying what your saying, but surely it wouldnt work for me locally and on my unix server if something was amiss...
I actually don't think it's a bug with this plugin... it's a cache template problem of some kind.
-b6