[TYPO3-core] Gremlin #1078: Disable all nag screens
Michael Stucki
michael at typo3.org
Mon Dec 19 10:40:40 CET 2005
Hi Sebastian,
patch works fine. +1
Please send the documentation parts to me when the change is committed.
Michael
> User writes:
>
> When one is starting to become an expert in the backend, the nag screens
> start to get really annoying. For example, the warning that comes when
> one switches a content type / page type. Or the warning in the install
> tool... Their should be an option to disable these warnings.
>
> Solution:
>
> implementation of the User TSConfig Option:
> options.alertPopups
> which is a bitmask, setting which alert boxes should be shown.
> 1 - onTypeChange
> 2 - copy/move/paste
> 4 - delete
> 8 - frontend editing
> 128 - other (not used yet)
>
> Default: all.
>
>
> Notes:
> the patch supersedes options.noChangeAlertInTypeFields which didn't
> really work either.
>
> Documentation: see below
>
> Greets, Sebastian
>
>
>
>
> DOCUMENTATION:
>
> user TSconfig: "OPTIONS"
>
> The option supersedes the configuration option
> options.noChangeAlertInTypeFields which is removed completely.
>
>
> alertPopups
>
> bitmask
>
> configuration which javascript alert popups should be shown:
> 1 - onTypeChange
> 2 - copy/move/paste
> 4 - delete
> 8 - frontend editing
> 128 - other (not used yet)
>
> Default: 255 (all)
>
>
>
--
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/
More information about the TYPO3-team-core
mailing list