| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
(#2)
|
(#3)
|
| New Member Posts: 15 Join Date: Dec 2003 |
18-05-2007, 04:19 AM
Hey thanks for the tip. I didn't know that was there. But, my staff need the ability to delete, just not the ability to "Ban & Delete" Any ideas? It is bad when your staff constantly ban your sales@domain.com email address, even though you ask them not to use the ban function. The simplist thing would to remove only the "Ban & Delete" option since there is already a Delete-only option. |
| | |
(#4)
|
| Operations Manager Posts: 5,033 Join Date: Jan 2006 Location: United Kingdom |
18-05-2007, 10:14 AM
You could remove it from the templates. Step 1: themes/admin_default/main.js Comment out line 2385 by adding // to the start, as below: Code: // {code:swphrases['bandelete'], "format":{"image":themepath+"menu_bandelete.gif", "oimage":themepath+"menu_bandelete.gif", "imgsize":[20,22]}, url:"index.php?_m=tickets&_a=ticketactions&ticketid="+swticketid+"&action=options&type=bandelete"},
/modules/tickets/functions_ticketsui.php Find near line 902: Code: <option value="bandelete">'. $_SWIFT["language"]["bandelete"] .'</option>'; Code: <!-- <option value="bandelete">'. $_SWIFT["language"]["bandelete"] .'</option> -->'; -------------------------------------------------------------------
|
| | |
(#5)
|
| Operations Manager Posts: 5,033 Join Date: Jan 2006 Location: United Kingdom |
18-05-2007, 10:26 AM
Updated with both steps. -------------------------------------------------------------------
|
| | |
(#6)
|
(#7)
|
| Member Posts: 71 Join Date: Aug 2006 Location: Alabama |
18-05-2007, 10:18 PM
Excellent idea, thanks for asking for this Sabotage79. Tab Mod for Staff Dashboard Client Side Ticket Search and Filter User Sync with Support Center and News |
| | |
(#8)
|
| Operations Manager Posts: 5,033 Join Date: Jan 2006 Location: United Kingdom |
18-05-2007, 10:25 PM
Correct, admin and staff templates are stored in flat files. -------------------------------------------------------------------
|
| | |
(#9)
|