1

Topic: how can i edit the php code in an extension

without having to uninstall it first?

Re: how can i edit the php code in an extension

Install pun_admin_manage_extensions_improved extension.

then, edit the extension you want to change.

then, on the extension page of the ACP, click "Refresh hooks" of the extension you changed.

3

Re: how can i edit the php code in an extension

Or you may change it in database (table extension_hooks) and delete cache files (cache_hooks.php)  smile

Eraversum - scifi browser-based online webgame

4

Re: how can i edit the php code in an extension

oh i forgot to thank you guys so thank you!