Details
-
Improvement
-
Resolution: Fixed
-
Major
-
6.0
-
None
-
Trivial
-
N/A
-
Awaiting Contributor feedback
-
Description
Hello,
to display "mailto: hyperlink" for email field, edit /bin/edit/XWiki/XWikiUserProfileSheet page and add this piece of code:
</dt> <dd #if("$!vCardProperty" != '' && !$inEditMode)class="$vCardProperty"#{end}> #if ($sectionProperty == "email") mailto:$doc.display($sectionProperty) #else $doc.display($sectionProperty) #end </dd> #end
I will patch XWikiUserProfileSheet.xml if you want (I don't know if there are a better way like blog url by example)
Thxs
Attachments
Issue Links
- relates to
-
XWIKI-10493 Even you didn't write anything in the "Email" field, when you view your profile, in the "Email" field you see wrote "mailto:"
- Closed