chaveamin Posted September 11, 2023 Share Posted September 11, 2023 How can I limit the recent support tickets in the client area to 4 so that only 4 recent tickets are shown? 0 Quote Link to comment Share on other sites More sharing options...
pRieStaKos Posted September 11, 2023 Share Posted September 11, 2023 Go to `modules/widgets/Support.php` and change the `limitnum` in $tickets $tickets = localApi('GetTickets', array('status' => 'Awaiting Reply', 'limitstart' => '0', 'limitnum' => '5')); 0 Quote Link to comment Share on other sites More sharing options...
chaveamin Posted September 12, 2023 Author Share Posted September 12, 2023 9 hours ago, pRieStaKos said: Go to `modules/widgets/Support.php` and change the `limitnum` in $tickets $tickets = localApi('GetTickets', array('status' => 'Awaiting Reply', 'limitstart' => '0', 'limitnum' => '5')); I changed it to 2 and still the same amount 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.