the new forum!!

Whatever you want to talk about!

Do You Like The New Forum

Poll ended at Thu Mar 27, 2008 7:17 am

Yes
15
71%
No
0
No votes
Dont Care
2
10%
I Prefer The Old
4
19%
 
Total votes: 21

User avatar
V
Administrator
Administrator
Posts: 1230
Joined: Wed Apr 11, 2007 9:05 am
First name: V
Age: 23
Gender:
Instrument 1: Guitar
Instrument 2: Hero
Last.fm Username: valenzine
Twitter: valenzine
Location: Buenos Aires, Argentina
Contact:

Re: the new forum!!

Post by V »

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.
Don't try to kill a mockingbird, they're the fucking mafia of the animal kingdom.
Dylan
Resident Skumfuk
Posts: 6786
Joined: Tue Aug 14, 2007 10:44 pm
First name: Dylan
Age: 20
Gender:
AKA: NoReason27, 2712
360 Gamer Tag: Watchmaker2112
Instrument 1: Bass+Guitar
Instrument 2: Engineer+Production
Twitter: @dylanb_27

Re: the new forum!!

Post by Dylan »

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. :shock:
you have far too much time on your hands

"The missing part of me that grows around me like a cage..."
Image

Follow me on Twitter!
User avatar
Jeremy Kill
Moderator
Posts: 12879
Joined: Wed May 30, 2007 11:57 pm
Gender:

Re: the new forum!!

Post by Jeremy Kill »

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.
User avatar
Rick
Jessica Kill
Posts: 2705
Joined: Wed Jun 27, 2007 3:52 pm
Age: 0
Location: st. catharines ontario
Contact:

Re: the new forum!!

Post by Rick »

the icons for new posts are not the permanent ones. i hope.
http://searchwithsum41.prodege.com/?cmd ... &rb=143979
go there and sign up and win cool shit.
User avatar
TomiT14
Moderator
Posts: 4261
Joined: Fri Apr 13, 2007 2:19 pm
First name: Tomi
Age: 31
Gender:
PSN ID: TJT41
Last.fm Username: TomiT14
Twitter: TomiT14
Location: Espoo, Finland

Re: the new forum!!

Post by TomiT14 »

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.
Ban him! :P
User avatar
Rick
Jessica Kill
Posts: 2705
Joined: Wed Jun 27, 2007 3:52 pm
Age: 0
Location: st. catharines ontario
Contact:

Re: the new forum!!

Post by Rick »

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.
http://searchwithsum41.prodege.com/?cmd ... &rb=143979
go there and sign up and win cool shit.
User avatar
Druska
Resident Skumfuk
Posts: 6231
Joined: Mon Jul 16, 2007 4:32 pm
First name: Andrea
Age: 24
Gender:
n00b: xmarryxx Da_Aman
AKA: S, Lois Lane,Druska
PSN ID: Druska7
Instrument 1: Guitar
Last.fm Username: druska41
Twitter: _Druska_
Location: Catalonia, Europe, the Earth , Milky Way

Re: the new forum!!

Post by Druska »

firefox rules !!
budgie
Underclass Hero
Posts: 3588
Joined: Mon Jun 11, 2007 4:11 pm
Gender:

Re: the new forum!!

Post by budgie »

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.
yeah, it is terrible.
i cant believe i used to use that... :oops:
budgie
Underclass Hero
Posts: 3588
Joined: Mon Jun 11, 2007 4:11 pm
Gender:

Re: the new forum!!

Post by budgie »

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.
thats very easy to do...
just place this somewhere on the site

Code: Select all

<!--[if IE]>
Stop using IE, shithead!
<![endif]-->
User avatar
R.
Administrator
Administrator
Posts: 978
Joined: Sat Jul 21, 2007 2:50 am
First name: Ryan
Age: 0
Gender:
n00b: IntoxicatedLuke
Location: Watching your TV

Re: the new forum!!

Post by R. »

budgie wrote:
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.
thats very easy to do...
just place this somewhere on the site

Code: Select all

<!--[if IE]>
Stop using IE, shithead!
<![endif]-->
Or, a real working code....

Insert to the head of page

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>

And, into the body...

Code: Select all

<body onload="FP_checkBrowser('Microsoft Internet Explorer', 'any', /*href*/'index.htm', /*href*/'The Get Firefox or Safari Page')">

</body>
The Get Firefox or Safari Page:the page it will forward too if they don't have it

Disclaimer: Don't use this code, it will really make people mad.... It oly checks for IE, all that other stuff is to help the browser identify the browser.

It took me an hour to make this just so you know. I didn't use some crap generator
budgie
Underclass Hero
Posts: 3588
Joined: Mon Jun 11, 2007 4:11 pm
Gender:

Re: the new forum!!

