• Resolved ralphhogaboom

    (@ralphhogaboom)


    Loving the plugin. Much faster than BadgeOS, and prettier display too. You guys rule.

    Would appreciate a way to display perhaps the three or so most recent badges, all small like, in the BuddyPress members table.

    So, like in this screenshot: https://imgur.com/ceQaMDw

    There’s a bunch of whitespace to the right of each member listing. I would love the option for Badgearoo to display recent badges in there – thanks!

    Keep up the great work, cats.

    Ralph

    https://www.ads-software.com/plugins/badgearoo/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author dpowney

    (@dpowney)

    Thanks for the feedback. I’ll add this as an option in the next plugin update in a couple of days. Thanks,

    Plugin Author dpowney

    (@dpowney)

    Please see v1.0.5 now available. It has an option to show each members 3 most recent assignments in the members directory list. Note I’ve added the assignments below and not to the right partly due to the position of the BuddyPress hooks available to extend this.

    Thanks for the idea,
    Daniel.

    Thread Starter ralphhogaboom

    (@ralphhogaboom)

    Nice! Much appreciated. In fact, I’m going to go out on a ledge here and put in a more detailed request! Hopefully I’m not imposing too much on you – you’ve already given us a great free plugin that works rather well, after all. I’m very grateful for that.

    I’m hoping it can be formatted a little prettier. Or if you’ll add custom CSS, I could do it that way as well.

    Here’s how it looks now:

    View post on imgur.com

    Here’s how I’d want it to look:

    View post on imgur.com

    Smaller badge icons – like 50px or something – and in a row, off to the side. Is that possible?

    Plugin Author dpowney

    (@dpowney)

    Hi there,

    I can’t easily place it to the right unfortunately mainly due to the position of the BuddyPress action hook used add this functionality.

    I’ve come up with some CSS you can add though which resizes the badges nicely and improves the layout.

    .bp-directory-members-item-recent-assignments .broo-badge img {
    	width: 48px;
    }
    
    .bp-directory-members-item-recent-assignments .broo-assignment, .broo-badge-container {
    	margin-bottom: 0px;
    	clear: both;
    }
    
    .bp-directory-members-item-recent-assignments {
    	margin-top: 5px;
    }
    Thread Starter ralphhogaboom

    (@ralphhogaboom)

    Oh, thank you – much appreciated. It does look better.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Feature Request: display badges inline in buddypress member list’ is closed to new replies.