Change Article Module "Who can comment" default value set to "Self"

By default, Article Module "Who can comment" set to "Me only", what's the parameter in developer module to set it as public? I tried "Public" but did not work, plz advice, thank you.

  • 1109
  • More
Replies (1)
    • Hello

      Privacy selector element in UNA forms is a custom element which doesn't allow to change default value via Forms builder. On the other hand privacy selector uses privacy object which determines the selector's behaviour. Unfortunately, there is no any interface in Studio to manage such objects. So, if you are familiar with MySQL you may change the default value via UNA database -> sys_objects_privacy table -> default_group field. 

      In case of Articles app, you need to find a row with 'aqb_articles_allow_comment_to' name and replace 2 with 3 in default_group field. Then you need to clear UNA cache in Studio -> Dashboard -> Cache and test.

      ---
      Best Regards
      Anton

      Login or Join to comment.