Active
Project:
Profile Privacy
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 May 2011 at 07:06 UTC
Updated:
15 Nov 2011 at 05:55 UTC
Jump to comment: Most recent
The D7-version still has a dependency on Profile. This is not mentioned on the Modules page, since Profile is a deprecated/hidden module. profile should only be used for migrating purposes.
Comments
Comment #1
johnvYou can use core account (which is now fully fieldable) or Profile2 as a basis.
Comment #2
Anonymous (not verified) commentedYes profile privacy should be available for all user-related fields.
I also suggest integrating with profile 2 and core account.
Comment #3
TimelessDomain commentedso - we can remove the dependency for profile?
Comment #4
Anonymous (not verified) commentedThe D7 version should integrate a privacy "checkbox" with *any* D7 field: nodes, terms, users, accounts, profile2 and cck. Will removing the depency do all this?
I will have a better look in a week or 2, because I really need all this for an important project.
It shouldn't be too hard right, just add a field option and check user access. But for large sites, we might also need a new caching table or a db summary table, to avoid unnecessary joins. This could extend the D7 "rebuild content access rights" action.
But then again, it wouldn't be "profile privacy", it should be called "privacy2" or "field privacy".
Comment #5
boobaaLooking at the code of this module I have learned that this one is deeply tied to profile.module. It looked easier to craft a new module from ground-up than dealing with this one, so I took a breath and wrote it. Here you are the User Field Privacy module, at your service. Please go and have it tested thoroughly, and should you find any issues with that one, file them there. :)
Comment #6
sw3b commentedNice work !!!