Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...How do you create an email link in the Member Directory?How do you create an email link in the Member Directory?
Previous
 
Next
New Post
1/5/2014 11:52 PM
 

I think you have to access your custom properties like this:

        span data-bind="text: ProfileProperties().JobTitle"

I used this for other display items. Should work for email. Thanks for showing me the "mail()" trick. I hadn't been using the parenthesis before and the forehead was getting quite bruised from banging against the desk.
 

 
New Post
10/15/2014 9:46 AM
 
I was able to get the plain text email address to show as a hyper-linked email address by using this in my code:

  • :


  • Logged in as Superuser or as Admin I can click on all my user's "My Profile" button and see the email address and click on it to start an email to that user. However, logged in as a user, I can only see the email address in my own user's profile and none of the other users. So I am thinking a permissions problem but I have no clue where to change this. The email is not being pulled from the profile properties under Admin-Site Settings-User Account Settings-Profile Settings. It must be pulled from the user account directly. This Intranet site is AD integrated so I have a Domain Users group that contains all of my DNN Users. I have added the Domain users group with View permissions to the Activity Feed Page, My Profile Page, and all of the modules on those pages. I have changed the Domain Users group from Secure only to both Secure and Social. Now I am at a loss and would welcome any advice.

    --Dave Marten
     
    New Post
    10/15/2014 1:15 PM
     

    "<li data-bind="visible: Email().length > 0"><strong><span data-bind="text: EmailText">:</span></strong> <span data-bind="text: Email()"></span></li>"

     
    New Post
    8/31/2016 2:57 PM
     
    This will fix the issue:

  •  
    New Post
    8/31/2016 3:00 PM
     

    <li class="mdComposeMessage"><a href="" data-bind="attr: { href:'mailto:'+Email(), title:Email() }"></a></li>

    This code will fix the issue

     

     
    Previous
     
    Next
    HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...How do you create an email link in the Member Directory?How do you create an email link in the Member Directory?


    These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

    For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

    1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
    2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
    3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
    4. No Flaming or Trolling.
    5. No Profanity, Racism, or Prejudice.
    6. Site Moderators have the final word on approving / removing a thread or post or comment.
    7. English language posting only, please.
    What is Liquid Content?
    Find Out
    What is Liquid Content?
    Find Out
    What is Liquid Content?
    Find Out