Uploaded and inatalled but shows not! what is wrong?

regards

bosss

Edit: I read discussions on xenforo forum and "yes" i have Taiga chat and made modifications in forum_list template. Is this problem and how i can fix that?
 
You'll need to edit the template modification for the stats add-on, you need to enable debug mode to do this.

In /library/ edit the config.php file
Add:
Code:
$config['debug'] = 'true';

Template Modifications -> [PE] Forum Statistics -> forum_list (Template for [PE] Forum Statistics)

In the Find field replace the contents with:
HTML:
<xen:sidebar>

In the Replace field replace the contents with:
HTML:
<xen:if is="!{$xenOptions.peUserGroupLegendSidebar}">
    <xen:include template="pe_forum_stats" />
</xen:if>
$0

Remove the debug mode line from your config.php file.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back