Drupal 6: Want to remove access restrictions on a View -
i have view page display allows returned data linked if user authenticated/logged in.
i want remove restriction. there view looks same except it's public , shows same data not linked. (the data pdf files).
on authenticated display, next access in basic settings has: authenticated user. if click user role (not gear options), i'm allowed list of: domain none permission role
…for access restrictions. click "none", save. but, links not there anon visitor. same if try changing user anonymous user. note: in permissions, anon has right see webfm attachments.
i noticed url like: documents-public or documents-auth made documents. no luck.
i visited actual custom-page-type puts view in content pane. re-ordered variants, removed selection rules , didn't either.
flushed caches.
somewhere, view still showing view based on whether user authenticated or not though i've removed access (it says "unrestricted" next access) on both displays , removed selection rules on actual page.
i'm stuck else look.
the setting you're changing (access restrictions) entire page - page url return 403 error if criteria met.
as logic display/not display link, 4 things come mind:
- if "view mode" set node or teaser, in node template file.
- the logic might in specific view template (click on theme information link , see if of templates have been overridden).
- the developer might have user views custom fields put logic directly in fields.
- the linked content restricted.
i'm sure there other possibilities too. main point here though if access restricted anon users, see 403 error, not missing fields.
Comments
Post a Comment