The CForumUser class is used with profiles of the forum visitors.
Methods
Method | Description |
GetList |
Returns a filtered and sorted list of profiles. |
GetByID |
Returns an array of profile parameters by its ID. |
GetByUSER_ID |
Returns an array of profile parameters by the ID of the user
who is the owner of the profile. |
GetByIDEx |
Returns an array of profile parameters as well as
its auxiliary parameters by its ID. |
Add |
Creates a new profile. |
Update |
Modifies parameters of the existing profile. |
Delete |
Deletes a specified profile. |
CanUserAddUser |
Thoroughly checks whether a
user can add a new profile. |
CanUserUpdateUser |
Thoroughly checks whether a
user can modify a profile. |
CanUserDeleteUser |
Thoroughly checks whether a
user can delete a profile. |
GetUserRank |
Returns parameters of the specified rank. |