MyBB Community Forums

Full Version: Daily Post Counter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
So I've uploaded and activated that plugin, added the code:
<?php
if($newposts >= 10) {
$msg = "display";
}
elseif($newposts <= 10) {
$msg = "no";
} 
?>
to where I want the counter to display, and nothing shows up.
Can anyone share proper code for this?
as its not working.
No, you have to purchase it or make it. That is how all of those sites got it
Pages: 1 2