Project

General

Profile

Actions

Feature #19343

closed

Feature: Hook in setup for additional tabs

Added by Steffen Kamper about 16 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-09-17
Due date:
% Done:

0%

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

Description

This hook allows to add additional tabs to user settings.

Example:
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['setup']['additionalMenuItems'][] = 'tx_setupMenu->addMenuToSetup';

class tx_setupMenu {
function addMenuToSetup($menuItems, $pObj) {
#debug($menuItems);
$menuItems[] = array (
'label' => 'Ext settings',
'content' => $pObj->doc->spacer(20) . '<h3 style="color:red;">Hello from ext!</h3>'
);
}
}

(issue imported from #M9368)


Files

9368_setup_hook2.diff (1.21 KB) 9368_setup_hook2.diff Administrator Admin, 2008-09-17 18:15
Actions #1

Updated by Steffen Kamper over 15 years ago

no longer needed

Actions

Also available in: Atom PDF