Topic: "System" extension

Hi all.
Guys, is there possible to make extension "system"? I want to remove possibility of disable or remove of my extension, and do it without modifying source code of the punbb. Thanks.

Re: "System" extension

It will probably be easier for you to add the desired piece of code to the forim's core.
In this case, it will be impossible to deactivate or delete it.

3 (edited by sh0ckfile 2009-08-27 13:33)

Re: "System" extension

Kovalski wrote:

It will probably be easier for you to add the desired piece of code to the forim's core.
In this case, it will be impossible to deactivate or delete it.

But in this case it will be impossible to easy upgrade the forum engine sad

Re: "System" extension

If you want this so badly, you may just create an additional option in manifest.xml - for instance, "class_extension" - then add the desired code to the file extensions.php, specifying that if this constant exists and contains the title "system", then the links to enabling/disabling/deleting the extension should not be shown.
That is all you need to do.