04-18-2010, 02:35 AM | #61 |
Time is something else.
|
Yeah. Having a 'joke' that contains 80 bajillion unwanted images and takes forever to scroll down past.... um, not all that funny in a thread like this, where work is still being done.
__________________
WHERE MIKEY IS IN 2022! tumblrs - http://werewolf.zone twitters - @itmightbemikey Last edited by Mike McC; 04-18-2010 at 02:41 AM. |
04-18-2010, 05:37 AM | #62 |
Time is something else.
|
Noticed a few more images that needed a little cleaning up:
EDIT: And a few more:
__________________
WHERE MIKEY IS IN 2022! tumblrs - http://werewolf.zone twitters - @itmightbemikey Last edited by Mike McC; 04-18-2010 at 05:46 AM. |
04-18-2010, 09:45 PM | #63 |
Not a Taco
Join Date: May 2005
Posts: 3,313
|
So, what are we missing still? Just smilies now?
__________________
I did a lot of posting on here as a teenager, and I was pretty awful. Even after I learned, grew up, and came to be on the right side of a lot of important issues, I was still angry, abrasive, and generally increased the amount of hate in the world, in pretty unacceptable ways. On the off chance that someone is taking a trip down memory lane looking through those old threads, I wanted to devote my signature to say directly to you, I'm sorry. Thank you for letting me be better, NPF. |
04-18-2010, 11:44 PM | #64 |
Definitely NOT a samurai
Join Date: Apr 2006
Location: Location: Wherever the wind leads me
Posts: 5,347
|
Not that you guys have not done already by bringing back the forum to what it once was, but I still do notice a bit of a colour discrepancy in the logo, the background being a couple of degree's lighter. It doesn't bother me though, but I thought I'd just let you know.
|
04-19-2010, 12:02 AM | #65 | ||
Not a Taco
Join Date: May 2005
Posts: 3,313
|
Quote:
Blue and I have both whipped up our own versions of it, with proper transparency and such. Quote:
__________________
I did a lot of posting on here as a teenager, and I was pretty awful. Even after I learned, grew up, and came to be on the right side of a lot of important issues, I was still angry, abrasive, and generally increased the amount of hate in the world, in pretty unacceptable ways. On the off chance that someone is taking a trip down memory lane looking through those old threads, I wanted to devote my signature to say directly to you, I'm sorry. Thank you for letting me be better, NPF. |
||
04-19-2010, 03:05 PM | #66 |
Time is something else.
|
I think, if possible, cycling through the characters from the different comics would be a neat idea for the title image. Unsure if Shiney can slap together or find the script to make it happen, though, or if its really worth the effort. Just that it'd be neat.
Also, whoever uploaded the Edit button? You uploaded the wrong one.
__________________
WHERE MIKEY IS IN 2022! tumblrs - http://werewolf.zone twitters - @itmightbemikey |
04-19-2010, 03:39 PM | #67 |
Not a Taco
Join Date: May 2005
Posts: 3,313
|
I could slap together the script to make it happen, if no one else could. :P
__________________
I did a lot of posting on here as a teenager, and I was pretty awful. Even after I learned, grew up, and came to be on the right side of a lot of important issues, I was still angry, abrasive, and generally increased the amount of hate in the world, in pretty unacceptable ways. On the off chance that someone is taking a trip down memory lane looking through those old threads, I wanted to devote my signature to say directly to you, I'm sorry. Thank you for letting me be better, NPF. |
04-19-2010, 03:47 PM | #68 |
Pure joy
|
Man we'll be out of a job if you carry on like this. Feel free to give it a shot and I'll see how I can incorporate it into the forum structure!
|
04-19-2010, 04:15 PM | #69 |
Not a Taco
Join Date: May 2005
Posts: 3,313
|
Sure thing!
__________________
I did a lot of posting on here as a teenager, and I was pretty awful. Even after I learned, grew up, and came to be on the right side of a lot of important issues, I was still angry, abrasive, and generally increased the amount of hate in the world, in pretty unacceptable ways. On the off chance that someone is taking a trip down memory lane looking through those old threads, I wanted to devote my signature to say directly to you, I'm sorry. Thank you for letting me be better, NPF. |
04-19-2010, 05:25 PM | #70 |
Not a Taco
Join Date: May 2005
Posts: 3,313
|
Alright, well, here's the code.
Code:
//Banner Randomization script by Ngamesnick. Aka rpgdemon //Go ahead and use it wherever, and to whatever means you like. imgBanner = new Array(4); imgBanner[0] = new Image; imgBanner[0].src = "http://www.nuklearforums.com/image.php?u=7055&dateline=1245190883"; imgBanner[1] = new Image; imgBanner[1].src = "http://www.nuklearforums.com/image.php?u=583&dateline=1225983597"; imgBanner[2] = new Image; imgBanner[2].src = "http://www.ngamesrpgs.com/files/forumsworking1.png"; imgBanner[3] = new Image; imgBanner[3].src = "http://i40.tinypic.com/33dz31f.png"; i = Math.floor(Math.random()*4); document.banner.src = imgBanner[i].src; Implementation: Code:
<img src="whateveritdoesn'tmatterhere.gif" name=banner><script type=text/javascript src="banner.js"></script> Edit: And here it is in action! http://www.ngamesrpgs.com/files/test2.html
__________________
I did a lot of posting on here as a teenager, and I was pretty awful. Even after I learned, grew up, and came to be on the right side of a lot of important issues, I was still angry, abrasive, and generally increased the amount of hate in the world, in pretty unacceptable ways. On the off chance that someone is taking a trip down memory lane looking through those old threads, I wanted to devote my signature to say directly to you, I'm sorry. Thank you for letting me be better, NPF. Last edited by rpgdemon; 04-19-2010 at 05:43 PM. |
|
|