Hello everyone. I would like to run some script on my system when an article is added. Is there an elegant way to do it or I should invent some kind of hack?
Hi Alexander, You can use the global event handler and use the document events, for example the document insert before/after handler to run your code when a new page is added.
Please, sign in to be able to submit a new answer.