Tom Wilson Posted May 22, 2019 Share Posted May 22, 2019 Hey! We're currently building a new help centre (inside of the WHMCS environment) and I would like to do the following: if user has a ticket that's marked as anything, but closed then output some html code. Is this possible? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted May 22, 2019 Share Posted May 22, 2019 This is probably better off in the developer corner as I am presuming by "building a help centre" you mean like an addon. If so, you would use the API to get the tickets https://developers.whmcs.com/api-reference/gettickets/ . Just pass it the clientid, the status of "All Active Tickets" and it should return the tickets and then you output that however you want. Or are you looking to use the built-in ticket view and only show active tickets? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.