<%@ Control language="c#" Codebehind="editgroup.ascx.cs" AutoEventWireup="True" Inherits="yaf.pages.admin.editgroup" %> <%@ Register TagPrefix="yaf" Namespace="yaf.controls" Assembly="yaf" %>
Edit Group
Name:
Name of this group.
Is Admin:
Means that users in this group are admins.
Is Guest:
Means that users in this group are guests (anonymous). Only one group should have this checked.
Is Start:
If this is checked, all new users will be a member of this group.
Is Forum Moderator:
When this is checked, members of this group will have some admin access rights.
Initial Access Mask:
The initial access mask for all forums.
Access
Forum Access Mask
<%# DataBinder.Eval(Container.DataItem, "ForumName") %>
Category: <%# DataBinder.Eval(Container.DataItem, "CategoryName") %>
...