Add image to profile title - near the name

Hello

How can i add image to profile title - near the name
I mean how can i place image near detailview TITLE ? like screen

Now i can add image type field with Studio it’s php code seem like
2 =>
array (
0 =>
array (
‘name’ => ‘avatar_c’,
‘studio’ => ‘visible’,
‘label’ => ‘LBL_AVATAR’,
),
1 => ‘’,

But my questions is what and where i need change code for detailview TITLE? I gues it’s around detailview header but couldnt find (

Thanks

You can try global logic hook after_ui_footer and use javascript to locate the title and append image via javascript.

Here is the documentation about global logic hook

And this solution will be upgradesafe too.

2 Likes

A different solution could be to just add it as a standard Photo field in the Detail view. I’ve done this once with a little Studio trick: leaving empty slots with filler below the image:

image

Then on the Detail view (I blurred it for privacy reasons) it will look something like this:

image

1 Like