By JohnnyBeGood-dupe2 on
How can I set the audience automatically?
In my site the users can only belong to one group.
And I don't want public content (at least created by the users).
I would like to avoid them the annoying task to tick the checkbox everytime they add new content.
There is any way?
Many thanks
Comments
...
Any Idea?
I've already found
I've already found a solution.
Thanks anyway
See that you already found a
See that you already found a solution. Still, for the record, one way to make this work in D6 / Drupal Commons would be to add the following to your template.php (or, better, in a custom modules hook_form_alter):
Where 453 is a in our case a default group that is selected in case no default group was found.