Hi,
I have a form defined as a module and displayed in a content type. The purpose of the module is to create multi-categorization.
I have a separate content type where I store the article id (as related article) and the category ids. It works fine.
I display this article on the content view in order to be able to add articles. The problem is I want to allow only the author of the article to add information in that form.
How can I do that? Is there a way with Typo? Like create a php to test if the logged-in user is the author of the article?
I have tried but I have not managed to create such a typo.
Any help appreciated.
Thanks.
Xav.