Topic: Functions in the manifest file?
For my punbb shoutbox I want to be able to show the shoutbox in different places depending on options.
Is there a nice way to do this in the manifest file?
Ideally I want to define a method 'showShoutbox()' and call it in various hooks depending on what options the user has set.
Is this possible?