Help: Friend Manager Edit Template
For more help, visit the WebGUI Community Wiki.
- formHeader
- HTML code to begin the form for editing a user's list of friends.
- username
- The name of the user whose friends you are managing.
- userId
- The GUID of the user whose friends you are managing.
- manageUrl
- The URL back to the Friend Manager main screen
- addUserForm
- A dropdown box with a list of users who can be added to this user's Friends.
- hasFriends
- A boolean which is true if the user currently has friends.
- friend_loop
- A loop containing a list of the this user's current friends.
- userId
- The GUID of a user.
- username
- The username of a user.
- checkForm
- A checkbox for this user. If set when the form is submitted, this user will be removed from the user's list of friends.
- removeAll
- A checkbox to remove all friends from this user.
- addManagers
- A checkbox to add all users in the Friend Manager group to this users's list of Friends.
- submit
- A button with internationalized label to submit the form.
- formFooter
- HTML code to end the form.
Admin Console