Loading...
 
Features / Usability

Features / Usability


Re: Clearing Stats

posts: 214

There is an option you can set to have Admin pageviews counted, or not:
Admin home -> General, General Settings tab, "Count admin pageviews".

As for clearing stats options, I think the only "Clear Stats" option available is for "Referer stats".
Admin -> Referer Stats.

The other hit counters can all be cleared using phpmyadmin. I've never cleared all of them, but sometimes when I make a major change to a wiki page, I will browse the tiki_pages table and reset the hit column for that page.

There are lots of tables with hit counters, here are some of the main ones:

Articles (shows as Reads)
UPDATE `tiki_articles` SET `nbreads` = 0;

Blogs (shows as "Visits" in blog list)
UPDATE `tiki_blogs` SET `hits` = 0;

Blog Posts, Tiki keeps track of hits on individual blog posts, but I do not know of any place the number of hits is displayed.
UPDATE `tiki_blog_posts` SET `hits` = 0;

Featured Links. Featured Links are a little tricky to find. Admin home -> General, Navigation tab, Menus section. If "Featured Links" is turned on, then click on the Actions icon and then "View" and it will show the list of Featured Links with their hits.
UPDATE `tiki_featured_links` SET `hits` = 0;

File Galleries
UPDATE `tiki_file_galleries` SET `hits` = 0;

File Galleries, individual file hits
UPDATE `tiki_files` SET `hits` = 0;

Forums (shows as Visits in Forums list)
UPDATE `tiki_forums` SET `hits` = 0;

Forum Posts (shows as Reads in Topics list)
UPDATE `tiki_comments` SET `hits` = 0;

Wiki Pages (shows as Hits on List Pages)
UPDATE `tiki_pages` SET `hits` = 0;

Tom

There are no comments at this time.

Upcoming Events

1)  18 Apr 2024 14:00 GMT-0000
Tiki Roundtable Meeting
2)  16 May 2024 14:00 GMT-0000
Tiki Roundtable Meeting
3)  20 Jun 2024 14:00 GMT-0000
Tiki Roundtable Meeting
4)  18 Jul 2024 14:00 GMT-0000
Tiki Roundtable Meeting
5)  15 Aug 2024 14:00 GMT-0000
Tiki Roundtable Meeting
6)  19 Sep 2024 14:00 GMT-0000
Tiki Roundtable Meeting
7) 
Tiki birthday
8)  17 Oct 2024 14:00 GMT-0000
Tiki Roundtable Meeting
9)  21 Nov 2024 14:00 GMT-0000
Tiki Roundtable Meeting
10)  19 Dec 2024 14:00 GMT-0000
Tiki Roundtable Meeting