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:

  1. if "view mode" set node or teaser, in node template file.
  2. the logic might in specific view template (click on theme information link , see if of templates have been overridden).
  3. the developer might have user views custom fields put logic directly in fields.
  4. 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

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -