Jump to content

(NE) Display my badges

You are viewing a curated collection of the most significant posts in this topic.

Featured Replies

Posted

This application will allow your users to display up to a configured number of their badges on the 'author pane' in a forum topic.

Admin settings include:

  • Number of badges that are allowed to be displayed
  • Size at which the badge should be displayed (separate settings for Desktop and Phone)
  • Option to display a tooltip on the badge
  • Option to remove the 'Rare' tag from the badge

Screenshot_1.png.c4267b4ad349e0e447e690867795c41a.png

Edited by Nathan Explosion

  • Replies 65
  • Views 5.2k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Nathan Explosion
    Nathan Explosion

    Here is what it looks like on the default Invision theme, which is what I work with: You're using a custom theme, plus you've included the user's reputation information in the same area as

  • Nathan Explosion
    Nathan Explosion

    I'll have a think about it for a later version.

  • Nathan Explosion
    Nathan Explosion

    v1.0.3 is currently pending approval FIXES None CHANGES Switching of hard-coded language items to language strings Changed title of "View badges" dialog

Posted Images

@Nathan Explosion can you add to have X recent or random badges displayed for all users? And then, so that they can choose, as they do now, in the settings, which ones they want to be displayed

  • Author

I'll have a think about it for a later version.

  • 2 months later...
  • Author
 

1. option to hide view badges (users have access to this menu anyway )
2. the ability to change the view badges text and set it above the icons instead of below them.

You are free to manually change the mentioned template yourself to make those modifications, but I won't be building settings in to handle it.

  • 7 months later...

Two quick questions. I just installed this and set it to have 4 badges displayed, however, there's a tiny bit of space in between each image. Is there a way to make them sit right against each other? And secondly, is there a way to hide the "View Badges" text under the badges in the user info panel/postbit? I don't use the badges the way a lot of other forums do so it's not something that's necessary for my site. 

Thanks!

 

In your theme, add this to your custom.css and experiment with the minus figure to your liking:

div.neappMyBadges_wrapper > span.ipsPos_relative{
  margin-right:-1px;
}

 

In your theme, edit the following templates: neappmybadges -> front -> postbit -> myBadges and neappmybadges -> front -> postbit -> noBadgesChosen, and remove the following:

<a href="{url="app=core&module=members&controller=profile&id={$member->member_id}&do=badges" seoTemplate="profile_badges" seoTitle="$member->members_seo_name"}" data-action="badgeLog" title="{lang="members_badges" sprintf="$member->name"}" class="ipsType_blendLinks" data-ipsDialog="" data-ipsDialog-title="{lang="members_badges" sprintf="$member->name"}" data-ipsDialog-size="{$dialogSize}" data-ipsDialog-forceReload="true" data-ipstooltip>{lang='neapp_mybadges_view_badges'}</a>

To do the same on mobile, edit the following templates: neappmybadges -> front -> postbit -> myBadgesPhone and neappmybadges -> front -> postbit -> noBadgesPhone, and remove the following lines:

<a href="{url="app=core&module=members&controller=profile&id={$member->member_id}&do=badges" seoTemplate="profile_badges" seoTitle="$member->members_seo_name"}" data-action="badgeLog" title="{lang="members_badges" sprintf="$member->name"}" class="ipsType_blendLinks" data-ipsDialog="" data-ipsDialog-title="{lang="members_badges" sprintf="$member->name"}" data-ipsDialog-size="medium" data-ipsDialog-forceReload="true" data-ipstooltip>

and

</a>

 

Thanks so much for the quick response and for your help!

Recently Browsing 0

  • No registered users viewing this page.