Fish
New member
Posts: 4
|
Post by Fish on Dec 14, 2012 16:05:35 GMT -5
Here's a note to the administrator: If you make me a Co-Admin, I can definetely add a code that allows you to it so there are default avatars and also where personal avatars can be bigger. Plus I have a really great idea about the colors of the forum, and where to put that banner, possibly on a table somewhere? Also, I can make a really great and fast chat box for you instead of the old one you have that needs extra plugins. Here's a image: That image came from my site. But if you don't want me as a moderator, here's how to get better avatars. Go to "Admin," then "Headers/Footers." Choose "Global Header/Footer," then paste this code into the footer, and press "Save changes." <script type="text/javascript"> <!-- /* Remove avatar size limits for everyone by california */ var img=document.getElementsByTagName("img"); if(location.href.match(/=(display|viewprofile|search2|pmview|recent)/)){ for(i=0;i<img.length;i++){ if(img .alt=="[avatar]"){ var t=img.parentNode; var s=t.innerHTML.replace(/width=.?\d+?.?/i,''); t.innerHTML=s.replace(/height=.?\d+?.?/i,''); } } } // --> </script>
|
|
Fish
New member
Posts: 4
|
Post by Fish on Dec 14, 2012 16:46:20 GMT -5
Also here's the default avatar thing. Put this in the global footer too.
<script> //Auto Default Avatar v1.0
//Copyright 9-21-2005 ~Wonder //May be reposted anywhere as long as this header remains in tact
//Put in Global Footer
//Enter URL to default avatar defaultAvatar="http://x.sumo.fm/680/bafabeazflaklfck.jpg";
if(location.href.match(/action=(display|goto|viewprofile|pmview|recent)/)) { var td=document.getElementsByTagName("td"); for(i=0;i<td.length;i++) { if(td.width=="20%" && td.className.match(/windowbg/) && !td.innerHTML.match(/\[avatar\]/)) { temp=td.getElementsByTagName("center"); if(temp.length>0) { temp=temp[0]; temp.innerHTML="<IMG SRC=\""+defaultAvatar+"\" ALT=\"[avatar]\" BORDER=\"0\">"+temp.innerHTML; } } } } </script>
|
|
|
Post by FFA member on Dec 26, 2012 22:14:39 GMT -5
that is cool, let me think about it. But I am really considering making you Co-Admin
|
|