Re: article.user.image - where is this managed?

Solved

article.user.image - where is this managed?

Javy
Shopify Partner
14 1 4

Working on a blog for a store and surprisingly I haven't used author images in the past. I've come across the following liquid attribute:

 

article.user.image

 

I am not seeing anywhere in the staff section where an admin user can manage their avatar image.

 

The only thing I can think of is the SSO management page, but if that is the case a user can not have unique avatars per store (in the case an admin user has access to many stores).

 

Is this correct?

Accepted Solution (1)

LitExtension
Shopify Partner
4860 1002 1160

This is an accepted solution.

Hi @Javy,

It returns the image object of the author of the article. You can upload it at Manage account store.

Refer https://i.imgur.com/WVO8p8Z.png , https://i.imgur.com/Y6pKnvh.png

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

Replies 3 (3)

LitExtension
Shopify Partner
4860 1002 1160

This is an accepted solution.

Hi @Javy,

It returns the image object of the author of the article. You can upload it at Manage account store.

Refer https://i.imgur.com/WVO8p8Z.png , https://i.imgur.com/Y6pKnvh.png

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Javy
Shopify Partner
14 1 4

@LitExtension thanks for confirming that - so as mentioned earlier, since it is tied to the user's SSO account there is only one image that can be used globally across all Shopify stores.

LitExtension
Shopify Partner
4860 1002 1160

Hi @Javy,

Yes, it will show the same if the same account. Or you can upload the image in Assets and set the condition to display it, so it will be custom for each store.

Ex:

{%- if article.user == 'ABC' -%}
// show image Assets
{%- else -%}
// show image user
{%- endif -%}

Hope it is clear to you.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify