Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-10443

User Profile page doesn't display email hyperlink

    XMLWordPrintable

Details

    • 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

          Activity

            People

              Pbas Pascal BASTIEN
              Pbas Pascal BASTIEN
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: