simply add a link to automatically hide cookie notifications. Ideal for forum visitors who get tired of cookie notifications.
Go to: AdminCP > Appearance > Templates > and search for the "notice_cookies" file and open it.
add this code after the line <xf:button href="{{ link('help/cookies') }}" class="button--notice">{{ phrase('learn_more...') }}</xf:button> :
Code:
<p> Automatically disable cookie notifications via <a href="https://www.i-dont-care-about-cookies.eu/" target="_blank" title="Delete all cookie notifications from any website"> I Don ' t Care About Cookies </a> </p>
Especially for the Dutch forum administrators:
Code:
<p> Schakel cookie-meldingen automatisch uit via <a href="https://www.i-dont-care-about-cookies.eu/" target="_blank" title="verwijder alle cookiemeldingen van elke website">I Don't Care About Cookies</a> </p>