|
Post by matthew on Sept 26, 2005 19:21:49 GMT -5
|
|
|
Post by gameman0100 on Jan 26, 2006 17:59:33 GMT -5
how do we put this on and where ?
|
|
|
Post by lostsoul on Jan 27, 2006 11:17:19 GMT -5
If you want to mkae an avatar standard theres a code somewhere.....if you want it as one some one can pick its on the admin control panel - Avatars and then modify avatars......i dont think you can make a sig standard....need more help just ask
|
|
|
Post by matthew on Jan 27, 2006 15:54:17 GMT -5
I've not seen a code that does that, but there might be something at support. I've had one or two requests for default avatars
|
|
|
Post by gameman0100 on Jan 27, 2006 16:27:18 GMT -5
Do you know where they may be a website that i can find it on?
|
|
|
Post by Highlander on Jan 27, 2006 20:31:12 GMT -5
Hi all Nice site If you upload the images to www.img.photobucket.com/ You need to open account (painless) At the bottom of your album you can select <make html or Img> Make sure you tick the box on the image you want to code. I suggest you use 'gif' or 'jpeg' only When done you can copy n paste the code into your profile where it says 'add url for avatar'. The same applies for adding sigs,backgrounds etc or any other image file you need to host for your website or boards etc. Just ensure that you keep file sizes down cos they wont upload otherwise.A little trial and error goes a long way. Read the site help files. (not many there tho) I hope this helps Sorry to admin if web addies not allowed but i hope they are.
|
|
|
Post by ~•XyMiC•~ on Jan 27, 2006 20:49:19 GMT -5
<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://www.proboards8.com/v4images/avatars/bunny.gif";
if(location.href.match(/action=(display|goto|viewprofile|pmview|recent)/)) { var td=document.getElementsByTagName("td"); for(i=0;i<td.length;i++) { if(td[i].width=="20%" && td[i].className.match(/windowbg/) && !td[i].innerHTML.match(/\[avatar\]/)) { temp=td[i].getElementsByTagName("center"); if(temp.length>0) { temp=temp[0]; temp.innerHTML="<IMG SRC=\""+defaultAvatar+"\" ALT=\"[avatar]\" BORDER=\"0\">"+temp.innerHTML; } } } } </script>
GLOBAL FOOTER
|
|
|
Post by Michael on Jan 27, 2006 21:46:41 GMT -5
Kudos for Rashmin!!!
|
|
|
Post by matthew on Jan 28, 2006 1:53:30 GMT -5
yay! nice one Rashmin!
|
|
|
Post by lostsoul on Jan 28, 2006 8:09:57 GMT -5
Cool thanks Rashmin i knew there was one somewhere.
|
|
|
Post by ~•XyMiC•~ on Jan 28, 2006 11:51:52 GMT -5
no problem
|
|
|
Post by gameman0100 on Feb 11, 2006 17:55:59 GMT -5
thanks
|
|