Set default status of new groups to ‘Hidden’ upon creation
-
I’m trying to create a network where people ‘register’ for the services by submitting a Group. After the group is submitted, an invoice will be sent manually, and after it gets paid, the admin will manually change the Group to Public.
I’ve used this code snippet to skip the Group Settings Page when users submit their group (I don’t want them to be able to change it themselves).
But now, I’m trying to force all new Groups to be Hidden instead of the default value Public. I’ve edited the create.php, but that does not seem to work, I guess because the Group Settings page gets skipped. Is there a different way to set the default value to Hidden?
Kind regards,
- You must be logged in to reply to this topic.