| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
(#46)
|
| Member Posts: 71 Join Date: Aug 2006 Location: Alabama |
14-05-2007, 11:24 PM
There should be a drop down menu that will let you select from the current statuses you have in your support center. Can you post a screen shot? Tab Mod for Staff Dashboard Client Side Ticket Search and Filter User Sync with Support Center and News |
| | |
(#47)
|
(#48)
|
| Member Posts: 1,284 Join Date: Apr 2007 Location: Toronto Canada |
14-05-2007, 11:43 PM
I just figured it out. Your instructions that are in the KB article on your site do not work. The actual code that is in the ticketlist.tpl file that was included in your zip file worked and helped with the placement. You should probably look at editing that KB article to include the proper code. Now that it works...The tickets filter when you select them from the list automatically but when you select "go" it takes you back to the home page. What is the point of the "go" button. Did I do something wrong again? Thanks Jemrada. |
| | |
(#49)
|
| Member Posts: 71 Join Date: Aug 2006 Location: Alabama |
14-05-2007, 11:59 PM
oh ok thanks, I will have to check those articles. I will look in to that go button issue. Tab Mod for Staff Dashboard Client Side Ticket Search and Filter User Sync with Support Center and News |
| | |
(#50)
|
(#51)
|
| Member Posts: 387 Join Date: Jan 2007 Location: Orange County, CA |
15-05-2007, 01:58 PM
Hmm. Maybe it's my install, but since the latest version, if I search for the full ticket number, search doesn't locate any tickets on the client side. The only way I can get hits on my search is if I scale it down to one digit & even then it isn't locating all (I set up a test account with only 2 tickets) e.g. 2 tickets for this test account: 618 & 619. If I search for ticket 618 (and there is a ticket with this ticket ID) I get no hits. If I search for ticket 61, no hits, but if I search for 6, I get 618 but not 619. Just noticed another anomaly with my installation... Created a ticket as client 1 from the client side portal. Logged out and back in as client 2 from the client side portal. Searched for "6" using ticket id and found the ticket I just created as client 1. Any ideas? Thanks, 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! |
| | |
(#52)
|
| Member Posts: 1,284 Join Date: Apr 2007 Location: Toronto Canada |
15-05-2007, 02:36 PM
Quote:
| |
| | |
(#53)
|
| Member Posts: 387 Join Date: Jan 2007 Location: Orange County, CA |
15-05-2007, 03:27 PM
I may have found the answer... though it doesn't explain finding one clients tickets while logged in as another (Note: I was not able to "view" the other clients ticket, clicking on it gave a blank page. It just turned up in a search) After talking with Kayako support (I'm seeing similar results when using search in the staff interface), about searching by TicketID: This feature uses MySQL full text search.It has certain restrictions. 1. Word to be searched should be 3 chaaracters in length. 2. It should not be common. 3. It should appear in atleast 3 records. 4. Common words like in, are etc. are ignored. Still, I seem to recall that searching by 2 or 3 numbers in the past appeared to work properly... Perhaps I'm mistaken. 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! |
| | |
(#54)
|
| Member Posts: 387 Join Date: Jan 2007 Location: Orange County, CA |
16-05-2007, 01:05 AM
As a follow up, this was user error <doh!> I had manipulated the search.php to display sequential ticket #'s and must have trashed a query in the process. Compared to an older version a corrected the error. Works like a charm once again! 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! |
| | |
(#55)
|
| Member Posts: 1,284 Join Date: Apr 2007 Location: Toronto Canada |
17-05-2007, 02:02 AM
Jemrada, Is there a way that "Ticket ID" or "Subject" etc.. can be the default search item? Right now you always have to choose something from the list and it would be good if there were a default. Also, is there a way that the search can search all feilds? Maybe ---- Entire Ticket ---- or something like that. |
| | |
(#56)
|
| Member Posts: 387 Join Date: Jan 2007 Location: Orange County, CA |
19-05-2007, 01:44 AM
Using a completely fresh copy (downloaded & installed this afternoon) of search.php, I get the unique ticket id's (which if I read the php correctly is the way it works by default (though sequential would be what I need) I'm seeing a problem where when I search for tickets (either with strings or with numbers) I'm getting results that don't belong to the client whos account I'm logged in with. I can see the ticket # (the unique number) and the summary of the ticket info. If I click on the ticket it won't actually open it (thank goodness) but I'm concerned that I'm getting hits that don't belong to this client) I put unique words in the ticket posts of tickets from each client I am testing with so that I would be sure to only match these unique words and not common words. Client A: xyzzy Client B: pflug I can get results while logged in as client b, that I should only get when logged in as a. 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! |
| | |
(#57)
|
| Member Posts: 387 Join Date: Jan 2007 Location: Orange County, CA |
22-05-2007, 03:50 PM
Hi, I'm far from a sql/php expert, but shouldn't there be some kind of filtering within the sql for this search based on usergroupid? So that no tickets will be pulled up unless they belong to that client? (which I believe usergroupid reflects) Cheers, 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! |
| | |
(#58)
|
(#59)
|
| Member Posts: 134 Join Date: May 2007 Location: Denmark |
23-08-2007, 12:51 PM
Quote:
Just write the below in the admin -> tamplates -> manage templates -> tickets -> ticketlist PHP Code: | |
| | |
(#60)
|