Fórumok

[RESOLVED] User Email in Summary

thumbnail
Christian Merkel, módosítva 14 év-val korábban

[RESOLVED] User Email in Summary

Regular Member Bejegyzések: 111 Csatlakozás dátuma: 2009.12.14. Legújabb bejegyzések
hi,

in the summary of the user is no email display....

i tried to change this with following code in:
webapps\wol-portlet\summary\view_user.jspf


			<%
			String email = user2.getEmailAddress();
			%>

			<c:if test="<%= Validator.isNotNull(email) %>">
				<p>
					<span class="user-email"><liferay-ui:message key="Email" /></span>

					<a class="user-email-link" href="mailto:<%= email %>">&lt;%= email %&gt;</a>
				</p>
			</c:if>


this works fine!

so try it out yourself.


(edit cuz i tried my testings with EmailAdress instead of EmailAddress emoticon)
thumbnail
devaraj S, módosítva 12 év-val korábban

RE: [RESOLVED] User Email in Summary

Regular Member Bejegyzések: 100 Csatlakozás dátuma: 2012.02.21. Legújabb bejegyzések
but it is not working for gender and date of birth emoticon