PDA

View Full Version : Flash (SWF) Avatars?


Raven2k
07-15-2001, 07:24 PM
First off id like to say sorry if this is in the wrong place and has been asked before.

I did post this in a general queries thread and was told i may have better luck here.

What i would like to know is if it is possible to have Flash avatars. I allready hve the BB code for flah in posts but was wondering if it is possible to have flash avatars.

Thanks

species9408
07-15-2001, 07:35 PM
You can change it in adminCP/templates/edit/style/avatar but then you can only have flash avatars (not images)....

Raven2k
07-15-2001, 07:43 PM
is it not possible to support both?

Valkyre
07-16-2001, 01:09 AM
Apparently not..

Mentor
07-17-2001, 06:47 PM
Open Admin/avatar.php
On aprox 136 find
if ($fileext==".gif" or $fileext==".bmp" or $fileext==".jpg" or $fileext=="jpeg") {

Change to

if ($fileext==".gif" or $fileext==".bmp" or $fileext==".jpg" or $fileext=="jpeg" or $fileext=="swf") {


Hehe, ill finish it as soon as im done eating :) :) :) :)

Mentor
07-17-2001, 07:48 PM
Aww, i will finish this at a later date :(

Raven2k
07-17-2001, 08:22 PM
Yeah ok, thanx bro.