Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
kami Offline
Member
 
Posts: 94
Join Date: Oct 2005
Deleting comments in batch - 13-01-2007, 02:23 PM

Hi;

Our support suite has become spammers' paradise. We have over 200 postings every other day and it is just too much work to delete them one at a time. I have not been able to figure out how to delete these in batch.

Is there to delete the comment in batch or simply not allow posting of comments?

Kami
   
Reply With Quote
  (#2) Old
eiden Offline
Member
 
Posts: 237
Join Date: Apr 2006
Location: Norway
13-01-2007, 03:31 PM

There is no function in the UI for deleting comments in batch. You could however delete them directly from the DB with a SQL-query.

I have not found a good way to disable comments, but you could try to edit the client_comments.php and comment the line where insertComment are:

Change from:
Code:
insertComment($_POST["commenttype"], $_POST["typeid"], $_POST["fullname"], $_POST["email"], $_POST["comments"]);
To:
Code:
//insertComment($_POST["commenttype"], $_POST["typeid"], $_POST["fullname"], $_POST["email"], $_POST["comments"]);
   
Reply With Quote
Reply

Tags
batch, comments, deleting

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Require Validated Users to leave Comments NC Software Duplicate Requests 5 09-11-2007 11:02 AM
Mass Deleting Knowledgebase Comments ljcaswell SupportSuite, eSupport and LiveResponse 2 18-01-2007 10:04 PM
How do I disable Comments for KB and News areas? NC Software How do I? 10 03-12-2006 09:21 AM
CSI -> UI -> Comments with long articles and "Add Comment" page jump warsky Will Implement (V4) 0 21-09-2006 06:45 AM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46