Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 16

CurtisOdenafiqasyraf93ericgilletteslaretibartfastx00 +11 guests

Didn't show up...

This discussion is related to the RoleBadges addon.
Should I install the RoleTitle at first?

Comments

  • Posts: 2,058
    No, it shouldn't be dependent.

    Vanilla developer [GitHub, Twitter]

  • Posts: 57
    It works for me. R U looking in the comments? It doesn't show up on homepage. You have to click comments.
  • Posts: 11
    I've got it, if you change the role name, you have to change the class name in the stylesheet, otherwise they will not show up.
  • Posts: 10
    AppleFish said:

    I've got it, if you change the role name, you have to change the class name in the stylesheet, otherwise they will not show up.

    Aye, you should be able to make a css entry for each role name you want, too.

  • Posts: 10
    This is great, exactly what i've been looking for, I've cretaed a role called "Made Contribution" and then added people to this role when they have made a donation. Perfect! being able to see the rolename when hovering over woudl be great!
  • Posts: 10
    One last question, (Sorry very new to this!) I have added a roll called “Donate” and updated the RoleBadges.css to include the Donatebadge.

    I am guessing I need to update somewhere else to see the list of roles? A point in the right direction would be appreciated!

    Thanks
  • Posts: 129
    it does not work for me on 2.0.17.9...
  • Posts: 10
    Sorry guys, I wish that I'd get an email when people post here.

    @Gerardo That is what I have for mine, I am not exactly sure what is wrong. Could you pastebin your RoleBadges.css and post a link here?
    @ntuyelik I am working on an update. The next version should also have rollover role names for ease of icon identification.
  • lucluc
    Posts: 1,015
    @tenach: bookmark it (click the star)
  • Posts: 10
    Thaks for the reponse.

    The group is called Donated

    span.RoleBadges {
    height: 18px;
    width: 18px;
    display: inline-block;
    }

    span.AdministratorBadge {
    background: transparent url('images/administrator.gif') no-repeat center center;
    }

    span.ModeratorBadge {
    background: transparent url('images/moderator.gif') no-repeat center center;
    }

    span.MemberBadge {
    background: transparent url('images/member.gif') no-repeat center center;
    }

    span.DonatedBadge {
    background: transparent url('images/donate.gif') no-repeat center center;
    }


    span.ApplicantBadge {

    }

    span.ConfirmEmailBadge {

    }

    span.GuestBadge {
    background: transparent url('images/guest.gif') no-repeat center center;
    }

    span.BannedBadge {

    }
  • Posts: 3
    brilliant Addon, I just have a question,

    Instead of GetRoles function, i want to add a brand new function to get roles from another database, i have the Proxyconnect addon and I have an external table of users with ranks field, I want to modify this addon so that I grab the rank from that table,

    any help is GREATLY appreciated.
  • Posts: 10
    Thanks @luc

    @Gerardo, do you have donate.gif put in the same folder as the other images that cam with the plugin?
  • Posts: 10
    it seems to have been linked to something else, after restoring from a backup after an issue the problem seems to have been resolved.

    Thanks for your help
Sign In or Register to comment.