Closed (outdated)
Project:
Support Ticketing System
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2009 at 17:47 UTC
Updated:
29 Mar 2023 at 07:41 UTC
Jump to comment: Most recent
Comments
Comment #1
leevester commentedAdditional comment here.
The main reason for asking for help in this, is that with the Forum Comments being moderated, then all of the comments on the site, including those that are for submitted to Support Ticketing have to be moderated as well.
I do not want to have to moderate Support comments.
Any suggestions would be welcome.
Comment #2
jeremy commentedI believe this is outside of the scope of the support module. Moving into a pending state in case someone comes along with a clean patch implementing this and proving me wrong.
Comment #3
leevester commentedThanks for feedback. I will keep looking.
BTW, this module has been great and it is only getting better.
Thanks for your hard work.
Comment #4
leevester commentedI may have stumbled on a working solution.
This came from user "WorldFallz" giving a reply to http://drupal.org/node/90208#comment-2066006.
His idea is to disable the 'publish comments without approval' permissions, then use a rule triggered by the 'after saving new comment' event, with conditions for commented node type and user role, to published the comment immediately (use a php action to set $comment->status to 0).
In this case, Support Ticket Comments and the specified assigned Roles would be automatically set to publish by the above rule. All Forums Comments would still require moderated approval before they were published.
I have not had time to set up the test bed for this, as I am in the middle of a full deployment of major undertaking. But when I can find the time to test it, I will provide some feedback.
If anyone else can confirm this as an already working function, that would be great.
Comment #5
gorgo commentedCouldn't get this to work with rules, but found this:
http://drupal.org/project/comment_perm
works great!
Comment #6
leevester commentedThanks Gorgo, maybe that will save me some of the hair that I have pulling out.
Comment #7
purencool commented