Firefox PHP

Privacy mod for 3.4.4

Posted by caffiend 
Privacy mod for 3.4.4
July 14, 2003 12:58PM
This is a patch against phorum 3.4.4 to enhance privacy of the users.

Links to member profiles are not displayed unless the user is logged in.

If someone attempts to access profile.php and is not logged in they are redirected to login.php

User name is no longer displayed in the profile.

The checkbox for "Hide my email from other users" is now checked by default.



I've done some basic testing and it all looks good, but any input would be appreciated.

Attachments:
open | download - phorum-3.4.4privacy.diff.txt (4.6 KB)
Re: Privacy mod for 3.4.4
July 14, 2003 01:03PM
for the uninitiated, put the patch in your phorum directory, then (on a Unix box or using cygwin) cd to the the phorum dir and issue

patch -p1 < phorum-3.4.4privacy.diff.txt

if you need to remove it then just do

patch -R -p1 < phorum-3.4.4privacy.diff.txt

Re: Privacy mod for 3.4.4
July 14, 2003 01:42PM
and I have just now realized that User Name is not treated the same in 3.4 as it was in 3.3.

Crap, I think I prefer the old behavior, but such is my opinion. Here is a new patch that does not remove the User Name from the user profile view.

Attachments:
open | download - phorum-3.4.4privacy-rev2.diff.txt (2.5 KB)
Sorry, you do not have permission to post/reply in this forum.