[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2025-11-29T22:10:45-07:00 https://www.integramod.com/forum/feed.php?f=67&t=8725 2025-11-29T22:10:45-07:00 2025-11-29T22:10:45-07:00 https://www.integramod.com/forum/viewtopic.php?t=8725&p=42300#p42300 <![CDATA[Re: 🍪 Cookie Consent]]>
Helter wrote:
Security is a fine line between access and blocked lol


Facts! :D

Statistics: Posted Author: DjPorkchop — Sat Nov 29, 2025 10:10 pm


]]>
2025-11-29T09:20:11-07:00 2025-11-29T09:20:11-07:00 https://www.integramod.com/forum/viewtopic.php?t=8725&p=42299#p42299 <![CDATA[Re: 🍪 Cookie Consent]]> Statistics: Posted Author: Helter — Sat Nov 29, 2025 9:20 am


]]>
2025-11-28T14:41:22-07:00 2025-11-28T14:41:22-07:00 https://www.integramod.com/forum/viewtopic.php?t=8725&p=42298#p42298 <![CDATA[Re: 🍪 Cookie Consent]]>

Statistics: Posted Author: DjPorkchop — Fri Nov 28, 2025 2:41 pm


]]>
2025-11-28T14:32:12-07:00 2025-11-28T14:32:12-07:00 https://www.integramod.com/forum/viewtopic.php?t=8725&p=42297#p42297 <![CDATA[Re: 🍪 Cookie Consent]]> Statistics: Posted Author: DjPorkchop — Fri Nov 28, 2025 2:32 pm


]]>
2025-11-23T12:26:59-07:00 2025-11-23T12:26:59-07:00 https://www.integramod.com/forum/viewtopic.php?t=8725&p=42296#p42296 <![CDATA[Re: 🍪 Cookie Consent]]>
*edit.. I think this is my fault with cookie settings. i had
cookie domain: integramod.com
cookie path: /forum/

it should be

cookie domain: .integramod.com
cookie path: /


I asked AI and this was the answer

🍪 Correct Cookie Settings for Your Case
Since your forum is served from http://www.integramod.com/forum/:
- Cookie domain:
Use .integramod.com (with the leading dot).
• This covers both http://www.integramod.com and any other subdomains you might use in the future.
• If you set it to integramod.com (no dot), Firefox may reject cookies when users come in via http://www.integramod.com, which is likely why the consent modal hangs for some.

- Cookie path:
Set to /.
• Even though your forum is under /forum/, using / ensures cookies are valid site‑wide.
• If you restrict it to /forum/, you can run into odd session or modal issues if scripts reference root paths.


- Cookie secure:
• Enable only if your site forces HTTPS.
• If you’re still serving over plain HTTP, leave it disabled.

- Cookie name:
• Pick something unique, e.g. im3_cookie.
• Avoid generic names like phpbb3 to prevent conflicts if you run multiple boards


⚠️ Why This Matters
Firefox is stricter about cookie scope than Chrome/Edge. If your cookie domain doesn’t match exactly (e.g. missing the leading dot, or mismatched path), Firefox may refuse to set or read the cookie. That breaks the logic in IM3’s cookie consent modal, leaving users stuck without the accept/decline buttons.

Statistics: Posted Author: Helter — Sun Nov 23, 2025 12:26 pm


]]>
2025-11-23T10:56:23-07:00 2025-11-23T10:56:23-07:00 https://www.integramod.com/forum/viewtopic.php?t=8725&p=42295#p42295 <![CDATA[Re: 🍪 Cookie Consent]]> Statistics: Posted Author: DjPorkchop — Sun Nov 23, 2025 10:56 am


]]>
2025-08-28T23:59:33-07:00 2025-08-28T23:59:33-07:00 https://www.integramod.com/forum/viewtopic.php?t=8725&p=42285#p42285 <![CDATA[🍪 Cookie Consent]]> Introduction:
In response to evolving privacy standards and regional regulations like GDPR, phpBB2x now supports a native Cookie Consent feature. This enhancement brings modern transparency to legacy platforms without compromising historical structure or user experience.
Purpose:
The Cookie Consent module informs users about cookie usage and allows them to acknowledge or decline non-essential cookies.
Benefits:
- ✅ Legal Compliance: Aligns phpBB2x with GDPR, CCPA, and other privacy frameworks.
- 🔒 User Trust: Builds transparency by clearly communicating cookie behavior.
- 🧩 Modular Design: Fully ACP-toggled and database-driven—no hardcoded logic.
- 🌐 Translatable UI: All language variables scoped for regional adaptation.

Statistics: Posted Author: Helter — Thu Aug 28, 2025 11:59 pm


]]>