Hi.
How can I delete section "deleted users" from Statistics/forum activity/user statistics/overall?
I don't this so I want to delete this.
Delete "deleted users" from statistics
- Marc
- Administrator
- Posts: 620
- Joined: Tue 2. Sep 2008, 22:48
- phpbb.com: Marc
- Location: Munich
- Contact:
Re: Delete "deleted users" from statistics
Open styles/prosilver/template/stats/stats_activity_users.html
Find and delete:
Find and delete:
Code: Select all
<td class="col1">{L_DELETED_USERS}:</td> <td class="col2">{DELETED_USERS}</td>
Re: Delete "deleted users" from statistics
oki, thx. It works.
Re: Delete "deleted users" from statistics
I have another request: is there possible to add new field in my stats called "all posts (indluding deleted posts from forum)" with data posts from database of my forum? It should be possible.
Something like this:
Total posts: 2142
Total posts (indluding deleted posts): 2504
Total topics: 949
Total users: 41
Total forums: 121
Something like this:
Total posts: 2142
Total posts (indluding deleted posts): 2504
Total topics: 949
Total users: 41
Total forums: 121