> Forums > Active Social > Community Support > Invite Friends dialogue - Missing member names
Last Post 22 Mar 2011 06:06 PM by ROBAX. 3 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
ROBAX
Customers
ROBAX
Post Count:137

--
21 Mar 2011 06:39 AM
    • Active Social Version: 1.9.1
    • DotNetNuke Version: 5.5.1

    Hello chaps

    After adding an event, there is the option to invite people. The invitation dialogue displays thumbnails of the members.

    Some of the members have their name displayed next to their image, but most do not, making it difficult to see who is who.

    Here's how it looks (the image attachment function isn't displaying images here in the editor, and I wont' be able to check if it's displaying live until this post is approved... so if no image  is here, it's not my fault!)




    If the image isn't there above, it is basically displaying the dialogue, with thumbnails of members visible, only some of which have names next to them. The rest have nothing.

    I've examined the user profiles and can't see why this would be the case.. they all have names.

    Any ideas?

    Regards
    Rob

    AS 1.9.2 DNN 5.5.1


     

    Ben - DotNetNuke
    DotNetNuke Staff
    Ben - DotNetNuke
    Post Count:1645

    --
    22 Mar 2011 01:23 PM
    This is caused by usernames that are too long to fit in the box there.

    You can convert the list to a single column with some css like this:

    ul#usergrid li {width:400px;}
    brian
    Customers
    brian
    Post Count:43

    --
    22 Mar 2011 02:50 PM
    It is caused by the UI not displaying information correctly. Since the app defines the username length, the app should display them correctly. I know it's semantics but being in software, I like to be specific. So this should be a bug.

    I'd suggest either switching to a list without images (probably know friends names and not look at by a picture.. and with images is non-mature presentation) or give options to the end user on how to display the list (list, details, etc.)

    ROBAX
    Customers
    ROBAX
    Post Count:137

    --
    22 Mar 2011 06:06 PM
    Thanks for the pointers guys.
    I can see now it's a styling problem. The proper fix is to remove the float:left at line 410 in the module.css. Then it will wrap the names properly to the right of the images.
    Or, for an override, put this in the portal.css:
    ul#usergrid li strong{float:none}
    Regards
    Rob
    You are not authorized to post a reply.
    > Forums > Active Social > Community Support > Invite Friends dialogue - Missing member names
    test
    Copyright 2012 by DotNetNuke Corporation / Terms of Use / Privacy