Not sure if I understand correctly what you mean. But if it is not in the current admin screens then it is not supported 🙂
Thread Starter
pekos
(@pekos)
Hi Antoine
sorry for the bad description. What i was meaning to say is if it is easy to create a different layout of the matches page in the admin area. Is it possible to have the submit final results page and more specifically the matches grouped depending on the group the belong to?
i hope it is more clear now.
thanx again
Ah, I get it. It is not simple to create a new view. There are no templates that you can simply alter. But it is also not the most difficult task as a lot of the code is already there, but it requires at least a couple of hours to build and test.
Basically you’d have to copy the current code to a new class and register it as a new admin page. And then rewrite the view with your own html and SQL to get the data.
Thread Starter
pekos
(@pekos)
Thanx Antoine for the information, it is clear.