I'm seeing the following message in the Tridion CME and am unsure of where the configuration is to that removes it.
Can anybody help?
This means that you are using an unsupported browser, or unsupported version.
If you want to avoid receiving this message when using an unsupported version you can modify the file \web\webui\webroot\configuration\system.config
In this file you need to add your desired browser into the <supportedbrowsers>
node
UPDATE:
As stated on the comments, your team need to be aware that they are working on an unsupported version, even if the popup does not remind it for you. As a rule of thumb, if the GUI seems broken or buggy on any specific action, retest against a supported version.
TIP: To overcome the problem of updating the system.config with every new version. (It's hard to keep pace nowadays with new chrome of firefox versions!) you can use regular expressions:
<supportedbrowsers>
<browser name="Any Mozilla Firefox" regExp="Firefox/.*"/>
<browser name="Any Google Chrome" regExp="Chrome/.*"/>
...
</supportedbrowsers>
Easy "removal". Ensure you make note the the client that you've removed a note from a supported point of view. Annoying as a developer indeed. A reminder to an - unsupported - client when you leave is really important.
I believe you should not try to ignore the message. Try to find out the right supported browser based on version of your SDL Tridion and please note you make need to so some browser settings as well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With