Kayako Logo
Developers & Code Interested in customizing your Kayako products? Discuss modifications and develop your own mods with the community.

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#31) Old
Jemrada Offline
Member
 
Posts: 71
Join Date: Aug 2006
Location: Alabama

SupportSuite
Owned License
26-04-2007, 11:37 PM

Sorry about that. I fix it.
   
Reply With Quote
  (#32) Old
richm Offline
Member
 
richm's Avatar
 
Posts: 387
Join Date: Jan 2007
Location: Orange County, CA

03-05-2007, 09:03 PM

It seems to not want to search by ticket id with the updated version. When I search by mesasge, it is returning tickets with the random ticketid's and I use sequential.

Do I have the wrong version of search.php?

Any assistance appreciated!

Rich


--
Features I need asap:
1) Ticket search in the client portal!
2) Column display in client portal showing clients email address or name
3) Downloads by client
(i.e. - each client has their own download area and can't see/touch downloads for any other client.) This would be on top of a "public" download area.
4) Integrated KB image uploads
The ability for staff to upload images with a KB articles.
Cheers!
   
Reply With Quote
  (#33) Old
richm Offline
Member
 
richm's Avatar
 
Posts: 387
Join Date: Jan 2007
Location: Orange County, CA

04-05-2007, 02:01 AM

Not a coder here, but I think I found the problem (not really a problem, but for me I need sequential ID's not the random ones), in search.php

At the very end of the file in the printf section I changed:

printf($format, $rs->ticketid, urlencode($_POST["s_query"]), urlencode($_POST["searchfield"]), $rs->ticketmaskid, $rs->totalreplies, $rs->subject);

to

printf($format, $rs->ticketid, urlencode($_POST["s_query"]), urlencode($_POST["searchfield"]), $rs->ticketid, $rs->totalreplies, $rs->subject);

Hope this is correct. Preliminary testing seems to indicate things are working. I get the sequential ticketid's back instead of random.

Rich


--
Features I need asap:
1) Ticket search in the client portal!
2) Column display in client portal showing clients email address or name
3) Downloads by client
(i.e. - each client has their own download area and can't see/touch downloads for any other client.) This would be on top of a "public" download area.
4) Integrated KB image uploads
The ability for staff to upload images with a KB articles.
Cheers!
   
Reply With Quote
  (#34) Old
richm Offline
Member
 
richm's Avatar
 
Posts: 387
Join Date: Jan 2007
Location: Orange County, CA

04-05-2007, 02:33 AM

Ouch... Might have spoken too soon...

If I put in a search of "5" (just the number 5) I get:

* 600 (5 replies)
Testing if administrator at companyname is being cc'd on all tickets
* 523 (4 replies)
eSupport:Bug:Ticket due time does not reset on client reply
* 514 (3 replies)
Questions regarding copying 1 environment to another
* 92 (0 replies)
test:client name changed on staff side.
* 36 (1 replies)
Test ticket 4 (NEW)

If I click on 523, 514 or 36 I get:

Fatal error: ERROR: You do not have access to this Ticket. in D:\esupport\modules\tickets\client_tickets.php on line 156

The others are ok.


Any help appreciated.

Rich


--
Features I need asap:
1) Ticket search in the client portal!
2) Column display in client portal showing clients email address or name
3) Downloads by client
(i.e. - each client has their own download area and can't see/touch downloads for any other client.) This would be on top of a "public" download area.
4) Integrated KB image uploads
The ability for staff to upload images with a KB articles.
Cheers!
   
Reply With Quote
  (#35) Old
richm Offline
Member
 
richm's Avatar
 
Posts: 387
Join Date: Jan 2007
Location: Orange County, CA

04-05-2007, 02:50 AM

I deleted all of the tickets that were erroring. New tickets don't seem to have this issue. These were (mostly) test tickets that I had manipulated quite a bit to test features of eSupport, so it was most likely something I'd done.

If I see other troubles, I'll post.

Rich


--
Features I need asap:
1) Ticket search in the client portal!
2) Column display in client portal showing clients email address or name
3) Downloads by client
(i.e. - each client has their own download area and can't see/touch downloads for any other client.) This would be on top of a "public" download area.
4) Integrated KB image uploads
The ability for staff to upload images with a KB articles.
Cheers!
   
