- Edited
Hi, I have been using 1.10 RC2 (yes i know its a release candidate and not for production) - however, one of the mods i made to my 1.8 build was displaying tickets from certain topics on each users page (on the admin side of things). E.g on /scp/users.php?id=1 i would just list the tickets for a helptopic by modifying 'include/staff/templates/tickets.tmpl.php' to include a SQL WHERE helptopicid = 1 statement or something of that form.However, in 1.10 RC2, this page 'include/staff/templates/tickets.tmpl.php' no longer includes the SQL command for getting a users tickets. I assume this has been replaced by a better function, however i am having difficulty working backwards to see how the tickets get called, and at what point i can just get tickets for certain helptopics (and other conditions i might have).Has there been a function included for this / where should i start looking to write my own?