Too late............. !I'm calling your boss!!!![]()
![]()
Too late............. !I'm calling your boss!!!![]()
![]()
lulzToo late............. !
I'm calling your boss!!!![]()
![]()
That must be the other one I talked to...........I'm actually more afraid of the network admin.![]()
Disabling or uninstalling should be enough.
You may want to remove any template edits you also made with regards to the indicator.
I'm not sure which template edits were made as I add all of my css edits to EXTRA.css (for this very reason)
You can try reverting the template but you will lose any other edits you have made, if any.
Failing that you can create a new default style with no parent and copy the template code.
I've just checked the instructions and the template is message_user_online which is part of the add-on so it should be removed if you want to remove all traces of it.
I'm using this template edit for a different purpose... (not user online status)
View attachment 10423
Add to EXTRA.csslooks nice, mind sharing the code? ^^
.premiumUser
{
background: #e68c17 url('@imagePath/xenforo/gradients/category-23px-light.png') repeat-x top;
border: 1px solid #e68c17;
border-radius: 3px;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
box-shadow: 0px 1px 3px rgba(0,0,0, 0.25);
color: #000000;
display: block;
font-weight: bold;
font-size: 10px;
margin: -5px -5px -2px;
padding: 2px;
position: relative;
text-align: center;
}
.premiumUser span { background-color: #e68c17; position: absolute; top: -4px; width: 4px; height: 4px; }
.premiumUser .right { border-top-right-radius: 3px; right: -1px; }
.premiumUser .left { border-top-left-radius: 3px; left: -1px; }
<xen:if is="{xen:helper ismemberof, $user, 5}">
<span class="premiumUser"><span class="left"></span><span class="right"></span>Premium Supporter</span>
</xen:if>
thanks!!!!Add to EXTRA.css
Code:.premiumUser { background: #e68c17 url('@imagePath/xenforo/gradients/category-23px-light.png') repeat-x top; border: 1px solid #e68c17; border-radius: 3px; border-top-right-radius: 0px; border-top-left-radius: 0px; box-shadow: 0px 1px 3px rgba(0,0,0, 0.25); color: #000000; display: block; font-weight: bold; font-size: 10px; margin: -5px -5px -2px; padding: 2px; position: relative; text-align: center; } .premiumUser span { background-color: #e68c17; position: absolute; top: -4px; width: 4px; height: 4px; } .premiumUser .right { border-top-right-radius: 3px; right: -1px; } .premiumUser .left { border-top-left-radius: 3px; left: -1px; }
Add to message_user_info template under the first hook:
Code:<xen:if is="{xen:helper ismemberof, $user, 5}"> <span class="premiumUser"><span class="left"></span><span class="right"></span>Premium Supporter</span> </xen:if>
user group 5 is my premium supporter group.
We use essential cookies to make this site work, and optional cookies to enhance your experience.