4 include_once
'Services/Object/classes/class.ilObjectListGUI.php';
19 parent::__construct();
27 $this->child_id = $a_child_id;
35 return $this->child_id;
40 $this->static_link_enabled =
true;
41 $this->delete_enabled =
true;
42 $this->cut_enabled =
true;
43 $this->copy_enabled =
true;
44 $this->subscribe_enabled =
true;
45 $this->link_enabled =
true;
46 $this->payment_enabled =
false;
47 $this->info_screen_enabled =
true;
49 $this->gui_class_name =
'ilobjforumgui';
52 include_once
'Modules/Forum/classes/class.ilObjForumAccess.php';
62 public function initItem($a_ref_id, $a_obj_id, $a_title =
"", $a_description =
"")
64 parent::initItem($a_ref_id, $a_obj_id, $a_title, $a_description);
80 if(!$ilAccess->checkAccess(
'read',
'', $this->ref_id))
85 $lng->loadLanguageModule(
'forum');
89 include_once
'Modules/Forum/classes/class.ilObjForumAccess.php';
91 $num_posts_total = $properties[
'num_posts'];
92 $num_unread_total = $properties[
'num_unread_posts'];
94 $frm_overview_setting = (int)$ilSetting::_lookupValue(
'frma',
'forum_overview');
98 $num_new_total = $properties[
'num_new_posts'];
103 if(!$ilUser->isAnonymous())
107 $alert = ($num_unread_total > 0) ?
true :
false;
110 'property' => $lng->txt(
'forums_articles') .
' (' . $lng->txt(
'unread') .
')',
111 'value' => $num_posts_total .
' (' . $num_unread_total .
')' 115 if($num_new_total > 0)
118 $alert = ($num_new_total > 0) ?
true :
false;
120 'alert' => $alert,
'property' => $lng->txt(
'forums_new_articles'),
'value' => $num_new_total
130 'property' => $lng->txt(
'forums_articles'),
131 'value' => $num_posts_total
135 include_once
'Modules/Forum/classes/class.ilForumProperties.php';
143 'property' => $lng->txt(
'forums_anonymized'),
144 'value' => $lng->txt(
'yes')
150 if((
int)$last_post[
'pos_pk'])
153 "\" href=\"ilias.php?baseClass=ilRepositoryGUI&cmd=viewThread&cmdClass=ilobjforumgui&target=true&pos_pk=" .
154 $last_post[
'pos_pk'] .
"&thr_pk=" . $last_post[
'pos_thr_fk'] .
"&ref_id=" .
155 $this->ref_id .
"#" . $last_post[
"pos_pk"] .
"\">" .
157 strtolower($lng->txt(
'from')) .
" ";
159 require_once
'Modules/Forum/classes/class.ilForumAuthorInformation.php';
161 $last_post[
'pos_usr_id'],
162 $last_post[
'pos_usr_alias'],
163 $last_post[
'import_name'],
165 'class' =>
'il_ItemProperty',
166 'href' =>
'ilias.php?baseClass=ilRepositoryGUI&cmd=showUser&cmdClass=ilobjforumgui&ref_id=' . $this->ref_id .
'&user='.$last_post[
'pos_usr_id'].
'&offset=0&backurl=' . urlencode(
'ilias.php?baseClass=ilRepositoryGUI&ref_id=' .
$_GET[
'ref_id'])
170 $lpCont .= $authorinfo->getLinkedAuthorName();
176 'property' => $lng->txt(
'forums_last_post'),
202 return 'ilias.php?baseClass=ilRepositoryGUI&cmd=viewThread&cmdClass=ilobjforumgui&ref_id=' . $this->ref_id .
'&thr_pk=' . $this->
getChildId();
206 return 'ilias.php?baseClass=ilRepositoryGUI&cmd=viewThread&cmdClass=ilobjforumgui&target=1&ref_id=' . $this->ref_id .
'&thr_pk=' . $thread_post[0] .
'&pos_pk=' . $thread_post[1] .
'#' . $thread_post[1];
209 return parent::getCommandLink($a_cmd);
static getLastPostByRefId($ref_id)
static getInstance($a_obj_id=0)
getProperties($a_item='')
Get item properties.
_getCommands()
get commands this method returns an array of all possible commands/permission combinations example: $...
static formatDate(ilDateTime $date)
Format a date public.
__construct()
Constructor.
getDetailsLevel()
Get current details level.
initItem($a_ref_id, $a_obj_id, $a_title="", $a_description="")
const FORUM_OVERVIEW_WITH_NEW_POSTS
static getStatisticsByRefId($ref_id)
static prepareMessageForLists($text)
Prepare message for container view.