Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: Cadish on January 07, 2004, 10:59:25 AM

Title: Maxi Me's
Post by: Cadish on January 07, 2004, 10:59:25 AM
If we have Mini Me's, why not Maxi Me's? :P
Title: Re: Maxi Me's
Post by: Aquilo on January 07, 2004, 11:28:55 AM
that looks good and it would be nice as a png!!
Title: Re: Maxi Me's
Post by: Killer Possum on January 07, 2004, 11:45:51 AM
lol that would be insane to use on a board :P
Title: Re: Maxi Me's
Post by: Aquilo on January 07, 2004, 11:51:45 AM
like the font @ 600px! ;D


hehe new accessibility features
Title: Re: Maxi Me's
Post by: Owdy on January 07, 2004, 11:55:42 AM
Quote from: Killer Possum on January 07, 2004, 11:45:51 AM
lol that would be insane to use on a board :P

How about board for allmost blind people? :P
Title: Re: Maxi Me's
Post by: Owdy on January 07, 2004, 11:58:03 AM
Like this:

[size=100pt]Hello![/size](http://www.simplemachines.org/community/index.php?action=dlattach;topic=4485.0;id=596;image)
Title: Re: Maxi Me's
Post by: Acf on January 07, 2004, 12:48:01 PM
Could be a nice avatar set :)
Title: Re: Maxi Me's
Post by: Cadish on January 07, 2004, 12:57:12 PM
Here is a .png version of it...

How can I make the background transparant?
Title: Re: Maxi Me's
Post by: Acf on January 07, 2004, 01:11:02 PM
http://www.simplemachines.org/community/index.php?topic=4153.0

IE cant handle PNG that well so it needs a bit help...
Title: Re: Maxi Me's
Post by: Aquilo on January 07, 2004, 01:34:24 PM
hehe thats how I got alfatrans avatars to work with yabb se </acf>'s javascript

http://www.lunabyte.com/index.php?board=24;action=display;threadid=2129;start=0#msg17699
Title: Re: Maxi Me's
Post by: Killer Possum on January 07, 2004, 01:35:03 PM
Stupid IE :P
Title: Re: Maxi Me's
Post by: Acf on January 07, 2004, 02:12:07 PM
Quote from: Aquilo on January 07, 2004, 01:34:24 PM
hehe thats how I got alfatrans avatars to work with yabb se </acf>'s javascript

http://www.lunabyte.com/index.php?board=24;action=display;threadid=2129;start=0#msg17699


It also can be done with php...

<?php
ereg
("Opera",$HTTP_USER_AGENT) ? $browser="Opera" : $browser="1";
if (
$browser == "1")
{
ereg("MSIE",$HTTP_USER_AGENT) ? $browser="IE" : $browser="2";
}
if (
$browser == "2")
{
ereg("Windows",$HTTP_USER_AGENT) ? $browser="Windows" : $browser="3";
}
if (
$browser == "3")
{
ereg("Mozilla",$HTTP_USER_AGENT) ? $browser="Mozilla" : $browser="4";
}
if (
$browser == "4")
{
ereg("Netscape",$HTTP_USER_AGENT) ? $browser="Netscape" : $browser="5";
}
if (
$browser == "5")
{
$browser='OTHER';
}
echo
"$browser <br>";
echo
"$REMOTE_ADDR <br>";
echo
"$HTTP_USER_AGENT <br>";
?>


Title: Re: Maxi Me's
Post by: Aquilo on January 07, 2004, 02:14:27 PM
true! you gonna make a YaBB SE mod? :D
Title: Re: Maxi Me's
Post by: Acf on January 07, 2004, 02:19:09 PM
hehe dont have the time to :D