Change Ranking Icons

Don Von Alpha Dom
by Don Von Alpha Dom · 2 posts
12 years ago in Rankings Panel
Posted 12 years ago · Author
Replace the image URLS in the code with the URLS to the icons you want in your rankings panel.

Chats Icon: http://www.imvu.com/catalog/web_images/ ... hatter.gif
Homepage Icon: http://www.imvu.com/catalog/web_images/ ... page01.gif
Lovies Icon: http://www.imvu.com/catalog/web_images/ ... vies01.gif
Invites Icon: http://www.imvu.com/catalog/web_images/ ... iter01.gif

Code
<script> 
var new_ranking_icons = ["http://www.imvu.com/catalog/web_images/rankings/Chatter.gif", "http://www.imvu.com/catalog/web_images/rankings/Homepage01.gif", "http://www.imvu.com/catalog/web_images/rankings/Lovies01.gif", "http://www.imvu.com/catalog/web_images/rankings/Inviter01.gif"];

rank_body = document.getElementById('rankings_panel_body').getElementsByTagName('img');
j=new_tryit_image.length-1;
for(i=rank_body.length-3;i>0; i=i-2){
   rank_body[i].src = new_ranking_icons[j];
   j--;
}
</script>
Posted 3 years ago
sweet thanks for posting this for us all to see!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT