Closed (fixed)
Project:
Hidden author (anonymizer)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2010 at 00:02 UTC
Updated:
1 Jan 2011 at 04:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
dannymontalvo commentedThe problem were found on the helper function anonymizer_access, there are two variables used to store the configuration: for posting nodes( anonymizer_node_types ) and for nodecomments (anonymizer_nodecomment_types). What were needed to fix is the use of this variables on that helper function, seems to be mixed when were coded.
Cheers,
Comment #2
calefilm commentedThank you so much dannymontalvo! Confirmed this works. This is your same code, but I'm adding the line numbers just in case someone can benefit.
Go to folder: sites/all/anonymizer/anonymizer.module
Delete lines: 310 - 335 " starting at function anonymizer_access($action, $node = NULL) { "
replace with:
Comment #3
calefilm commentedTURN ON 'Post Anonymously' by default
Change:
To:
Comment #4
spivey commentedHas any more work been done on this? I tried these steps out but I cannot get anonymous comments to work. Not only for roles but the site admin cannot post anonymously.
Comment #5
calefilm commentedTrue True. I did not need them for comments but can see what you're talking about. Would be nice to find a solution to that.
Comment #6
gaele commentedSame patch as #1 with correct filename inside patch.
Comment #7
gaele commentedRe #4: see #979644: Anonymous Comments? - only with nodecomments
Comment #8
gaele commentedPatch works.
Comment #9
develcuy commented@gaele, own RTBC is a bad practice ;)
Comment #10
develcuy commentedCommitted to DRUPAL-6--2