As per title, there is a new Category Option "Article Image Required". This is a SUB Option to the existing Article Options: "Allow Articles to be created" (as it only applies to the create process).
Default is disabled (as it is a sub option), so you will need to Enable this for all your categories that you want to force this on.
When the "Article Image Required" is enabled and you try to create an Article without an IMAGE attachment, it will throw an error message.
NOTE: YES, there is a query you can run to SET this option for Categories that the "Allow Articles to be Created" is Enabled.
Default is disabled (as it is a sub option), so you will need to Enable this for all your categories that you want to force this on.

When the "Article Image Required" is enabled and you try to create an Article without an IMAGE attachment, it will throw an error message.

NOTE: YES, there is a query you can run to SET this option for Categories that the "Allow Articles to be Created" is Enabled.
Code:
UPDATE xf_nflj_ams_category SET article_image_required = '1' WHERE allow_articles = '1'
Upvote
0