Is there a way to have the ticket list be the home page when a user logs in? We are integrating with another application and don't need all of the other features, just the tickets for the user area.
Hi atDev, I think the most simplist way to do that would be in the admin CP, widgets, in the home widget, simply change the URL from "/Core/Default/Index" to "/Tickets/ViewList" Gary
Hi Gary, Doesn't that just change the link of the home page from the widget or will it make it actually redirect?
For that part, can you not just add a htaccess redirect rule a e.g. http://helpdesk.com -> http://helpdesk.com/index.php?/Tickets/ViewList edit, although thinking about it, pretty sure you would have to be logged in for it to actually work You might need to alter the actual controller to draw the screen your after, its the class.Controller_Default.php file from __swift\apps\core\client Gary