Hello,
You may be interested to know that version 7 has an import/export function that may make your life easier! You can have all the people at your office import the same settings.
When a message is disabled using the message ID feature (instead of by disabling a flag), the configuration is stored in a file called
msgidcfg.xml. By viewing that file, you can see the message IDs of validator messages that have been reconfigured using the message ID feature.
To get a message back that has been disabled using the message ID feature, use the
Enable override by message ID option in
Options->Validator Engine Options, Validator 1 Tab. This is documented here:
http://www.htmlvalidator.com/htmlval/v7 ... ortab.html
Copied from the documentation:
Enable override by message ID - Most (but not all) validator messages have a unique message ID. This unique message ID can be used to disable individual messages or to change an individual message's type (for example, from a warning to an error). This is normally done by bringing up the context menu for the individual message and choosing an option under
Options for this Message. When
Enable override by message ID is checked, changes to messages by message ID will take effect (this is the default). This means that if you disabled an individual message or changed a message's type, then the change that you made will override the default state. If this option is unchecked, the changes will not override the default state but the messages that would have been affected if this option were checked will be indicated by an [OVERRIDE ...] string in the message. By temporarily unchecking this option, you can see what changes have been made and you can enable a message that has previously been disabled. This option is enabled by default.
Please let me know if you have any more questions.