[1.2] Tag Icon by @username

[1.2] Tag Icon by @username 2013-06-19

No permission to download
If I hover username tagging link, the icon change from tag icon to link icon.

replace current code with the following
Code:
.message .messageText .username, .message .messageText .username:hover  {
  background: url("@imagePath/xenforo/icons/tag.png") no-repeat left center transparent;
  height: 13px;
  width: 13px;
  margin-left: 3px;
  padding-left: 15px;}
 
Well, this tweak is making me think something is not quite right in my newly upgraded forum. I've implemented all the steps but no tag appears. On viewing source for a tagged user name in a post on my forum, I see this:

Code:
@<a href="members/judy.15/" class="internalLink">Judy</a>

Which makes me wonder how this tweak can even work with no .username class anywhere in sight. Then I looked at a tag here on this thread and found this in the source:

Code:
@<a href="http://xenforo.com/community/members/242/" class="username" data-user="242, Shelley">Shelley</a>

If I click on a tagged user link on my forum, it goes to that user's profile page.

If I click on a tagged user link here, it pops up that user's card.

Do I have something messed up here? Would love to be able to use this tweak but I'm stumped as to why user tagging is working so differently on mine. This is using the default XenForo style, btw.

Thanks for any help!
 
Never mind! Conflict with Custom BB Codes. Thanks for the tweak and the inadvertent help is spotting the glitch on my forum. :)
 
Back
Top Bottom