0 Can't figure out why Images are only showing up when logged in on groups listing page 1 Casey Dierking posted 7 Years Ago Hey guys.Been racking my brain on this one. We have our groups being listed with some custom lava on our page - rock.thebridgechurch.cc/groups. It's been working great so far (or so I thought). The images only show up when I'm logged in and not showing up when I'm not. The lava is right, so it leads me to believe it's a security issue or a file storage issue. The security settings are set correctly though. Does anyone have any thoughts on how to fix this? Our groups are launching soon and I'm trying to get this thing fixed asap.
Casey Dierking 7 years ago So the images are Group Attributes. They are the book covers that are tied to the group. The lava I'm using is{{ group | Attribute:'Artwork' }}which works great when logged in. Not so much when I'm not.
Casey Dierking 7 years ago To add more confusion to the mix, other group attributes show up like they should whether i am logged in or not. It only happens to the Images.
Casey Dierking 7 years ago Any other thoughts on this Jim? We're launching groups this weekend, and hoping to use our custom lava for how nice it looks.
Jim Michael 7 years ago Sorry, sure don't. I saw your convo about it in Slack and it looks people that know way more than me have had to try all sorts of permutations that didn't work. So it's either some rights missing on a weird entity or something, or a bug.
Nick Airdo 7 years ago This sounds like the related https://github.com/SparkDevNetwork/Rock/issues/1931 issue. See my first comment on that reported issue regarding using the 'AttributeValues' Lava filter instead. I hope that helps.
Casey Dierking 7 years ago Nick, this definitely solved this issue of not being able to see it when not logged in. However, It takes away my styling capabilities with lava. There isn't any way to pull out the specific attributes and wrap them in fancy css is there?
Nick Airdo 7 years ago It won't take away your styling capabilities -- you'll just need to adjust your lava to get the attribute you want so you can style it.