Closed (fixed)
Project:
Family Tree
Version:
6.x-1.0-beta1
Component:
User interface
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2008 at 05:34 UTC
Updated:
18 Nov 2008 at 22:55 UTC
Jump to comment: Most recent file
Comments
Comment #1
Microbe commentedThe EstimatesDate.INC is still not working after the database redesign I'm afraid. To allow all family pages viewable by everyone try:
Family Individuals: As auto privacy doesn't work yet all nodes are set to private so allowing 'access family private records' for anonymous users should let them see them.
Family Groups and Locations: these currently have no privacy but an error in the coding caused them not to work. Upload the attached files over group.inc and location.inc to fix
To change the individual privacy of family individual nodes at the moment try accessing the database and changing the 'privacy' variable in the 'family_individual' table to:
0 - Private
1 - Not private
WARNING: Do this at your own risk; if you change the wrong variables you could mess up your Drupal installation. Make sure you take a backup of the database before editing it.
Changing the the variable titled 'privacy' will not damage the database but still make a backup before doing so incase you change something else by accident.
Peter
Comment #2
Microbe commentedif you change database you will also need this new file
Comment #3
jjcheno commentedHi Peter, Thanks I Updated the 2 new files, Man I gotta tell Everyone your response is faster than AT&T! Thank you that did the the trick, works great. I think I will hold off on 'corupting...errr customizing' the database:-) that water is a little to deep for this Telephone repairman.
Thanks Again,
Regards, Jim
Comment #4
pyutaros commentedGood work, what needs to be committed to CVS here?
Comment #5
Microbe commentedYes, this should be committed. It passes the wrong permission to the user_access function in hook_user.
[edit] hook_user has been changed in all three files including family.module
Comment #6
pyutaros commentedCommitted and tagged as BETA2.
Comment #7
jjcheno commented