Add to Sidebar
Hi,
Continuing the development of my application and run in to a problem with something I would like to do. I would like to add blocks to the sidebar depending on what page you are on. I remember seeing something similar with plugins using hooks but how is this done using an application?
Thanks for all your help
0
Answers
So there's a lot of things you can do, but I'm not sure exactly what you are trying to accomplish so I'll just give you a few pointers to get you started.
settings/class.hooks.php
is like a plugin for your application. Everything you can do in a plugin you can do in your hooks class because it is a plugin too.$Sender->AddModule('ModuleName', 'Panel')
.