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...Member Directory TemplateMember Directory Template
Previous
 
Next
New Post
6/14/2012 12:45 PM
 
visite the profile page and click on my profile, and then do a view source and search for "ProfileViewModel" - you will be able to see the knockout model and read the variable names and values, hopefully that will help identify if you are using the wrong field names

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
6/14/2012 2:10 PM
 

From ProfileViewModel:

self.Company = ko.observable('My Company');
self.CompanyText = 'Company';
self.Title = ko.observable('Administrator');
self.TitleText = 'Job Title';

I did change "Position" to "Title" and it's now showing up... but still no luck with Company

Again my item template:

<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="mdCompany"><strong><span data-bind="text: Company"></span></strong></li>
        <li class="mdTitle"><span data-bind="text: Title"></span></li>
        <li class="mdPhone"><span data-bind="text: Phone"></span></li>
        <li class="mdEmail"><a href="#"><span data-bind="text: Email"></span></a></li>
        <li class="mdLocation"><span data-bind="text: Location()"></span></li>
    </ul>
    <ul class="mdHoverActions" data-bind="visible: !IsUser() && IsAuthenticated">
        <li class="mdComposeMessage"><a href="" class="ComposeMessage"><span data-bind="text: SendMessageText"></span></a></li>
    </ul>
</div>

 
New Post
6/14/2012 2:23 PM
 
There is a bug in the member directory that prevents using custom profile properties. This has been fixed for 6.2.1.

http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=21622&PROJID=2

Will Morgenweck
VP, Product Management
DotNetNuke Corp.
 
New Post
6/14/2012 4:23 PM
 
Thank god. I thought I was doing something wrong.

In addition, do you think, in the future, we will be able to use tokens instead of data bind thingy. I think, at least for people like me, customization would be easy that way, unless, of course, there are some benefits of using data binding thingy instead of using tokens that I am unaware of.

Thanks.
 
New Post
6/14/2012 4:26 PM
 
Also,

Are the custom profile properties showing up when you edit the profile? On my website only the default properties show up in the edit profile mode.

Is this happening to any one else or is it just me?
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Member Directory TemplateMember Directory Template


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