Resource icon

New horizontal forum statistic

ip0dhacker

Active member
ip0dhacker submitted a new resource:

New horizontal forum statistic (version 1.0) - New horizontal forum statistic

View attachment 37391

Just a simple horizontal forum statistic :)

If you want to display it above the node tree, then open the template forum_list and find:

Code:
<xen:h1>{$xenOptions.boardTitle}</xen:h1>

Add below it

Code:
<div style="text-align: center;"> <span class="statround">{xen:number $boardTotals.discussions}</span> <span>Discussions</span> <span class="statround"> {xen:number $boardTotals.messages}</span> <span>Messages </span> <span...

Read more about this resource...
 
Alternatively, you can remove this

PHP:
background-color: #FBFBFB;

PHP:
border-color: #0CF;

And it will revert to the standard theme colors.

Or if that is not so (depending on your setup); you can specify the colors to something else by keeping them in and changing the HEX Color values.

http://www.colorpicker.com
 
Top Bottom