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!
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.
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,
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