Daphonic
Active member
My end goal is this = http://imgur.com/PcybLjM The blueish border around Sarahmon's Avatar.
I figured this is possible with the Below Code
I'm slowly figuring out what I needed to do, but I'm not sure what I need to do to this code above. The Group that the member joins once they upgrade their account is "Patron Status" so that's the group id like the border to be linked to. Would anyone mind helping me out with this?
I figured this is possible with the Below Code
.message.staff .messageUserInfo .helper {
display: block;
position: absolute;
top: -6px;
left: -6px;
content: "";
background: url("@imagePath/xenforo/icons/staff-ribbon-posted.png") no-repeat transparent;
height: 107px;
width: 107px;
}
This code is used to put Staff banner on Peoples Avatar. What I'd like to try and do is Members who Obtain Patron Status (upgraded account/donations) will get a cool banner around their avatar to show they are helping keep the community going and funded.display: block;
position: absolute;
top: -6px;
left: -6px;
content: "";
background: url("@imagePath/xenforo/icons/staff-ribbon-posted.png") no-repeat transparent;
height: 107px;
width: 107px;
}
I'm slowly figuring out what I needed to do, but I'm not sure what I need to do to this code above. The Group that the member joins once they upgrade their account is "Patron Status" so that's the group id like the border to be linked to. Would anyone mind helping me out with this?