Official Soldat Forums

Misc => Forum News and Support => Topic started by: Sytrus on March 27, 2007, 03:57:16 pm

Title: Animated Userbars.
Post by: Sytrus on March 27, 2007, 03:57:16 pm
Uhm, the forum rules say that animated pictures in the signatures are not allowed.

Quote
We do not allow the use of animated images in your sig, it really detracts from the posts, which should be a persons main focus.  If we find your avatar or signature particularly distracting for any reason, we may ask you to remove it.

Well, I don't see how animated userbars do so. I mean those, that are made with the Userbaranimator, so you have switching Userbars. I don't understand why mine got removed. They aren't detracting from the posts.............
Title: Re: Animated Userbars.
Post by: TBDM on March 27, 2007, 04:23:01 pm
i just knew someone was going to make a topic about this...
Title: Re: Animated Userbars.
Post by: Graham on March 27, 2007, 04:29:28 pm
i just knew someone was going to make a topic about this...
I told him too, to get the debate out of the testing forum.

All animated signatures are removed. Since userbars are images, they cannot be animated.
Title: Re: Animated Userbars.
Post by: Sytrus on March 27, 2007, 04:40:45 pm
But WHY?
I mean those:
(http://img410.imageshack.us/img410/5174/userbar376718np2.gif) (http://ubanimator.com)
Title: Re: Animated Userbars.
Post by: Graham on March 27, 2007, 04:51:06 pm
But WHY?
I mean those:
(http://img410.imageshack.us/img410/5174/userbar376718np2.gif) (http://ubanimator.com)
I am not the person you need to convince bubba, gotta talk to Flab if you want the rules changed and whatnot.
Title: Re: Animated Userbars.
Post by: VijchtiDoodah on March 28, 2007, 12:42:21 am
What isn't particularly distracting for you is a painfully detrimental experience for any of the hundreds ADHD/OCD/Schizophrenics that roam the forums with fingers sticky from spilled energy drinks and pixie sticks.

Essentially, it's just easier to ban animated signatures than to examine each and every one to assess whether it'll distract in any way.  But, if you want a continuously switching signature, just write a php script for one.

Better yet, I have an old one lying around:

Code: [Select]
<?php

$signatures
[0] = "ieatcheese.jpg";
$signatures[1] = "andhamtoo.gif";
$signatures[2] = "ittastesgood.gif";
$signatures[3] = "nowineedtopoo.gif";

$url 'http://llsc.us/members/yourname/uploads/';             //The directory of your pictures
$signature_number rand(0,3);                            //Replace 3 with the number of images you have
$rand_signature "$signatures[$signature_number]";
header("Location: $url"$rand_signature");
?>

Someone around here could probably write a more user-friendly script, but it's not entirely difficult to set this thing up.  Just put all of your images in one directory, fix the names of the images with those on the list (you can add more lines if you need), fix the url for your directory, then make your signature: "[img]http://llsc.us/members/yourname/uploads/phpscript.php[/img]."
Title: Re: Animated Userbars.
Post by: FliesLikeABrick on March 28, 2007, 12:44:12 am
Essentially, it's just easier to ban animated signatures than to examine each and every one to assess whether it'll distract in any way.  But, if you want a continuously switching signature, just write a php script for one.

right, just like my avatar.