Active
Project:
ProfilePlus
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2012 at 07:20 UTC
Updated:
20 Apr 2012 at 21:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
hernani commentedThe following patch adds an administrative setting that when set allows to passtrough profile fields privacy and search directly on all of them.
Comment #2
davemybes commentedThis could be useful in some cases, so seems like a good thing to include in the module. Your patch needs one more thing, though (I believe), and that is to include the "search user profiles" perm in your new perm check:
If you don't do that, then any user can search profiles if you have the variable set to TRUE. Unless that's what you were wanting...?
Comment #3
james marks commentedI'd be inclined to agree with the addition of the inclusion of the "search user profiles" perm. I'll take a closer look at it and patch the module if there aren't any other issues.