Not an option because my forum targets the retro community and they are on old browsers by definition

Then this extension is not compatible with your users
Good luck with that
Thanks! Since your code comments are much more helpful than your forum comments and, even better, completely free of gratuitous little jokes this turned out to be a matter of about 90 seconds. So just in case anyone else is having the same issue, just kill the following 4 lines in event/listener.php and "Login" and "Register" will always be visible:
Code: Select all
// Let's remove the footer login box
// if (!$this->cookie_set)
// {
// $this->template->assign_var('S_IS_BOT', true);
// }
I never said that I need GDPR compliance. I'm not in a region where GDPR applies. I just want to have a cookie banner. Not because of any legislation forcing me to have one but just out of niceness and transparency. And your extension delivers that.
And the build in Cookie banner from phpbb is not good?I never said that I need GDPR compliance. I'm not in a region where GDPR applies. I just want to have a cookie banner. Not because of any legislation forcing me to have one but just out of niceness and transparency. And your extension delivers that.
Just activate the standard cookie banner in ACP! (acp - Cookie settings - Cookie notice - Enabled)janus_zonstraal wrote: ↑Mon Jun 29, 2020 3:28 pmAnd the build in Cookie banner from phpbb is not good?I just want to have a cookie banner.
Oh, right, I didn't even know that existed. Thanks for the pointer!Tastenplayer wrote: ↑Mon Jun 29, 2020 4:56 pmJust activate the standard cookie banner in ACP! (acp - Cookie settings - Cookie notice - Enabled)