What we are trying to do...
User uploads an image in his profile gallery tab. That image privacy is registered users only.
The CB Gallery - Create auto action is creating an activity post (that has been assigned a flair. We do not know if the flair assignment works there, we will test).
Case 1
When a user is logged in, the cb activity shows the stream post with a "View Post" button, because of the flair. When "View Post" is clicked the images appear. Perfect!
Case 2
When a guest user is viewing the cb activity, he sees "View Post" on the same stream post, but when the "View Post" is clicked, icon-image.webp appears so the user thinks that something is not working well there! This is why we need to change the language file string there to "Login to view the post" or whatever for the guest users.
You will say "if the uploaded image is for registered users, they should not appear to guests". I agree 100%. We do not want to show the image to guests... we are trying to tease the guest user, so that he registers to our site.
Can we achieve this somehow?
Thank you.