inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Feb 17, 2006 13:22:18 GMT -8
Global Footer This shows the skin the member is using in their mini-profile. Note, it'll only take effect once their profile is modified.
<script type="text/javascript"> <!-- /* current skin in miniprofile - ross */ var re = /\[ss:(.+?)\]/; if(document.modifyForm) { document.modifyForm.personaltext.value = document.modifyForm.personaltext.value.replace(re,''); document.modifyForm.onsubmit = function() { var ss = document.modifyForm.skin.options[document.modifyForm.skin.selectedIndex].innerHTML; document.modifyForm.personaltext.value += '[ss:'+ ss +']'; return true; } } var td = document.getElementsByTagName('td'); for(i=0; i<td.length; i++) { if(td.item(i).width == '20%' && td.item(i).innerHTML.match(re)) { var skin = '<br />Skin: '+RegExp.$1; td.item(i).innerHTML = td.item(i).innerHTML.replace(/<br\/?>\[ss:(.+?)\]<br\/?>/i, '<br />'); td.item(i).innerHTML = td.item(i).innerHTML.replace(re,''); td.item(i).innerHTML += skin; } } //--> </script>
|
|