Topic: installing extensions - changed?

Hi,
Version 2.3
Has this changed to prior versions?
I'm missing the fields below the listed installed extensions (name, folder, register etc.)
I'm logged in as Admin, access-rights ok.
Thanks
ernie

Re: installing extensions - changed?

Yes, there was huge changes in this matter. Now to install extensions you have to create hooks connector class derived from 'hooks' class found in includes/hooks.inc. All needed integration hooks should be defined here.

Unfortunately I have not found time to write documentation nor example implementation for new extensions system. I promiss to do it asap smile. In meantime you can read comments in hooks.inc which explain most details of new integration scheme.

Janusz