MyBB Community Forums

Full Version: help with stats.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I or any other user try to access stats.php i get this:


Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats_thread
Warning: Missing template stats


Can anyone help me please?
The templates are missing, but are fixed in RC3.

I posted a fix on the old forums but the thread was obviously lost in the move. I'll see if I can dig out the templates and post them later. Wink
Ok, Thank you.
i think that WDZ also posted a fix for it, maybe he still has it if u dont MM
Ok, here are the templates.

Template Name: stats

Template:
<html>
<head>
<title>$settings[bbname] - Forum Statistics</title>
$headerinclude
$header
</head>
<body>
<br />
<table width="98%" border="0" align="center">
<tr>
<td valign="bottom" align="left"><font size="2" face="arial, helvetica"><b><a href="index.php">$settings[bbname]</a> &raquo; Forum Statistics</b></font></td>
</tr>
</table>
<br />
<table cellspacing="0" cellpadding="0" border="0" width="98%" align="center">
<tr><td class="tborder">
<table border="0" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="thead"><font size="2" face="arial, helvetica"><b>Totals</b></font></td>
</tr>
<tr>
<td class="trow1">
Posts: <b>$stats[numposts]</b><br />
Threads: <b>$stats[numthreads]</b><br />
Members: <b>$stats[numusers]</b>
</td>
</tr>
<tr>
<td class="thead"><font size="2" face="arial, helvetica"><b>Averages</b></font></td>
</tr>
<tr>
<td class="trow1">
Posts per day: <b>$postsperday</b><br />
Threads per day: <b>$threadsperday</b><br />
Members per day: <b>$membersperday</b><br />
Posts per member: <b>$postspermember</b><br />
Replies per thread: <b>$repliesperthread</b>
</td>
</tr>
<tr>
<td class="thead"><font size="2" face="arial, helvetica"><b>General</b></font></td>
</tr>
<tr>
<td class="trow1">
Newest member: <a href="member.php?action=profile&uid=$stats[lastuid]"><b>$stats[lastusername]</b></a><br />
Members who have posted: <b>$havepostedpercent</b><br />
Today's top poster: <b>$topposter</b> (<b>$topposterposts</b> posts)<br />
Most popular forum: <b><a href="forumdisplay.php?fid=39">$topforum</a></b> (<b>$topforumposts</b> posts, <b>$topforumthreads</b> threads)
</td>
</tr>
<tr>
<td class="thead"><font size="2" face="arial, helvetica"><b>Most Replied-To Threads</b></font></td>
</tr>
<tr>
<td class="trow1">
$mostreplies
</td>
</tr>
<tr>
<td class="thead"><font size="2" face="arial, helvetica"><b>Most Viewed Threads</b></font></td>
</tr>
<tr>
<td class="trow1">
$mostviews
</td>
</tr>
</table>
</td>
</tr>
</table>
$footer
</body>


Template Name: stats_thread

Template:
<a href="showthread.php?tid=$thread[tid]"><b>$thread[subject]</b></a> ($thread[$viewreply] $viewreply)<br />

Smile
THANKS MM.
Ok, How can i hide the topics that are in hidden areas?

Even though a person is logged out, they can see the topics that are in hidden forums, how can i hide these topics form people who arent supposed to see them?
This is something that I haven't yet looked into...but I think this is already fixed in RC3.
Thanks MM Wink (Oh, and thanks for adding (xx Files) on the categories page in on myBB Mods Smile)