Project

General

Profile

Actions

Feature #17049

closed

Missing option in User > Setup

Added by Tapio Markula over 17 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-02-27
Due date:
% Done:

0%

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

Description

Hi

For 4.1 a new menu mode has been added, but is missing in User > Setup.

Anyway this is new in class.alt_menu_functions.php and doesn't have a related option in User > Setup:
// Output for TOPMENU BAR drop downs (but basically this is an array with which you can do many interesting things...) // - new in Typo3 4.1

if ($descr==5)    {
$final = $collection;
}

I could fix this in my entension but what to put as label and
option here
$code32 = '<select name="data[noMenuMode]">
<option value=""'.(!$BE_USER->uc['noMenuMode']?' selected="selected"':'').'>'.$this->setLabel('noMenuMode_def').'</option>
<option value="1"'.($BE_USER->uc['noMenuMode'] && (string)$BE_USER->uc['noMenuMode']!="icons"?' selected="selected"':'').'>'.$this->setLabel('noMenuMode_sel').'</option>
<option value="icons"'.((string)$BE_USER->uc['noMenuMode']=='icons'?' selected="selected"':'').'>'.$this->setLabel('noMenuMode_icons').'</option>
</select>';

(issue imported from #M5083)

Actions #1

Updated by Chris topher over 14 years ago

Hi Tapio,

your bug report is hardly uderstandable. Is this still an issue in current versions?

Actions #2

Updated by Chris topher over 14 years ago

If that still is an issue, you can reopen the report.

Actions

Also available in: Atom PDF