I have installed Mini Stats on my Forum and its not showing up in my footer. I'm using bbpress 0.9.0.6 with the theme crystal. Any help would be appreciated
bbPress ShowcasebbPress Showcase
bbPress Showcase » Plugins by _ck_
-
Posted 2 years ago #
-
A common problem with some custom themes is they have neglected to put
do_action('bb_foot');in the `footer.php file.Take a look at
footer.phpin the defaultkakumeitheme and you'll see how it's done.Without it, a few plugins will not work right.
Posted 2 years ago # -
This is the code that is in the footer of that theme:
</div><!--
If you like showing off the fact that your server rocks,
<h3><?php bb_timer_stop(1); ?> - <?php echo $bbdb->num_queries; ?> queries</h3>
--></div>
<div id="footer">
<p id="copy">Crystal Template by Austin Web Design</p>
</div><?php do_action('bb_foot', ''); ?>
</body>
</html>So not sure what to do. Could it be anything else conflicting with it? Perhaps the version is an older one? I'm using version 0.1.1
Posted 2 years ago # -
Could mini track be interfering with mini stats? I just turned off mini track and the mini stats showed up in the footer.
Posted 2 years ago # -
The versions of those two plugins have gotten out of date as I've not released the updates.
Mini-Track is very out of date and probably should not be used.
Posted 2 years ago # -
Just one more question, how do I get my stats to show up in the footer like you have here? Showing country, views today, post counts etc.
Posted 2 years ago # -
That's part of the newest Mini Track. It's not released.
Posted 2 years ago # -
Ah well, it looks amazing! I can't wait for it to be released
Posted 2 years ago # -
Actually, it might be in the general release.
Make sure you read the
readme.txtdirectly, the instructions are right there:<div id="footer"> <?php mini_track(1); // who's online now ?> <?php mini_track_today(1); // who's been online today ?> <?php mini_track_statistics(2); // general statistics ?>But I believe the current release has bugs that make it unstable.
Posted 2 years ago # -
No it doesn't work with Mini Track v0.1.6. I just tried it and it came up with:
Fatal error: Call to undefined function mini_track_today() in /home/allykatd/public_html/forum/bb-templates/Crystal/footer.php on line 16It also takes the mini stats out of the footer
Posted 2 years ago #
RSS feed for this topic