Go to the documentation of this file.
8 require_once(
'inc/header.inc.php' );
9 require_once( CH_DIRECTORY_PATH_INC .
'design.inc.php' );
10 require_once( CH_DIRECTORY_PATH_INC .
'profiles.inc.php' );
17 $_page[
'css_name'] =
'explanation.css';
21 if (isset($_SERVER[
'HTTP_X_REQUESTED_WITH']) && $_SERVER[
'HTTP_X_REQUESTED_WITH'] ==
'XMLHttpRequest') {
22 header(
'Content-type:text/html;charset=utf-8');
41 $sNoLimit =
_t(
'_no limit');
43 $aFields = array(
'AllowedCount',
'AllowedPeriodLen',
'AllowedPeriodStart',
'AllowedPeriodEnd');
45 $sqlFields .=
",IFNULL(`$sField`, '$sNoLimit') as `$sField`";
47 SELECT `IDAction`, `Name` $sqlFields
49 INNER JOIN `sys_acl_actions` ON `sys_acl_matrix`.`IDAction` = `sys_acl_actions`.`ID`
50 WHERE `sys_acl_matrix`.`IDLevel` = ?";
51 $aDraw[
'ch_repeat:actions'] =
$GLOBALS[
'MySQL']->getAll($sqlQuery, [$membershipID]);
55 return $GLOBALS[
'oSysTemplate']->parseHtmlByName(
'memlevel_actions_list.html', $aDraw);
64 switch (
$_GET[
'explain'] ) {
65 case 'Unconfirmed':
$sCode =
_t(
"_ATT_UNCONFIRMED_E");
break;
66 case 'Approval':
$sCode =
_t(
"_ATT_APPROVAL_E");
break;
67 case 'Active':
$sCode =
_t(
"_ATT_ACTIVE_E");
break;
68 case 'Rejected':
$sCode =
_t(
"_ATT_REJECTED_E");
break;
69 case 'Suspended':
$sCode =
_t(
"_ATT_SUSPENDED_E",
$GLOBALS[
'site'][
'title']);
break;
73 return $GLOBALS[
'oSysTemplate']->parseHtmlByName(
'default_padding.html', array(
'content' =>
$sCode));
</code > Be careful enabling this directive if you have a redirector script that does not use the< code > Location</code > HTTP header
translateMembershipActions(&$aActions)
membershipActionsList($membershipID)
$_page_cont[$_ni]['page_main_code']
htmlspecialchars_adv($string)
_t($key, $arg0="", $arg1="", $arg2="")
PageCode($oTemplate=null)
DesignBoxContent($title, $content, $db_num=0, $caption_item='', $bottom_item='')