Hello!
I want to disable ability to post reply for a specific group. Unfortunately there is no such option - only "Can Transfer Tickets - NO/YES". I need exactly the same but for "Post Reply". With my lack of php knowledge I was trying to mirror some code. I:
1. Create field in database in ost_groups called "can_reply_tickets"
2. Eddited:
- include/class.group.php
- include/class.staff.php
- include/staff/group.inc.php
I think i did it right. The last file I need to edit is nclude/staff/viewticket.inc.php . I was trying to add:
<?
if($thisuser->canTransferTickets()) {
?>
But where? I was trying under:
<div id="reply" class="tabbertab" align="left">
<h2>Post Reply</h2>
<p>
But this didn't work. Maybe i messed up too much so I hope that somebody know the answer. I will be really thankful for help!