Hello all,
I have a 1.1.10 installation of SMF that runs just fine. Recently I added the forum as a part of our local community website and to accomplish this I had to use an iframe. Problem is that in Internet Explorer the default privacy settings would block the cookie and nobody can get past the login page. Everything is fine is using FF or Opera as they don't seem to use P3P.
The forum itself is on a PHP enabled hosting but the community website is not. This is the reason I have to create an IFrame that links to the SMF site (which is a different domain name) so IE is blocking the cookie. I guess it considers it a third-party cookie. There is some (very confusing) information on P3P on the internet so I want to see if anyone have already went through this process.
I have attached a p3p.xml and policy.xml files I try to use that were obtained from www .cdt. org/privacy/pet/p3p-sample.shtml . I put these files in the /smf/w3c/ folder and in the /smf/ folder. Content is modified to hide actual site address.
I also added these two lines in the index.template.php (in the right place - in the header)
<meta http-equiv="P3P" content=\'CP="NON DSP COR CURa TIA"\' />
<link rel="P3Pv1" href="h t t p://www .ABCDEF .com/smf/w3c/p3p.xml" /> (site address changed and added spaces to allow posting)
To see this side effect go to "www . r m condo . com / forum.html"
Thanks in advance for any help!
V