Ask not what osTicket community can do for you - ask what you can do for osTicket community

Go Back   osTicket Forums > osTicket Latest News > Announcements > Announcement Discussions

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #51  
Old 10-16-2012, 07:41 AM
sarsonj sarsonj is offline
Junior Member
 
Join Date: Oct 2012
Posts: 1
Default Missing functions from 1.6 branch?

Hi guys,

we are long term users of osTicket and we are very satisfied with it. Today, we've upgraded to 1.7RC2 and I like new layout / functions. However, I miss few function, that were in 1.6. Did I something wrong, or those functions are not there (yet)?

- Ban email & delete ticket from ticket detail - in 1.6 when spam ticket was created (usually happens with tickets, that we got by email) there was button / action to delete ticket or/and ban all tickets, that will come from same email. I didn't find this function in 1.7. Is there a way to delete ticket or ban email from detail view? It would be very useful.

- Default order of tickets - if I understand correctly, default order of tickets is "oldest first". I was used to use "newest first" ordering in 1.6. I can change ordering with click on Date field, but this setting is not permanent - osTicket don't remember this when coming to open tickets again.

Anyway, that you for your work!

Jindrich
  #52  
Old 10-21-2012, 11:10 AM
yaqwer yaqwer is offline
Junior Member
 
Join Date: Jul 2010
Location: Germany
Posts: 12
Default

Any news on stable version or a new RC?

yaqwer
  #53  
Old 10-21-2012, 05:20 PM
n4ikita n4ikita is offline
Junior Member
 
Join Date: Oct 2012
Location: Russia, Moscow
Posts: 2
Question Image Separator

Hi! Really need your help.
I'm trying to add an image separator between "New Ticket" and "Opened Ticket [3]" on page ../scp/tickets.php
Used the "echo". Used a "div". But no results.
Here's the code:
Code:
$nav->setTabActive('tickets');
if($thisstaff->canCreateTickets()) {
    $nav->addSubMenu(array('desc'=>'Новая Заявка',
                           'href'=>'tickets.php?a=open',
                           'iconclass'=>'newTicket'),
                        ($_REQUEST['a']=='open')); 						
}

// Here div or echo.

if($cfg->showAnsweredTickets()) {
    $nav->addSubMenu(array('desc'=>'Открытые ['.($stats['open']+$stats['answered']).']',
                            'title'=>'Открытые заявки',
                            'href'=>'tickets.php',
                            'iconclass'=>'Ticket'),
                        (!$_REQUEST['status'] || $_REQUEST['status']=='open'));
  #54  
Old 10-23-2012, 01:21 AM
n4ikita n4ikita is offline
Junior Member
 
Join Date: Oct 2012
Location: Russia, Moscow
Posts: 2
Default

Quote:
Originally Posted by n4ikita View Post
Hi! Really need your help.
I'm trying to add an image separator between "New Ticket" and "Opened Ticket [3]" on page ../scp/tickets.php
Used the "echo". Used a "div". But no results.
I used 2 background. And it works!
  #55  
Old 10-23-2012, 02:04 PM
vhiering vhiering is offline
Junior Member
 
Join Date: Oct 2012
Posts: 3
Default

Hi Peter, i am reading through the instructions to install and you mention a term i never heard of...."to clone the public repository."

i am not a pro. would it mean to simple ftp the files without any .exe installer?
  #56  
Old 10-29-2012, 07:07 AM
mikailtunc mikailtunc is offline
Junior Member
 
Join Date: Oct 2012
Posts: 4
Default

Hi there,
I have noticed the following (what I believe to be) bugs in a clean install of RC2.
  • Even when no attachment is submitted to a ticket, the staff sees the following: "File upload error - Invalid file type for"
  • In "Alerts and notices", I cannot select the radio button 'Department Members' under 'Overdue Ticket Alert'.
  #57  
Old 02-11-2013, 12:47 PM
dav dav is offline
Junior Member
 
Join Date: Feb 2013
Posts: 1
Default

Hello,

I have a feedback that is based on comparison with Hesk support free features and I found that some features there are important but not included in ostickets like suggestion of related knowledgebase articles before final ticket submission.

Another thing, we need user account or registration to be optional (required or not required for users) instead of ticket ID/email used for login, so that each user find the tickets under his account.

If the user by mistake press back button while s/he is writing the ticket, s/he will lose all of what s/he wrote, in other modules, this doesn't happen where user press forward and find what he wrote.

Last thing, it would be a great idea to view the sender IP and/or country flag/name for each ticket.

Can we consider this in the next version 1.7?

I hope yes.

Thank you


Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump


All times are GMT -4. The time now is 05:15 AM.