I was bored and decided to mess around with editing the forum leveling images that you get the higher your post count goes and so far have come up with these for the ranks up to level
9.
Level 1:
Level 2:
Level 3:
Level 4:
Level 5:
Level 6:
Level 7:
Level 8:
Level 9:
Level 10:
Level 11:
I need some ideas for the last two levels and would appreciate some help and also feedback on the current ones?
This was made for the dark theme and will be seen there but if you don't want to download Rick's dark theme here you go:
$('img[src="/media/kunena/ranks/1.png"]').attr('src', 'https://i.imgur.com/bg0gbMe.png');
$('img[src="/media/kunena/ranks/2.png"]').attr('src', 'https://i.imgur.com/TjV2njV.png');
$('img[src="/media/kunena/ranks/3.png"]').attr('src', 'https://i.imgur.com/oF4mBEy.png');
$('img[src="/media/kunena/ranks/4.png"]').attr('src', 'https://i.imgur.com/aadRuBw.png');
$('img[src="/media/kunena/ranks/5.png"]').attr('src', 'https://i.imgur.com/SxIVLXc.png');
$('img[src="/media/kunena/ranks/6.png"]').attr('src', 'https://i.imgur.com/F0z9CRK.png');
$('img[src="/media/kunena/ranks/7.png"]').attr('src', 'https://i.imgur.com/OWiwEZl.png');
$('img[src="/media/kunena/ranks/8.png"]').attr('src', 'https://i.imgur.com/wyR3oKS.png');
$('img[src="/media/kunena/ranks/9.png"]').attr('src', 'https://i.imgur.com/ZAxQsPT.png');
$('img[src="/media/kunena/ranks/10.png"]').attr('src', 'https://i.imgur.com/TzXYhoz.png');
$('img[src="/media/kunena/ranks/11.png"]').attr('src', 'https://i.imgur.com/83qbqDq.png');