Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Didn't show up...
Should I install the RoleTitle at first?
1
Comments
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
@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.
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 {
}
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.
@Gerardo, do you have donate.gif put in the same folder as the other images that cam with the plugin?
Thanks for your help