XFileSharing Pro - server stats in admin section..

Message
Author
tendea
Posts: 71
Joined: Feb 28, 2013 9:59 pm

server stats in admin section..

#1 Postby tendea » Jul 14, 2013 2:29 am

I tried to add:

<TMPL_IF user_total>
<div style="margin-top:5px;">
<TMPL_VAR lang_srv_stats>:
<TMPL_VAR lang_files_hdr>: <TMPL_VAR files_total> |
<TMPL_VAR lang_disk_used>: <TMPL_VAR used_total> Gb |
<TMPL_VAR lang_users>: <TMPL_VAR user_total>
</div>
</TMPL_IF>

in my admin pages, for example 'admin_files.html'
but doesn't work.

How can I active whis features on pages that I want?

In main (upload_form.html) works fine.

Internet Consumer
Posts: 148
Joined: May 28, 2013 1:51 am

#2 Postby Internet Consumer » Jul 15, 2013 12:16 am

Did you copy and pasted the code exactly. Just want to make sure.

tendea
Posts: 71
Joined: Feb 28, 2013 9:59 pm

#3 Postby tendea » Jul 16, 2013 10:14 am

doesn't works.

If I delete <TMPL_IF user_total>

'' Server stats: Files: | Disk Used: Gb | Users: ''

If I don't delete doesn't show.. (same in source page)