Kayako logo
Modifications & Addon Releases Modification guides and addons are posted here to share with the community. Do not post requests in here!

Notices

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#1) Old
Mahesh Slaria Offline
Member
 
Posts: 182
Join Date: Jul 2006
Add staff assigned information to ticket footer - 18-05-2007, 08:00 PM

Hi,

To add Staff Assigned in ticket replies, you have to do some modifications in code:

1. Add code:

$_ticket["staff"] = $_SWIFT["staffcache"][$_ticket["ownerstaffid"]]["fullname"];

Below

$_ticket = $this->ticket;

and

$template->assign("staff", $_SWIFT["staffcache"][$_ticket["ownerstaffid"]]);

below

$template->assign("ticket", $_ticket);

In function "loadTemplateVariables" listed in "functions_ticketmain.php"

2. Add language phrase with code : "arstaff" and value : "Staff Assigned" from Admin CP -> Languages -> Manage Phrases -> Add phrase.

3. Now modify email_staffreply template and add <{$language[arstaff]}><{$ticket[staff]}> as below

<{$language[ticketdetails]}>
===================
<{$language[articketid]}><{$ticket[fticketid]}>
<{$language[ardepartment]}><{$ticket[department]}>
<{$language[arpriority]}><{$ticket[priority]}>
<{$language[arstatus]}><{$ticket[status]}>
<{$language[arstaff]}><{$ticket[staff]}>
<{/if}>

I suppose this will fulfill your requirement .

Thanks.

Regards,
   
Reply With Quote
  (#2) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,283
Join Date: Apr 2007
Location: Toronto Canada
04-06-2007, 01:09 PM

Does anyone have screen shots of this? Is the staff assigned in the email or in the ticket view?


Siora Solutions Inc.
www.sioraIT.com
   
Reply With Quote
  (#3) Old
Chris Boulton Offline
Member
 
Posts: 152
Join Date: Jun 2003
Location: Sydney, Australia
04-06-2007, 02:04 PM

It shows it in the reply email - I'm assuming something similar to the following:

Assigned staff member: Chris Boulton

Essentially just so people know which staff member the ticket is assigned to.
   
Reply With Quote
  (#4) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,283
Join Date: Apr 2007
Location: Toronto Canada
04-06-2007, 02:45 PM

Quote:
Originally Posted by Chris Boulton View Post
It shows it in the reply email - I'm assuming something similar to the following:

Assigned staff member: Chris Boulton

Essentially just so people know which staff member the ticket is assigned to.
Hmmm...I guess this is good for some but not good for others. I for one would not want my clients knowing who is looking at their issue since this could open up the opportunity to email/call them directly.

But a good mod nonetheless.


Siora Solutions Inc.
www.sioraIT.com
   
Reply With Quote
Reply

Tags
assigned, footer, information, staff, ticket

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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



Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Help desk software by Kayako.


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 47 48