[XTR] Chart Statistics

xF2 Add-on [XTR] Chart Statistics 1.0.0

No permission to download

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
20,012
Points
823

Reputation:

ENXF NET submitted a new resource:

[XTR] Chart Statistics - This add-on allows you to show forum statistics with the chart.

This add-on allows you to show forum statistics with the chart.

Additional requirements
  • XenForo Resource Manager
  • Php 7.0+
  • Supports only XF2.2+
Install the add-on then add chart statistics widget.
View attachment 24980
Set to user group permission
View attachment 24981
General Options
View attachment 24982 View attachment 24983
Result samples
View attachment 24984 [ATTACH...

Read more about this resource...
 

wallas

Collaborate
Collaborate
Registered
Joined
May 20, 2021
Messages
195
Points
153

Reputation:

Hi, what form would this need to be rewritten for the plugin itself to work. That's not really right.

template_modifications.xml

Code:
    <replace><![CDATA[$0
<div class="copyright">
    <a href="*********.net">Addon/Theme shared with 💙 by *********.NET</a>
</div>]]></replace>
 
Last edited by a moderator:

e-Dewan

Member
Registered
Joined
Mar 19, 2021
Messages
12
Points
13

Reputation:

Hi, what form would this need to be rewritten for the plugin itself to work. That's not really right.

template_modifications.xml

Code:
    <replace><![CDATA[$0
<div class="copyright">
    <a href="https://*********.net">Addon/Theme shared with 💙 by *********.NET</a>
</div>]]></replace>
wallasThanks,
How to remove that footer copyright?
 
Last edited by a moderator:

e-Dewan

Member
Registered
Joined
Mar 19, 2021
Messages
12
Points
13

Reputation:

Hi,

add-on installed, but chart widget not showing up! how to fix that?

XF v 2.2.6
 

wallas

Collaborate
Collaborate
Registered
Joined
May 20, 2021
Messages
195
Points
153

Reputation:

Hi,

add-on installed, but chart widget not showing up! how to fix that?

XF v 2.2.6
e-DewanHi,
add widgets.

admin.php?widgets/

1.jpg


2.jpg


remove copyright:
add extra less:

Code:
.p-footer-copyright {
   display: none;
}
 
View previous replies…

e-Dewan

Member
Registered
Joined
Mar 19, 2021
Messages
12
Points
13

Reputation:

wallas

Collaborate
Collaborate
Registered
Joined
May 20, 2021
Messages
195
Points
153

Reputation:

Thank you so ,much for your reply

I did everything correctly, I added the widget + usergroup permission "Can view chart statistics: yes" - Still not working

Thanks for the CSS code to remove footer copyright, it works perfectly.
e-Dewan
Code:
<replace><![CDATA[$0
<div class="copyright">
    <a href="https://***********.net">Addon/Theme shared with 💙 by **************.NET</a>
</div>]]></replace>

I trust you didn't delete this.
 
Last edited by a moderator:

e-Dewan

Member
Registered
Joined
Mar 19, 2021
Messages
12
Points
13

Reputation:

Code:
<replace><![CDATA[$0
<div class="copyright">
    <a href="https://xfworld.net">Addon/Theme shared with 💙 by XFWORLD.NET</a>
</div>]]></replace>

I trust you didn't delete this.
wallasI did delete it, Still not working!
no112-Capture.jpg
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

I did delete it, Still not working!
View attachment 27247
e-DewanXF2.2.8 it is working
XF2.2.6 it failed with the following message:
Code:
Uncaught ReferenceError: Chart is not defined
    at index.php:13116

Did you checked the browser console?

Edit: My problem was caused by a wrong template modification, So it works as well on 2.2.6

Sent me the link to you board
 
Top