What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Do I have to have the exclamation mark in the UI at all times?

cdysthe

Regular Contributor
Hi,

If I choose to have anonymous FTP or unauthorized Samba enabled do I have to see that exclamation mark in the firmware UI at all times, or is it a way to have it warn and then go away?

And please do not lecture me when it comes to the risks. I am fully aware of them and that is why I do not have to be reminded at all times! :cool:
 
You could try this but I don't know what it might break.
Code:
# nvram set st_ftp_force_mode=2
# nvram set st_samba_force_mode=4
 
You can simply make it invisible using User CSS. The following should work in all browsers:

Code:
div#notification_status.notification_on {
    visibility: hidden !important;
}
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top