[TYPO3-core] Gremlin #1078: Disable all nag screens

Sebastian Kurfuerst sebastian at garbage-group.de
Tue Nov 8 20:02:39 CET 2005


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)



-- 
Sebastian Kurfuerst
http://garbage-group.de/kontakt.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug_1078_2.patch
Type: text/x-patch
Size: 12129 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20051108/26176980/attachment.bin 


More information about the TYPO3-team-core mailing list