Title: [S] Looking For A Legend
ShadowAngel - August 1, 2008 02:58 AM (GMT)
I really like the legend found on this board
http://z4.invisionfree.com/Behind_The_Veilbut I can't seem to find it anywhere x.x Can anyone help me? Or know of one thats similar?
Shade - August 1, 2008 12:54 PM (GMT)
I found a list of legends for you to look at, a few looked like something you wanted but I'll let you go through and choose one that works best for you.
http://if.invisionfree.com/topic/5000108/1/#new
junebug! - August 1, 2008 07:03 PM (GMT)
According to the code, you should be able to find the one from Behind the Veil at:
http://invisionfree.com/forums/GraphixNetw...dex.php?act=idxAlso from the code, it says it's by ELRocco. So, go to GraphixNetworks & look up ELRocco, and you'll get your code.
However, here is the one Behind the Veil uses exactly (used in Footers):
| CODE |
<script type="text/javascript"> /* Colors Key in Users Stats Box v1.2 Created by ELRocco http://invisionfree.com/forums/GraphixNetworks/index.php?act=idx */
var keyText = "Member Legend"
var Legend = [] Legend[0] = [ "Admin" , "black" ] Legend[1] = [ "Moderator" , "slategray" ] Legend[2] = ["Unapproved" , "silver" ] Legend[3] = [ "Kine" , "crimson" ] Legend[4] = [ "Imbued" , "orange" ] Legend[5] = [ "Kindred" , "purple" ] Legend[6] = [ "Garou" , "#006400" ] Legend[7] = [ "Fera" , "green" ] Legend[8] = [ "Mage" , "maroon" ]
var blocks=""; for (y=0;y<Legend.length;y++){ blocks+='<font style="cursor: pointer; cursor: hand; padding: 3px; background-color: ' + Legend[y][1] +';" onmouseover="document.getElementById(' + "'memberslegend'" + ').innerHTML=' + "'" + Legend[y][0] + "'" + ';" onmouseout="document.getElementById(' + "'memberslegend'" + ').innerHTML=' + "'" + keyText + "<br>'" + ';"> </font>'; } var Div = document.getElementsByTagName("DIV") for (x=0;x<Div.length;x++){ if(Div[x].className == 'thin') { Div[x].innerHTML+="<br /><div id='memberslegend'>" + keyText + "<br></div>" + blocks }}
</script> |
If you like that one, go ahead and use it. Shade has offered a link to Invisionfree's main code index where there is a list of the Member Legends they have. Also look those up to see if you like any of those better.
Azubah - August 1, 2008 07:06 PM (GMT)
how or where would that code be put in the Invisionfree coding I'm not sure with the type of skin coding they have with invisionfree I'm used to invision plus.
junebug! - August 1, 2008 07:13 PM (GMT)
As I said in the post, it would go into Footers. To put in your Footers, go to: Admin CP > Skinning & Styles > Board Wrappers > Footers. If you have anything in your Footers already, put the code after everything else. Lemme know if you have problems! ;D
Azubah - August 1, 2008 07:20 PM (GMT)
hmm they are simple boxes of the colors I was thinking of something different but thanks ^^
junebug! - August 1, 2008 08:34 PM (GMT)
| QUOTE (Azubah @ Aug 1 2008, 07:20 PM) |
| hmm they are simple boxes of the colors I was thinking of something different but thanks ^^ |
That would be why you would look at the link Shade provided to see if you liked any of those.
Yes, they are plain boxes. Didn't you look at Behind the Veil first?
ShadowAngel - August 2, 2008 04:37 PM (GMT)
thank you for your help :)
sarahj - August 7, 2008 07:18 AM (GMT)
Your topic has been solved and moved to the 'Solved Support Topics' forum! Still have a question, or something isn't clear yet? Open up a new topic, but be sure to be more specific this time!