[TYPO3-dev] Interface selector and User > Setup

Tapio Markula tapio.markula at xetpoint.fi
Thu Mar 6 08:52:17 CET 2008


Hi

In User > Setup should be *disabled* menu types, which relate with the 
traditional backend.

In index.php you can put interface selector.

<select name="interface" class="c-interfaceselector">
							<option value="backend">Backend</option>
							<option value="backend_old">Traditional Backend</option>

							<option value="frontend">Front End</option>
						</select>

But are those saved anywhere. If not they can't be used in User > Setup 
disabling unwanted items.


Alternatively switching menu type would change entire interface - but 
that is problematic because left side menu exists in *two* interface.
Anyway in User > Setup menu type selector works bad! :(

Maybe just disable entire selector using the new backend - but the 
information must be somewhat saved - cookies?

This should be somewhat solved.




More information about the TYPO3-dev mailing list