jeffuk Posted November 2, 2017 Share Posted November 2, 2017 I wanted to move the Recent Support Tickets right down to the bottom so I added a hook which seems to only work but not all user accounts? add_hook('ClientAreaHomepagePanels', 1, function (Item $homePagePanels) { $homePagePanels->getChild("Recent Support Tickets") ->setOrder(50); }); Example below, the order has worked on user.png but it has not worked on user1.png -- The order should be: 1. Unpaid invoices 2. Active Services 3. Support tickets 4. Custom Banner Any tips? Link to comment Share on other sites More sharing options...
jeffuk Posted November 2, 2017 Author Share Posted November 2, 2017 It looks like the orders change if the user has or has had a support ticket open. I need to override this, need the support ticket block to remain in the same position for all. Link to comment Share on other sites More sharing options...
jeffuk Posted November 2, 2017 Author Share Posted November 2, 2017 Nope, spoke to soon, it seems it is only happening with one customer? Sorry for the multiple responses, I can't seem to edit posts. Link to comment Share on other sites More sharing options...
Recommended Posts