I am using the Open Atrium distribution 2.32, but this seems to be an issue with Panopoly. I would like to change the size of the user picture in the panel content admin/structure/pages/nojs/operation/page-user_actitivy/handlers/page_user_actitivy_panel_context/content. By default the picture is set to panopoly_image_quarter, but it is not possible to make changes. E.g. choosing panopoly_image_full seems to save without error but it is not applied. The image stays at panopoly_image_quarter. Emptying the Drupal cache does not help.

Comments

dsnopek’s picture

Status: Active » Closed (duplicate)

This is a duplicate of #2443499: User profile: Unable to chage image field style formatter options because they don't get saved which we fixed in Panopoly 1.20.

Unfortunately, Open Atrium 2.33 (the latest stable) is still on Panopoly 1.19. They'll probably update it in their next version, but if you can't wait for that, I'd recommend either (1) trying the latest patch on that issue against panopoly_magic or (2) disabling panopoly_magic, making your change, and then re-enabling panopoly_magic.

I hope that helps!

Denisev’s picture

Thanks for your help. I disabled panopoly_magic as per your suggestion and was able to change the desired settings. After that I found an issue https://www.drupal.org/node/1760790, not sure if I understand correctly, but it seems to be about panelizer having something to do whith it? Just curious.

dsnopek’s picture

Yeah, since we're using Panelizer to customize the display of User pages, you'd need to change the default image style in Panelizer not on the normal "Manage display" page. Specifically, this is URL you'd go to on your site:

/admin/config/people/accounts/panelizer/page_manager/content

Denisev’s picture

Getting "Access Denied" at admin/config/people/accounts/panelizer/page_manager/content. The same I got when visiting admin/config/content/panelizer/node/oa_space.page_manager/content. There I ended up when I was trying to find a way how to add a primary tab/local action tab to link to a Node (a tab with a link to a specific node shall appear under /user/%user) via the Node Template in Page Manager (some pages in Page Manager have Menu setting options like: No menu entry/Normal menu entry/Menu tab/Default menu tab/Local action and some don't. E.g. when I look at /admin/structure/pages/edit/page-oa_homepage, under Settings on the left hand side I can see "Menu".)
Double checked permissions under admin/people/permissions admin has them all checked.

dsnopek’s picture

I really don't know what could be causing the "Access Denied" message. Can you try logging in as the "admin user", ie. the first user created with UID 1? Logging in a UID 1 will bypass all access checks, so then you'll know if it's really an access issue, or some other module or bug erroneously causing an "Access Denied" message.