Support

Akeeba Ticket System

#22142 Ticket Counter

Posted in ‘Akeeba Ticket System for Joomla! 4 & 5’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

Joomla! version
n/a
PHP version
n/a
Akeeba Ticket System version
n/a

Latest post by nicholas on Wednesday, 25 February 2015 09:57 CST

hyperx
 I would like to have a counter (like in the Module Tickets Info) which shows: all Open / all in Progress / all Closed Tickets to the Support staff in the Frontend end. Is this possible somehow (by altering the module for example)?

nicholas
Akeeba Staff
Manager
I think you might be able to do that by forking (copying) the module. Then you need to edit the main .php file of the module. Inside it you'll see the code

$ticketsModel = F0FModel::getTmpInstance('Tickets', 'AtsModel', array('input' => array()));
$ticketsModel
	->mytickets(1)
	->enabled(1);


Just remove the
->mytickets(1)
line to have the module report all tickets.

You might also want to change the URL around line 100 from index.php?option=com_ats&view=mies to index.php?option=com_ats&view=latest to show all open tickets.

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

hyperx
Thanks, works perfectly!

nicholas
Akeeba Staff
Manager
You're welcome! I'm glad we could help you :)

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

Support Information

Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!