Posted August 9th 2013, 6:26 pm
The demo is the same with the forumotion staff member.
Version: All Version
1. Go to Modules > HTML and JS Management > JS Management > Create a new Javascript: (Check in all pages)
- For PunBB:
- Code:
jQuery(document).ready(function(){
jQuery(".post:has('.csrank')").css('background','url(http://i48.servimg.com/u/f48/17/48/49/15/photo10.png) repeat-y top left')});
- Code:
jQuery(document).ready(function(){
jQuery("td.row2:has('.csrank')").css('background','url(http://i48.servimg.com/u/f48/17/48/49/15/photo10.png) repeat-y top left')});
jQuery(document).ready(function(){
jQuery("td.row1:has('.csrank')").css('background','url(http://i48.servimg.com/u/f48/17/48/49/15/photo10.png) repeat-y top left')});
- Code:
jQuery(document).ready(function(){
jQuery("div.post:has('.csrank')").css('background','url(http://i48.servimg.com/u/f48/17/48/49/15/photo10.png) repeat-y top left')});
- Code:
jQuery(document).ready(function(){
jQuery(".postprofile:has('.csrank')").css('background','url(http://i48.servimg.com/u/f48/17/48/49/15/photo10.png) repeat-y top left')});
- Rank name:
- Code:
<span class="csrank">Rank here</span>
Then save. Tadaaa!
Last edited by Mark on August 11th 2013, 10:40 am; edited 5 times in total