PDA

View Full Version : Changing Statistics Location


hellbringer80
12-30-2008, 08:52 PM
What exactly is needed to change the stats like totalt hreads, total members, etc location. Say I wanted to change it to display in the footer template instead of the FORUMHOME template, what would I have to add in the foote rtemplate in order to have it display in there?

--------------- Added 1230677820 at 1230677820 ---------------

I have the following, but none of the variables are displaying anything...


<span id="stats">
Forum Members: <font color="#0099d1">$numbermembers</font><br />
Total Threads: <font color="#0099d1">$totalthreads</font><br />
Total Posts: <font color="#0099d1">$totalposts</font><br /><br />
<hr style="width: 100%;height: 1px;background: #ccdbe6;border: none;" /><br />
<strong>There are <a href="online.php$session[sessionurl_q]">$totalonline</a> users currently browsing forums.</strong>
</span>


This is in the footer template.

Attitude5ire
01-01-2009, 09:32 AM
You'll have to edit the plugins and hooks too, you might wana ask a coder's services on that. I think by default stats are shown only on Forumhome page.. Not 100% sure.