1

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?

2

Re: Functions in the manifest file?

You can call a method in any hooks. However, first you need to identify the areas in which it is supposed to show the shoutbox. Then will it be possible to identify the specific hooks for your purposes.

Re: Functions in the manifest file?

A manifest file is made up of the following basic elements: module labels, category labels, function declarations, COM interface definitions, and type definitions