@julian said in counts for /flags and /post-queue:
@murcs As the changes were contained in multiple commits, it may be easiest for you to wait for v1.16.2 (this Wednesday)
oh! great. just three days to wait. sounds fairly okay =;^)
Hello,
The some topic as an old topic related here Re: European Cookie Bullshit
Actually I'm in the EU and I'm running a Nodebb forum... I've tried to execute that JS code in a HTML widget but nothing happened I don't know what I'm missing. Could you help?
Tks.
Hey there, two things, one, the script needs to go in the Appearance=>Custom HTML=> Custom Header
section of the admin panel, two, the script has updated since that post, here is the new script.
<!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
<script type="text/javascript">
window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":null,"theme":"dark-top"};
</script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>
<!-- End Cookie Consent plugin -->
Thank you very much @yariplus, it works Just I can change the text of the button "Got it", evene if I've changed it in the code. Any clue?
I don't know. Changing it in the code worked for me.