myBadges customization - Profile Image Overlay
Profile Badges
OK I got it sorted out. My badges.tpl file looks like this. Thanks for that readme file I totally missed that.
<style>
.overlay_badge {
position:absolute;
left:0;
top:0;
z-index:5;
}
</style>
<div class="overlay_badge">{if $quota_myBadges_badge_type == "vipartist"}
{jrCore_image module="myBadges" image="badge_reserved.png"}
{elseif $quota_myBadges_badge_type == "dj"}
{jrCore_image module="myBadges" image="badge_artist.png"}
{elseif $quota_myBadges_badge_type == "vipdj"}
{jrCore_image module="myBadges" image="badge_artist.png"}
{elseif $quota_myBadges_badge_type == "administrator"}
{jrCore_image module="myBadges" image="badge_admin.png"}
{else}
{jrCore_image module="myBadges" image="badge_member.png"}
{/if}
</div>
And I ended up putting the badge in the upper left corner.
Great work @b360 - thank you!
updated by @ilovehousemusic: 03/10/14 08:36:34PM