Hi :)
So far I have got.
Go to Admin Panel > Users & Groups > Ranks > Rank
Administration > Modify
Go to Admin Panel > Modules > JavaScript Codes Management > Create new > Titlle "Color" >
Select in the topics only.
The above gives a solid color.
I would like graduated.
Tried image instead of color.
( https://i.servimg.com/u/f49/14/49/28/83/gradie10.jpg )
Nothing.
Not sure what color I really want.
As long as it matches current forum layout.
Just want the gradual fading effect.
So far I have got.
Go to Admin Panel > Users & Groups > Ranks > Rank
Administration > Modify
- Code:
<span class="specialpost"><font color="red">Senile!!!</font> (+ other things I forget)</span>
Go to Admin Panel > Modules > JavaScript Codes Management > Create new > Titlle "Color" >
Select in the topics only.
- Code:
$(function() {
$('div.post:has(".specialpost")').css('background-color','#610E0E');
});
The above gives a solid color.
I would like graduated.
Tried image instead of color.
( https://i.servimg.com/u/f49/14/49/28/83/gradie10.jpg )
Nothing.
Not sure what color I really want.
As long as it matches current forum layout.
Just want the gradual fading effect.
Last edited by shadow on Sun Apr 15, 2012 11:47 am; edited 1 time in total