Hi, I want to create a custom page in the admin panel menu, a simple blank page, how do I do that?

I also tried randomly copying models and controllers, and changing names, but it didn’t work.
*PS really wanted it on the admin panel menu, below dashboard section.

cheers and thanks in advance 🥰

    I’ve got a number of extensions that you should be able to copy - the core of what you’re looking for is probably in CupNoodles/ti-ext-extravarsblob/master/Extension.php#L238, and then you just need to make the Controller + Views, which you can copy as well. This one’s called ‘ExtraVars’, and you’ll want to rename everything - if you’ve already done all of this and it hasn’t worked, there’s a good chance you’re getting stuck on the naming convention, where if your controller is named ‘ExtraVars’ it must be in ‘ExtraVars.php’ and the views should be called ‘extravars’, etc - more info at https://tastyigniter.com/docs/extend/extensions and https://tastyigniter.com/docs/php-coding-guidelines