Ektron 9.00
Membership users have limited privileges to Ektron. Unlike regular Ektron users, they cannot use the Workarea. When membership usera user with limited privileges, such as writing to a community forum, but not having the same privileges as a forum moderator, or an administrator who has access to the Workarea. (A community user is the same as a membership user.)s log in, they can view, add and edit content from the website (as permitted)—all other functionality is disabled.
Membership users can be allowed to view private content. This is helpful if your organization has partners who need access to Web pages that should not be visible to the general public. See Also: Making Content Private If you have a Social Network or Community website, a membership user can create an online area for themselves.
Prerequisite
To work with membership users, you must be a member of the Administrators group or assigned to the member admin role. See Also: Defining Roles
A typical membership scenario is a Partners section of your website that contains private content for partners only. Set up a membership user group with users from your partner’s organization. The group is given add and edit permissions to the Partners section. Membership privileges are:
Use the Membership Module folder to add and edit membership users and user groups.
NOTE: The ek_PageSize
setting in the web.config
file determines the maximum number of users that can appear on a page before it “breaks.” When a page breaks, additional entries appear on another screen, and the following text appears near the bottom of the list:
Page 1 of 2 [First Page] [Previous Page] [Next Page] [Last Page]
IMPORTANT: This name needs to be unique inside Ektron and it cannot be blank.
Changing the Default File Size
To change the file size limit, edit Siteroot\Workarea\Upload.aspx.vb
. In this file, change the line below to the maximum file size you want to allow.
If (numFileSize > 200) Then
For example, to allow 500 kb files, change 200 to 500.
NOTE: Remember, this number is in kilobytes.
Changing the Default Height and Width
To change the default height and width, edit YourSite\App_Code\VBCode\Utilities.vb
. In this file, change the following lines to the size you wish to allow.
Dim Width As Integer = 125
Dim Height As Integer = 125
For example, to set avatars' height and width to 166 pixels, change 125 to 166 in both lines.
User Groups Tab (Tab only appears when editing)—Lists user groups to which the user belongs. See Also: Assigning Users to User Groups
Activities Tab (Tabs only appear when editing)
NOTE: If you disable Notifications, the Activities tab (which lets the user pick Notifications to receive and send) disappears.
This tab sets preferences for all community groups.
For Developers:Ektron has created a UserGroupPreferences user control. If you add the control to a community group’s profile page, users can specify notification preferences for individual groups. This control comes with Ektron and is located in:
[Drive:]\webroot\siteroot\Workarea\Notifications\Controls
In this site, when a logged-in member of a community group accesses the group’s profile page, there is an Edit Group Notifications Preferences link. Clicking this link opens the user control. When you select your preferences, they are stored for that group only.
Profile Links Tab—Lists The user's alias if community aliasing is set for users. See Also: Creating User-Friendly URLs with Aliasing
If there are many membership users, use the search to find users who meet your criteria. For example, find members whose username includes @example.com. Only users with those characters in that sequence in their username, first name, or last name appear. The search is case-insensitive, so MI produces the same results as mi.
You can also search by First and Last name.
If you get the following error:
Response object error 'ASP 0251 : 80004005'
Response Buffer Limit Exceeded
Increase the limit as follows:
%WinDir%\System32\Inetsrv\Metabase.xml
You can use a membership groupa group of similar membership users, such as all engineers that have the same access priviledges to a community site. (A community user is the same as a membership user.) to group similar membership users, reducing the effort required to assign identical permissions to many users.
IMPORTANT: Membership Groups and Community Groups are different concepts. Community Groups allow users with similar interest to join together in a social networking environment. See Managing Community Groups. Membership User Groups are explained below.
To make friendly URLs that are easy to use and remember for a community usera user with limited privileges, such as writing to a community forum, but not having the same privileges as a forum moderator, or an administrator who has access to the Workarea. (A community user is the same as a membership user.) and group, Ektron provides a Community URL Aliasing feature. Creating User-Friendly URLs with Aliasing for more information.
NOTE: Membership users may also be managed with Active Directory and LDAPLightweight Directory Access Protocol; permits access to distributed information.. For more information, see Authenticating Membership Users with AD or LDAP.
Prerequisite
To work with membership users, you must be a member of the Administrators group or assigned to the member admin role. See Also: Defining Roles
NOTE: Only membership users can be added to membership user groups.
NOTE: Only membership users who do not already belong to the group appear.
After you create membership users and groups, you can assign them permissions for Community folders only. See Also: Community Folders