how to make it diffent color?
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
Rideem3 wrote:Hi, go to Admin Panel -> Modules -> JavaScript Codes Management -> Make sure it's on -> Create new -> Title it whatever you want -> Select in the topics -> Paste:
- Code:
$(function() {
var x = $('tr.post:contains("RANKORUSERNAMEHERE")');
if (x) {
$('tr.post:contains("RANKORUSERNAMEHERE") td').css('background-color','#000');
}
});
Replace "RANKORUSERNAMEHERE" with the special rank title of the user (for group post color) or the username (for individual colors). The rank title is the user's rank you gave. So I would think that on your forum the admin rank title would be Administrator unless that's changed.
Also replace #000 with whatever color you want the background to be
Make sure the rank title or username is the exact spelling or it won't work