Reply With Quote
  (#36) Old
Jemrada Offline
Member
 
Posts: 71
Join Date: Aug 2006
Location: Alabama

SupportSuite
Owned License
10-05-2007, 02:32 AM

Thanks for the update on this.
   
Reply With Quote
  (#37) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,238
Join Date: Apr 2007
Location: Toronto Canada

SupportSuite
Owned License
10-05-2007, 03:00 AM

If this is something that people need, can't Kayako now add it to their build?
   
Reply With Quote
  (#38) Old
richm Offline
Member
 
richm's Avatar
 
Posts: 387
Join Date: Jan 2007
Location: Orange County, CA

10-05-2007, 04:53 AM

Yes, please!!!!!


--
Features I need asap:
1) Ticket search in the client portal!
2) Column display in client portal showing clients email address or name
3) Downloads by client
(i.e. - each client has their own download area and can't see/touch downloads for any other client.) This would be on top of a "public" download area.
4) Integrated KB image uploads
The ability for staff to upload images with a KB articles.
Cheers!
   
Reply With Quote
  (#39) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,238
Join Date: Apr 2007
Location: Toronto Canada

SupportSuite
Owned License
14-05-2007, 06:52 PM

In your instructions you mention to copy the .js files to a newly created javascript folder but I don't see any javascript files within the .zip file that you provided. Can you please let me know what I'm missing?

Also, does this search work correctly if you are using the random ticket numbering function? I currently use the random method and don't want to implement this if it does not work correctly. Thanks.
   
Reply With Quote
  (#40) Old
Jemrada Offline
Member
 
Posts: 71
Join Date: Aug 2006
Location: Alabama

SupportSuite
Owned License
14-05-2007, 10:52 PM

Sorry about that. The javascripts folder is in there now.
   
Reply With Quote
  (#41) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,238
Join Date: Apr 2007
Location: Toronto Canada

SupportSuite
Owned License
14-05-2007, 10:55 PM

Quote:
Originally Posted by Jemrada View Post
Sorry about that. The javascripts folder is in there now.
Thanks Jemrada, how about the random ticket ID issue? I currently use Random numbering.
   
Reply With Quote
  (#42) Old
Jemrada Offline
Member
 
Posts: 71
Join Date: Aug 2006
Location: Alabama

SupportSuite
Owned License
14-05-2007, 11:01 PM

Thats fine, it just looks by the tickets you type in. It can be random or consecutive.
   
Reply With Quote
  (#43) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,238
Join Date: Apr 2007
Location: Toronto Canada

SupportSuite
Owned License
14-05-2007, 11:07 PM

I just implemented the ticket filter but I dont see where the mod is. Does this apply to the Staff CP or to the support centre?

Also, in which directory does the search.php and javascript folder go into?
   
Reply With Quote
  (#44) Old
Jemrada Offline
Member
 
Posts: 71
Join Date: Aug 2006
Location: Alabama

SupportSuite
Owned License
14-05-2007, 11:14 PM

Only the client side support area. The staff already has a search and filter.
   
Reply With Quote
  (#45) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,238
Join Date: Apr 2007
Location: Toronto Canada

SupportSuite
Owned License
14-05-2007, 11:17 PM

Quote:
Originally Posted by Jemrada View Post
Only the client side support area. The staff already has a search and filter.
Thanks...I think I figured it out however, I don't see the filter aspect of the mod. How is it supposed to work?
   
Reply With Quote
Reply


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

vB 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.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

Kayako provides online help desk software and support solutions; enabling companies to improve their support and reduce costs.

Our three main products include: SupportSuite, eSupport and LiveResponse



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