| View previous topic :: View next topic |
| Author |
Message |
box_207
Joined: 13 May 2012 Posts: 11
|
Posted: May 18, 2012 8:49 pm Post subject: remove |
|
|
Or I can remove this line which is on the home page thank you
Server stats: Files: 9 | Disk Used: 0.02 Gb | Users: 5 |
|
| Back to top |
|
 |
adiga
Joined: 23 Jul 2009 Posts: 177
|
Posted: May 18, 2012 10:13 pm Post subject: |
|
|
in upload_form.html
find :
| Quote: | <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> |
replace to :
| Quote: | <TMPL_IF admin>
<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>
</TMPL_IF>
|
now only admin can see |
|
| Back to top |
|
 |
box_207
Joined: 13 May 2012 Posts: 11
|
Posted: May 19, 2012 4:12 pm Post subject: thank you |
|
|
| thank you very much it works very well |
|
| Back to top |
|
 |
adiga
Joined: 23 Jul 2009 Posts: 177
|
Posted: May 19, 2012 4:22 pm Post subject: Re: thank you |
|
|
| box_207 wrote: | | thank you very much it works very well |
always welcome |
|
| Back to top |
|
 |
hostlife
Joined: 13 Aug 2011 Posts: 139
|
Posted: May 19, 2012 4:35 pm Post subject: |
|
|
Go to setting page & uncheck this
Show server stats on main page |
|
| Back to top |
|
 |
box_207
Joined: 13 May 2012 Posts: 11
|
Posted: May 19, 2012 6:38 pm Post subject: thank you |
|
|
| thank you very much |
|
| Back to top |
|
 |
|