Post by budgie »

ok, you beat me...
User avatar
R.
Administrator
Administrator
Posts: 978
Joined: Sat Jul 21, 2007 2:50 am
First name: Ryan
Age: 0
Gender:
n00b: IntoxicatedLuke
Location: Watching your TV

Re: the new forum!!

Post by R. »

budgie wrote:ok, you beat me...
8)
User avatar
tomhoppus
Transvestite God
Posts: 5781
Joined: Sat Jan 05, 2008 7:37 pm
First name: Ladd Mitchell
Age: 32
Gender:
n00b: Park, ATBCF
Instrument 1: My shite guitar
Instrument 2: My aight guitar
Location: In Your Pants

Re: the new forum!!

Post by tomhoppus »

budgie wrote:ok, you beat my meat...
once again, where did that come from?
ConeBizzy32 wrote:
Something Corporate wrote: I still cant get into the PD media sec
Working on your request makes me a PD? I can't believe how small a man can be.
Dylan
Resident Skumfuk
Posts: 6786
Joined: Tue Aug 14, 2007 10:44 pm
First name: Dylan
Age: 20
Gender:
AKA: NoReason27, 2712
360 Gamer Tag: Watchmaker2112
Instrument 1: Bass+Guitar
Instrument 2: Engineer+Production
Twitter: @dylanb_27

Re: the new forum!!

Post by Dylan »

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.
enlighten us, why is it terrible? what makes firefox god?
you have far too much time on your hands

"The missing part of me that grows around me like a cage..."
Image

Follow me on Twitter!
User avatar
Nic
Administrator
Administrator
Posts: 4451
Joined: Wed Apr 11, 2007 11:16 pm
First name: Nic
Age: 26
Gender:
Twitter: nicbavetta
Location: Illinois
Contact:

Re: the new forum!!

Post by Nic »

V wrote:
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.
Yea yea I know I know.

Making 68 brand new icons takes time...

Yea, thats how many there are. A lot of work. And with school and everything I don't have a lot of time. Hopefully I can do it this weekend.
Image
User avatar
Nic
Administrator
Administrator
Posts: 4451
Joined: Wed Apr 11, 2007 11:16 pm
First name: Nic
Age: 26
Gender:
Twitter: nicbavetta
Location: Illinois
Contact:

Re: the new forum!!

Post by Nic »

NoReason27 wrote:
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.
enlighten us, why is it terrible? what makes firefox god?
It just is.

Sorta like...me?
Image
Dylan
Resident Skumfuk
Posts: 6786
Joined: Tue Aug 14, 2007 10:44 pm
First name: Dylan
Age: 20
Gender:
AKA: NoReason27, 2712
360 Gamer Tag: Watchmaker2112
Instrument 1: Bass+Guitar
Instrument 2: Engineer+Production
Twitter: @dylanb_27

Re: the new forum!!

Post by Dylan »

terrible, or a god? cause if you were a god, you would be a terrible one. :mrgreen:
you have far too much time on your hands

"The missing part of me that grows around me like a cage..."
Image

Follow me on Twitter!
User avatar
Nic
Administrator
Administrator
Posts: 4451
Joined: Wed Apr 11, 2007 11:16 pm
First name: Nic
Age: 26
Gender:
Twitter: nicbavetta
Location: Illinois
Contact:

Re: the new forum!!

Post by Nic »

NoReason27 wrote:terrible, or a god? cause if you were a god, you would be a terrible one. :mrgreen:
If I was a god I would kill you instantly. :mrgreen:
Image
User avatar
V
Administrator
Administrator
Posts: 1230
Joined: Wed Apr 11, 2007 9:05 am
First name: V
Age: 23
Gender:
Instrument 1: Guitar
Instrument 2: Hero
Last.fm Username: valenzine
Twitter: valenzine
Location: Buenos Aires, Argentina
Contact:

Re: the new forum!!

Post by V »

Nic wrote:
NoReason27 wrote:terrible, or a god? cause if you were a god, you would be a terrible one. :mrgreen:
If I was a god I would kill you instantly. :mrgreen:
If I were God there would be no explicit sex on TV.
Don't try to kill a mockingbird, they're the fucking mafia of the animal kingdom.
User avatar
Nic
Administrator
Administrator
Posts: 4451
Joined: Wed Apr 11, 2007 11:16 pm
First name: Nic
Age: 26
Gender:
Twitter: nicbavetta
Location: Illinois
Contact:

Re: the new forum!!

Post by Nic »

V wrote:
Nic wrote:
NoReason27 wrote:terrible, or a god? cause if you were a god, you would be a terrible one. :mrgreen:
If I was a god I would kill you instantly. :mrgreen:
If I were God there would be no explicit sex on TV.
What's sex?
Image
Post Reply