vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   [REQUEST] Flash avatars, post flash (https://vborg.vbsupport.ru/showthread.php?t=22183)

brady 07-07-2001 08:01 AM

I think it would be awesome if we were able to upload .swf flash files as our avatars....... This is the best feature of IkonBoards..... you can select flash animations as your avatar.... also when uploading picure attachments, you can have flash animations as well as pictures......

I dont care as much about posting flash animations in posts..... but I would really really like the ability to use flash avatars..

to see what I mean look here

snyx 07-10-2001 11:20 PM

I dont know about avatars, but many flash avatars would slow down forums, and you can attatch .swf files :D

brady 07-11-2001 12:29 AM

Well, I never looked at the flash stuff slowing down stuff.... so I guess you are right on that...... but If you attach a swf file, it would be cool if it showed the file.. instead of just having the link to it

snyx 07-11-2001 12:31 AM

well if you have it set to show pictures, it should show the flash file too, I donno?

ViperCC 04-30-2002 04:34 AM

Flash files won't slow down the forum any more than images will depending on the files.

If you control the size of the SWF file coming in (which VB does now for images and attachments) then this is a non issue...

If the avatars are made by your users you may want to test them of course, as a somewhat knowledgeable user could code the SWF to pull in content from a remote webserver which could be a potential problem.

pattox2k1 04-30-2002 10:14 AM

hmmmm.........this would require some template and file hacking but it can be done :D...........

Reeve of shinra 05-01-2002 03:24 AM

I believe someone did this, though you would have to search for the thread. I believe the problem was using swf files & regular gif, jpgs. I think it could be one or the other.

pattox2k1 05-01-2002 06:31 AM

or u could make a flash movie and export it to gif/jpg :D

Taz 05-01-2002 11:55 PM

and also .PNG AVATARS !!

Sufian 08-13-2002 07:39 PM

<a href="https://vborg.vbsupport.ru/showthread.php?s=&threadid=22877&highlight=Flash+A vatars" target="_blank">https://vborg.vbsupport.ru/showt...=Flash+Avatars</a>

I did this and it worked.

Brad 08-13-2002 07:46 PM

Quote:

Originally posted by Taz
and also .PNG AVATARS !!
for .png avatars...

in avatar.php


find:
PHP Code:

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

replace by

PHP Code:

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


Neo 08-13-2002 11:35 PM

might have a problem uploading swf files.


LOL @ snyx ;)


All times are GMT. The time now is 04:50 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01928 seconds
  • Memory Usage 1,733KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (12)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete