19 declare(strict_types=1);
35 'permission' =>
'read',
36 'cmd' =>
'showThreads',
41 'permission' =>
'write',
43 'lang_var' =>
'settings' 52 $t_arr = explode(
'_', $target);
54 if ($t_arr[0] !==
'frm' || ((
int) $t_arr[1]) <= 0) {
59 $DIC->access()->checkAccess(
'read',
'', (
int) $t_arr[1]) ||
60 $DIC->access()->checkAccess(
'visible',
'', (
int) $t_arr[1])
71 $ilDB = $DIC->database();
74 'SELECT pos_thr_fk FROM frm_posts WHERE pos_pk = %s',
81 return (
int) $row[
'pos_thr_fk'];
86 $text = str_replace(
'<br />',
' ', $text);
87 $text = strip_tags($text);
88 $text = preg_replace(
'/\[(\/)?quote\]/',
'', $text);
96 public static function _preloadData(array $obj_ids, array $ref_ids): void
124 self::$userInstanceCache[$usr_id] = $user;
128 return self::$userInstanceCache[$usr_id] ?? null;
static getLastPostByRefId(int $ref_id)
static getStatisticsByRefId(int $ref_id)
static prepareMessageForLists(string $text)
static subStr(string $a_str, int $a_start, ?int $a_length=null)
static _preloadData(array $obj_ids, array $ref_ids)
static strLen(string $a_string)
static lookupStatisticsByRefId(int $ref_id)
static userExists(array $a_usr_ids=array())
static getCachedUserInstance(int $usr_id)
static _getThreadForPosting(int $a_pos_id)
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id
static _checkGoto(string $target)
static array $userInstanceCache
static lookupLastPostByRefId(int $ref_id)
static preloadForumIdsByRefIds(array $ref_ids)