You need to add this to your rank title:
- Code:
<span class="st-rang">RANK TITLE HERE</span>
Than this to JS mangment:
- Code:
$(function() {
$('.st-rang').closest('.post').addClass('st-answer');
});
Than this to CSS:
- Code:
.post.online.st-answer {
background: url("http://i48.servimg.com/u/f48/17/48/49/15/photo10.png") repeat-y scroll left top, url("http://2img.net/i/fa/prosilver/icon_user_online_en.png") no-repeat scroll right top #E5F1F9;
}
.post.st-answer {
background: url("http://i48.servimg.com/u/f48/17/48/49/15/photo10.png") repeat-y scroll left top #E5F1F9;
}
Than change the image to yours. It's the same code Fm uses.
So after using the coding above from Nera a while back on that one post I tried several methods to no avail and I am not sure what caused this problem.
Here is what I have right now for everything
- Spoiler:
Rank Admin
- Code:
<span class="st-rang">Dark Lord of the Sith</span>
Java Code Management
- Code:
$(function() {
$('.st-rang').closest('.post').addClass('st-answer');
});
And finally my CSS
- Code:
.post.online.st-answer {
background: url("http://media.moddb.com/images/groups/1/7/6035/sith_star_destroyer_by_michelebotticelli-d4bdb1f.jpg") repeat-y scroll left top, url("http://media.moddb.com/images/groups/1/7/6035/sith_star_destroyer_by_michelebotticelli-d4bdb1f.jpg") no-repeat scroll right top #E5F1F9;
}
.post.st-answer {
background: url("http://media.moddb.com/images/groups/1/7/6035/sith_star_destroyer_by_michelebotticelli-d4bdb1f.jpg") repeat-y scroll left top #E5F1F9;
}
In short I have tried several solutions and the coding I had above seemed to work until about 16 hours ago.
Last edited by DaBigestBob on April 21st 2013, 8:41 pm; edited 1 time in total