In the differents views of my bibliographies the titles of the references (books) have a link. If an anonymous user clicks the link, it goes to a url with this format: https://mydomain.com/bibcite/reference/84 and you get an Access Denied message.

Perhaps the questions are very basic, I apologize, but I cannot solve it.

  • Where do I have to authorize that /bibcite/reference/whatevernumber to be visible pages for any anonymous user?
  • Where is the control of that presentation to add or remove the fields that I want to show the anonymous users?
  • Thanks in advance.

Comments

Rafael Cansinos created an issue. See original summary.

Rafael Cansinos’s picture

Issue summary: View changes
antongp’s picture

Hello @Rafael Cansinos

You need to grant some permissions to anonymous users on the /admin/people/permissions page (I guess you'll want to grant the same permissions to regular authenticated users as well). At least you need these three:

- View Contributor entities
- View Keyword entities
- View Reference entities

The module and its submodules define many other permissions - please review the list, maybe you'll want to grant some other permissions to users.

To manage references' appearance you need to navigate to the /admin/structure/bibcite/reference/settings/types page and then click Manage display in Operations dropdown for needed type. So, reference entities are similar to nodes and managed in a similar way. But there is no control per user role - if you really need to have different appearance for different roles, you'll need to search for some contributed solution or write some custom code. There is also Reference page view mode setting on the /admin/structure/bibcite/reference/settings page which controls how reference entities are shown on their own pages (by default it's Table).

Hope this helps.

Rafael Cansinos’s picture

Status: Active » Fixed

I see. With these instructions everthing works perfectly. For example if you update permissions in /admin/people/permissions and mark "Access Reference Export" for anonymous users then they can download the BibTeX format (for example), etc., etc. Thank you!!!

antongp’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.