| ||||||||||||
![]() |
| Notices |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
(#1)
|
| Operations Manager Posts: 5,256 Join Date: Jan 2006 Location: United Kingdom | Queries to reset article, downloads (etc) view counters -
21-03-2008, 04:07 PM
Unfortunately this cannot be done via the interface, yet. In the meantime, use these SQL queries to quickly do it (first is for KB articles, second for download items, third for troubleshooters. Code: UPDATE `DBNAME`.`swkbarticles` SET `views` = '0'; UPDATE `DBNAME`.`swdownloaditems` SET `totaldownloads` = '0'; UPDATE `DBNAME`.`swtroubleshootercat` SET `views` = '0'; Code: UPDATE `dmca_ss`.`swkbarticles`,`dmca_ss`.`swkbarticlelinks` SET swkbarticles.views = '0' WHERE swkbarticlelinks.kbcategoryid = 20 AND swkbarticles.kbarticleid = swkbarticlelinks.kbarticleid -------------------------------------------------------------------
|
| | |
![]() |
| Tags |
| article, counters, downloads, queries, reset |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Knowledgebase Ability to reset article views globally, by category or by article | Jamie Edwards | Will Implement (V4) | 1 | 20-08-2008 09:57 AM |
| How to VIEW a PRIVATE KB Article? | NC Software | How do I? | 5 | 05-04-2008 12:42 PM |
| Back-Link missing on KB article view | grahl | Wont Implement / Already Implemented | 2 | 10-12-2007 08:57 AM |
| Downloads 'View downloads' link when viewing download categories | Aaron | Feature Requests | 0 | 16-11-2007 07:37 PM |
| [HOW-TO] Reset Article ID counters | rgvodden | SupportSuite, eSupport and LiveResponse | 5 | 14-06-2006 02:40 PM |