For 6.1 there are solutions available to retrieve user profile pic like in this post, but how to get portrait image in Liferay 6.2?
Asked
Active
Viewed 1,734 times
1 Answers
2
Earlier we required to concate some strings to create src, but now Liferay API provide the method i.e.
<img src="<%=themeDisplay.getUser().getPortraitURL(themeDisplay)%>" >
Thanks.

Himanshu Bhandari
- 1,769
- 2
- 23
- 37