Public Member Functions | |
getHtml ($gotuid, $gotmoduleComponentId, $gotaction) | |
getTotalPosts ($userID) | |
getLastLogin ($userId) | |
getRegDateFromUserID ($userID) | |
actionForumsettings () | |
actionModerate () |
Definition at line 23 of file forum.lib.php.
actionForumsettings | ( | ) |
Definition at line 83 of file forum.lib.php.
actionModerate | ( | ) |
Definition at line 176 of file forum.lib.php.
getHtml | ( | $ | gotuid, | |
$ | gotmoduleComponentId, | |||
$ | gotaction | |||
) |
Reimplemented from module.
Definition at line 28 of file forum.lib.php.
getLastLogin | ( | $ | userId | ) |
Definition at line 64 of file forum.lib.php.
getRegDateFromUserID | ( | $ | userID | ) |
Determines the Registration Date of a user, given his/her User ID
$userID | UserID of the user, whose Registration Date is to be determined |
Definition at line 75 of file forum.lib.php.
getTotalPosts | ( | $ | userID | ) |
Returns news array
$moduleCompId | ModuleComponenetId of the news array |
$userID | : UserID |
Definition at line 54 of file forum.lib.php.