Looks like I need some help.
I've been using version 5.5. I had hard coded the stats template to show me the data I wanted.
eg.
Code:
<div class="statsHeading">$vbphrase[cyb_latest_posts]</div>
<div class="statsBody">
<br />
$cybtopstats_newposts
</div>
<div class="statsHeading">$vbphrase[cyb_hottest_threads]</div>
<div class="statsBody">
<br />
$cybtopstats_hottest
</div>
................ etc.. etc.. All the others ones added below.
It seems like the new 6.6.2 doesn't work properly with this setup anymore. Most likely due to javascript?
Though I don't understand why it wouldn't work, as the variables are still the same.
Anyways maybe I can get some help for this.
BTW I am putting these stats in my header template to add to my left nav bar. Which is why I need to make this modification.