Project

General

Profile

Actions

Feature #37673

closed

Deny access to certain pagetypes via TSConfig

Added by Juan Manuel almost 12 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Pagetree
Target version:
-
Start date:
2012-06-01
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
easy
Sprint Focus:

Description

Hi, I would like that class.t3lib_tree_pagetree_dataprovider.php could have Typoscript configuration for getWhereClause adding to the end some like
$where .= ' '. $GLOBALS['BE_USER']->getTSConfigVal('options.myOwnWhereClause'); //AND doktype!=200
or
$where .= ' '. $GLOBALS['TYPO3_CONF_VARS']['BE']['pageTree']['myOwnWhereClause'] //AND doktype!=200

Regards


Files

patch_custom_doktype (236 Bytes) patch_custom_doktype Juan Manuel, 2012-07-24 14:24

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #49279: Exclude doktypes from pagetree by user TSconfigClosed2013-06-20

Actions
Actions

Also available in: Atom PDF