I had the Simplenews subscription block visible to anonymous users, which worked fine and without a hitch. After installing the Taxonomy Access Permissions, the block apparently disappeared. This is because the "anonymous" user Role was not granted View and List permissions.
This can be set by: going to "admin/user/taxonomy_access/edit/1", then look under the "Newsletter" category for "default" (in italics). Select the "A" radio button under the "View" column and check the checkbox under the "List" column. Click "Save all". Wait for the page to refresh, and then clear the Drupal cache. The block should be visibile again, if it was originally configured correctly for anonymous users to view it. Also, make sure the "anonymous" user Role has the "subscribe to newsletters" permission.
:)
| Comment | File | Size | Author |
|---|---|---|---|
| 2010-08-23_130909.png | 20.52 KB | chadhester |
Comments
Comment #1
vacilando commentedSame problem - and solution!
Comment #2
aubjr_drupal commentedThank you for explaining this simple Taxonomy Access Permissions issue! I was beating my head against the wall, trying to get a simple Views-generated block with taxonomy terms wouldn't appear, and this solved it. (No terms, so no block... :))
TAP is a really good module in theory, but figuring it out (the UI, the help pages, etc.) is not as easy as it could be.