CMS  Version 3.9
forum_list.inc File Reference

Go to the source code of this file.

Variables

 $constraint = checkRole("admin") || checkRole("moderator") ? "ORDER BY sort_order, title" : "WHERE published=1 ORDER BY sort_order, title"
 
 $forumSummaries = $site->ForumSummaries($constraint)
 
 $forumListView = new ForumListView($forumSummaries, "forum_details", "forum_topic")
 
$forumListView table cssStyle ="width: 100%; clear: both"
 
 $script = $forumListView->writeScript()
 

Variable Documentation

◆ $constraint

$constraint = checkRole("admin") || checkRole("moderator") ? "ORDER BY sort_order, title" : "WHERE published=1 ORDER BY sort_order, title"

Definition at line 36 of file forum_list.inc.

◆ $forumListView

$forumListView = new ForumListView($forumSummaries, "forum_details", "forum_topic")

Definition at line 40 of file forum_list.inc.

◆ $forumSummaries

$forumSummaries = $site->ForumSummaries($constraint)

Definition at line 38 of file forum_list.inc.

◆ $script

$script = $forumListView->writeScript()

Definition at line 43 of file forum_list.inc.

◆ cssStyle

$forumListView table cssStyle ="width: 100%; clear: both"

Definition at line 41 of file forum_list.inc.