Making topic prefixes for my forum
Java:
Code
jQuery(document).ready(function(){jQuery(".borderwrap, .topiclist, .main-title, .statused").each(function(){jQuery(this).html(jQuery(this).html().replace(/✔/g,'<span id=\'perfix\'>EXAMPLE</span>'))})});
CSS:
Code
#perfix {
background: none repeat scroll 0px 0px rgb(123, 166, 13);
border-radius: 4px 4px 4px 4px;
color: rgb(255, 255, 255);
display: inline-block;
font-size: 9px;
font-weight: 700;
height: 15px;
line-height: 15px;
padding: 0px 5px;
text-transform: uppercase;
vertical-align: middle;
}
Got it to work:

But when ever i click on the links it displays this page:

The javascript seems to do this for every thread i try opening, takes me straight to this. The URL tells me im on the thread, but it appears as an unloaded profile. Can anyone help?
Paying FG to first person to fix the problem
I'm using Invision boardsThis post was edited by JiggyTM on Jun 13 2014 12:11pm