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.
--------------- 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.