Hi, I have a page type 'article' and I wonder if it is possible to automatically relate a category depending on the node path of the article? Something like a default value for "Multiple categories selector" form control? Thanks in advance.
You can use Global Events to hook into the pre/post Page creation.
This would allow you to programmatically look at the location of a Page in the tree and then assign categories to it.
Thanks Sean, I will try global events tomorrow.
Please, sign in to be able to submit a new answer.