Help Center

Find answers or browse our knowledge base.

How to Install Community Stats

Upload the zip folder according to the file structure, be sure to upload it to the theme you are using.

Open bootloader and look for 

require('bootstrap.php');

after that add

require(ABSPATH . 'modules/newstats/init.php');

In my content/themes/default/templates/index.newsfeed.tpl 

I looked for 

and after that added 
{include file='newstats/newsfeed.tpl'}

My forum is a bit different than yours, look for a place to add to your forums page

{include file='newstats/statsforums.tpl'}
Was this answer helpful?
You must login to vote.
0 found this helpful, 0 did not
Thank you for your feedback!

Related Articles