• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Manual for adding more 'status' options

Manual for adding more 'status' options 14 years 6 months ago #8720

Dear forum members,

For those who would to add more 'status' options, for instance to inform their
customers more accurate I have made a manual to make it possible.

With special thanks to Alexandru!

In this thread you will find the manual attached.

Best regards,
Eric

Attachment MANUALStatusRSTickets.doc not found

Attachments:
The administrator has disabled public write access.

Re:Manual for adding more 'status' options 14 years 5 months ago #9005

  • kylepond
  • kylepond's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
This would be useful, but I am unable to download.
The administrator has disabled public write access.

Re:Manual for adding more 'status' options 14 years 3 months ago #9358

  • pnims
  • pnims's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Thank you received: 1
Hi Eric -

The link on the status manual is not valid. Could you repost or email it to me?

Thanks!
The administrator has disabled public write access.

Re:Manual for adding more 'status' options 14 years 2 months ago #9824

  • tleroux
  • tleroux's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hello,
This would much useful but the link is not working.
Could you update it ?
With thanxs and regards,
Thierry
The administrator has disabled public write access.

Re:Manual for adding more 'status' options 14 years 2 months ago #9862

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Hello,

This can be done... however this will imply some source code modifications that i do not recommend due to the fact that you will lose them upon updating to a newer version.

You will have to edit the jos_rstickets_tickets table, edit ticket status > add the new items.

After you have done this, you will have to edit the following files:

/components/com_rstickets/page/search_tickets.php
/components/com_rstickets/functions.php
/components/com_rstickets/page/ticket.php
/components/com_rstickets//page/tickets.php
search for :

$status_array = array('open','on-hold','closed');

and add the new items, for example:

$status_array = array('open','on-hold','closed','test');

/components/com_rstickets/lang/english.php :

$status_array_lang = array('any' => LBL_ANY, 'open' => LBL_OPEN, 'on-hold' => LBL_ONHOLD, 'closed' => LBL_CLOSED, 'test' => 'TEST');
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!