ashkir
Active member
Another question:
Can we disable groups from being delisted from category, as in not allowing any completely private invite only ones? We want to disable "Make group private" only. As we want it to show on pages.
I'm assuming in cz_groups_edit remove
Would that work?
Can we disable groups from being delisted from category, as in not allowing any completely private invite only ones? We want to disable "Make group private" only. As we want it to show on pages.
I'm assuming in cz_groups_edit remove
PHP:
<input type="checkbox" value="1" name="privacy[group]" {xen:checked $group.privacy.group} />
{xen:phrase xfa_groups_group_private}
<dfn>{xen:phrase xfa_groups_group_private_desc}</dfn>
Would that work?