How can i display the user image in Header part

Hello,
I want to add a image of user in Header part with Name of user menu at right most.
How can i add this?
Please Guide me.

Regards:
Hemant Aseri

Hi there,

Currently SuiteCRM doesn’t have a user image/avatar/logo. You would need to add this by developing code for the users module to be able to specify an image, and then take a copy of themes/Suite7/tpls/_globalLinks.tpl and place it in custom/themes/Suite7/tpls and modify to add the link to your image.

Thanks,

Will.

Hello,
I created the image upload field in User management for users…
But i didn’t get how to display that image in header…
Anyone know anything about this?

Regards:
Hemant Aseri

You will need to alter the theme. I think you need to look at: tpls/_globalLinks.tpl

Hi Hemant,

Did you assign the image value/field to a smarty variable in the user prefs? You would need to do this, then call the smarty variable in the _globalLinks.tpl

Thanks,

Will.