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...Administration ...Administration ...Problem with Member DirectoryProblem with Member Directory
Previous
 
Next
New Post
5/7/2014 11:30 AM
 
Hello- I've got my member directory cards set up nicely except one minor issue- I can't seem to find a way to display their email addresses publicly. In the site settings> user account settings> there does not appear to be a way to make the email address show publicly by default.

I've attached a screenshot here of what my directory cards look like to unregistered users.


Here is the code used for the directory card. Can anyone advise on how I can make this info show to all users, regardless of registration status?

<div class="mdMemberDetails" data-bind="css: {mdFriend: IsFriend(), mdFollowing: IsFollowing(), mdFollower: IsFollower() }">
    <a href="" class="mdMemberImg" data-bind="attr: { title: DisplayName, href: ProfileUrl }">
        <span><img data-bind="attr: { src: getProfilePicture(50,50), title: DisplayName }" /></span>
    </a>
    <ul class="MdMemberInfo">
        <li class="mdDisplayName">
             <a href="" title="" class="mdMemberTitle" data-bind="attr: { title: DisplayName, href: ProfileUrl }, event: { mouseover: $parent.showPopUp }">
                <span data-bind="text: DisplayName"></span>
            </a>
        </li> 
        <li class="mdTitle"><p><bold><span data-bind="text: Title"></span></bold></p></li>
        <li class="mdLocation"><p><span data-bind="text: Location()"></span></p></li>
        <li class="mdLocation"><span data-bind="text: ProfileProperties().Street"></span>
        <li class="mdPhone"><p><strong>Phone:</strong></p><span data-bind="text: Phone"></span></li>
<li class="mdEmail"><a href="#"><p><strong>Email:</strong></p><span data-bind="text: Email"></span></a>
</li>
<li ><p><p><strong>Fax:</strong></p><span data-bind="html: ProfileProperties().Fax"></span></p></li>
<li ><p><p><strong>Website:</strong></p><span data-bind="html: ProfileProperties().Website"></span></p></li>


    </ul>
    <ul class="mdHoverActions" data-bind="visible: !IsUser() && IsAuthenticated">
        <li class="mdFriendRequest" data-bind="visible: FriendStatus() == 0"><a href="" class="firstItem" data-bind="click: addFriend"><span data-bind="text: AddFriendText"></span></a></li>
        <li class="mdFriendPending" data-bind="visible: IsPending()"><p><span class="firstItem"><span data-bind="text: FriendPendingText"></span></span></p></li>
        <li class="mdFriendAccept" data-bind="visible: HasPendingRequest()"><a href="" class="firstItem" data-bind="click: acceptFriend"><span data-bind="text: AcceptFriendText"></span></a></li>
        <li class="mdFriendRemove" data-bind="visible: IsFriend()"><a href="" class="firstItem" data-bind="click: removeFriend"><span data-bind="text: RemoveFriendText"></span></a></li>
        <li class="mdFollow" data-bind="visible: !IsFollowing()"><a href="" title="" class="firstItem" data-bind="click: follow"><span data-bind="text: FollowText"></span></a></li>
        <li class="mdUnfollow" data-bind="visible: IsFollowing()"><a href="" title="" class="firstItem" data-bind="click: unFollow"><span data-bind="text: UnFollowText"></span></a></li>
     
    </ul>
</div>
 
New Post
5/8/2014 4:30 AM
 

I'm afraid there's no easy way as in viewprofile.ascx.cs the email is treated as a special case i.e.

 string email = (ProfileUserId == ModuleContext.PortalSettings.UserId

                       || ModuleContext.PortalSettings.UserInfo.IsInRole(ModuleContext.PortalSettings.AdministratorRoleName))

                          ? ProfileUser.Email

                          : String.Empty;

As such only the user or a site admin/host can see the email address. The only options would be editing that code (not a good option), or adding a new profile property field (e.g. "visibleemail") and using that


Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
5/8/2014 12:16 PM
 
IMHO it would be a nice idea to add "calculated property" into user voice - this would allow calculated, fomatted and combined properties if needed.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Problem with Member DirectoryProblem with 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