PDA

View Full Version : Social group invite off?



redwinger
Thu 23rd Apr '09, 12:04am
Can the social groups invite selection be turned off when creating a group? Meaning that the person who creates the group cannot make it a invite only group and they all have to be public?

Jake Bunce
Thu 23rd Apr '09, 1:37pm
There is no option to disable that, but you can remove it directly from the templates:

Admin CP -> Styles & Templates -> Style Manager -> « » -> Social Groups Templates -> socialgroups_form




<div class="smallfont" style="margin-top:$stylevar[formspacer]px">
<label for="grouptype">$vbphrase[group_type]:</label><br />
<select name="grouptype" id="grouptype">
<option value="public"$typeselected[public]>$vbphrase[group_type_public]</option>
<option value="moderated"$typeselected[moderated]>$vbphrase[group_type_moderated]</option>
<option value="inviteonly"$typeselected[inviteonly]>$vbphrase[group_type_inviteonly]</option>
</select>
</div>