Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
June 19, 20231 yr Wow, so there's another issue there as it is working. 😄 Are you going to release a patch or only next month with a new version? @Stuart Silvester, this is working for me: public function _getEssentialCookieNames(): array { $appCookie = \IPS\Settings::i()->ntr_CookiePrefix . '_*'; return array( $appCookie ); } It shouldn't? You may not have the cookie consent mode fully enabled, currently it requires {cookies} and nothing else in the text box to activate, then you'll see two buttons. That however isn't going to work on the cookies page if the prefix can be changed, it uses that key to load the language strings to explain the reason why the cookie exists. We'll continue working on the issues we've got then evaluate how we're going to move forwards.
June 19, 20231 yr Author That however isn't going to work on the cookies page if the prefix can be changed, it uses that key to load the language strings to explain the reason why the cookie exists. So I'll have to make a "hard-coded" cookie prefix? You may not have the cookie consent mode fully enabled And where do I enable it?
June 21, 20231 yr Author That however isn't going to work on the cookies page if the prefix can be changed, it uses that key to load the language strings to explain the reason why the cookie exists. So to confirm: I can't use it like that? From now on, I'll need to use a hard-coded prefix, right?
June 21, 20231 yr So to confirm: I can't use it like that? From now on, I'll need to use a hard-coded prefix, right? If you have a setting to change the cookie name, it will no longer load the language string explaining what the cookie is on the /cookies/ page