Re: the new forum!!
Posted: Wed Feb 27, 2008 2:58 am
Same here. Nic get back to work, now.Jonny wrote:I love the banner, but i hate the icons for new posts and the layout in forum topics looks kind of messy to me.
Same here. Nic get back to work, now.Jonny wrote:I love the banner, but i hate the icons for new posts and the layout in forum topics looks kind of messy to me.
ya, its really hard to notice. its just a very faint ring around the white circle, knida hurts the eyes.Jonny wrote:I love the banner, but i hate the icons for new posts and the layout in forum topics looks kind of messy to me.
It's also weird how the names are under the Avatar. But the banner is what I like the best.Jonny wrote:I love the banner, but i hate the icons for new posts and the layout in forum topics looks kind of messy to me.
Ban him! :PR. wrote:I know how you can get people to switch to firefox v.
FINE PRINT: It will really piss people off
You put a code that checks the user agent at the top of the index page of the forum, the code will check if they have any version of firefox, andf if they don't it will forward them to the get firefox page. They have no choice but to get firefox, or they won't be able to access the forum. And since firefox is for Linux, Mac, and Windows, it makes sense. I'nm using firfox right now.
yeah, it is terrible.Rick wrote:everyone should use firefox, or something else. i can't believe people are still using IE, its terrible. I use safari, because i'm on a mac. but i also use firefox when safari just doesn't cut it.
thats very easy to do...R. wrote:I know how you can get people to switch to firefox v.
FINE PRINT: It will really piss people off
You put a code that checks the user agent at the top of the index page of the forum, the code will check if they have any version of firefox, andf if they don't it will forward them to the get firefox page. They have no choice but to get firefox, or they won't be able to access the forum. And since firefox is for Linux, Mac, and Windows, it makes sense. I'nm using firfox right now.
Code: Select all
<!--[if IE]>
Stop using IE, shithead!
<![endif]-->
Or, a real working code....budgie wrote:thats very easy to do...R. wrote:I know how you can get people to switch to firefox v.
FINE PRINT: It will really piss people off
You put a code that checks the user agent at the top of the index page of the forum, the code will check if they have any version of firefox, andf if they don't it will forward them to the get firefox page. They have no choice but to get firefox, or they won't be able to access the forum. And since firefox is for Linux, Mac, and Windows, it makes sense. I'nm using firfox right now.
just place this somewhere on the site
Code: Select all
<!--[if IE]> Stop using IE, shithead! <![endif]-->
Code: Select all
<script language="JavaScript">
<!--
function FP_checkBrowser(bwsr,ver,url1,url2) //v1.0
{
var agt=navigator.userAgent.toLowerCase(),maj=parseInt(navigator.appVersion),tm=false,vm=false;
switch(bwsr){
case "Microsoft Internet Explorer":{
tm=((agt.indexOf("msie")!=-1)&&(agt.indexOf("opera")==-1));
// On IE5, the version returns 4, use msie to detect higher verisons
if(agt.indexOf("msie 5.")!=-1)maj = 5;
if(agt.indexOf("msie 6.")!=-1)maj = 6;
break;}
case "Netscape Navigator":{
tm=((agt.indexOf('mozilla')!=-1)&&(agt.indexOf('spoofer')==-1)&&
(agt.indexOf('compatible') == -1)&&(agt.indexOf('opera')==-1)&&
(agt.indexOf('webtv')==-1)&&(agt.indexOf('hotjava')==-1));
break;}
case "Opera":{
tm=(agt.indexOf("opera")!=-1);
if(agt.indexOf("opera 2")!=-1||agt.indexOf("opera/2")!=-1)maj=2;
if(agt.indexOf("opera 3")!=-1||agt.indexOf("opera/3")!=-1)maj=3;
if(agt.indexOf("opera 4")!=-1||agt.indexOf("opera/4")!=-1)maj=4;
if(agt.indexOf("opera 5")!=-1||agt.indexOf("opera/5")!=-1)maj=5;
break;}
case "AOL":{
tm=(agt.indexOf("aol")!=-1);
if(agt.indexOf("aol 5")!=-1)maj=5;
if(agt.indexOf("aol 6")!=-1)maj=6;
break;}
case "WebTV":{
tm=(agt.indexOf("webtv")!=-1);
break;}
case "AOL TV":{
tm=((agt.indexOf("navio")!=-1)||(agt.indexOf("navio_aoltv")!=-1));
break;}
case "HotJava":{
tm=(agt.indexOf("hotjava")!=-1);
break;}
}
//Check version
loc=ver.search('\\+');v=parseInt(ver);if(loc>0){v=parseInt(ver);if(maj>=v)
vm=true;}else if(maj==v)vm=true;loc=ver.search("any");if(loc>=0)vm=true;
if(vm&&tm){ if(url1!='')location=url1;}else if(url2!='')location=url2;
}
// -->
</script>
</head>
Code: Select all
<body onload="FP_checkBrowser('Microsoft Internet Explorer', 'any', /*href*/'index.htm', /*href*/'The Get Firefox or Safari Page')">
</body>
8)budgie wrote:ok, you beat me...
once again, where did that come from?budgie wrote:ok, you beat my meat...
enlighten us, why is it terrible? what makes firefox god?Rick wrote:everyone should use firefox, or something else. i can't believe people are still using IE, its terrible. I use safari, because i'm on a mac. but i also use firefox when safari just doesn't cut it.
Yea yea I know I know.V wrote:Same here. Nic get back to work, now.Jonny wrote:I love the banner, but i hate the icons for new posts and the layout in forum topics looks kind of messy to me.
It just is.NoReason27 wrote:enlighten us, why is it terrible? what makes firefox god?Rick wrote:everyone should use firefox, or something else. i can't believe people are still using IE, its terrible. I use safari, because i'm on a mac. but i also use firefox when safari just doesn't cut it.
If I was a god I would kill you instantly.NoReason27 wrote:terrible, or a god? cause if you were a god, you would be a terrible one.
If I were God there would be no explicit sex on TV.Nic wrote:If I was a god I would kill you instantly.NoReason27 wrote:terrible, or a god? cause if you were a god, you would be a terrible one.
What's sex?V wrote:If I were God there would be no explicit sex on TV.Nic wrote:If I was a god I would kill you instantly.NoReason27 wrote:terrible, or a god? cause if you were a god, you would be a terrible one.