#1
|
||||
|
||||
Users of Default, Red, M style, Fakebook and Ambient skins
I finally got off my butt and fixed the header for Default, M and Red styles as requested. I moved the sister sites link box from the header (where it was screwing up the formatting of some of the banners) to the bottom of the main page. Currently, it's just Google ad style links, but we could probably make something prettier if someone (*cough* Elyanna *cough*) wants to make an image to represent llama chat and 7's board.
Let me know if any of you have any problems and/or hate the changes. |
#2
|
||||
|
||||
Thanks Giraffe! I didn't have a problem with it before, but this looks great too.
|
#3
|
||||
|
||||
Evil Giraffe is the one true skin.
|
#6
|
||||
|
||||
Except she's not, because it is and the others suck balls. Except for the Ambient style, which is fun once in a while. And mobile which I always use on the crackberry. Other than that, yes.
|
#7
|
||||
|
||||
No, no. It is with much consideration and aforethought that I have aligned with Evil. C'est un fait accompli.
|
#9
|
||||
|
||||
It's not the evil I object to. It's the lack of blue. Blue's such a pretty color. Orange is gross.
|
#10
|
||||
|
||||
Now who's deluded?
|
#12
|
||||
|
||||
Much better, thank you.
|
#13
|
||||
|
||||
Yay, thanks! I use default, and it's been really messed up on my netbook. Looks much better now.
![]() |
#15
|
||||
|
||||
That it is.
Quote:
No I'm sorry, the BT's are right. ![]() |
#16
|
||||
|
||||
Yay, thanks!
|
#17
|
||||
|
||||
The ambient theme (which I don't use but was checking out because you brought it up) displays an error at the top of the page :
undefined, NaN undefined Nan I'm sticking to evil giraffe. The yellow and brown color scheme reminds me of Toys R Us |
#18
|
||||
|
||||
Quote:
Maybe it's a Y2K thing. (It works fine for me, by the way, so hopefully it's a one time glitch.) |
#19
|
|||
|
|||
Funny, I see no link box anywhere in Default. Maybe you're diddling with it right now?
|
#20
|
||||
|
||||
Quote:
Edit: No link box, it's just a "Visit our Sister Sites" box right now. |
#21
|
||||
|
||||
![]() Weird. Like I said, it's not bothering me, I don't even use that theme. I'm just letting you know..well because I'm a programmer and it's drilled into me to seek out and destroy errors. I'm using Safari 4... I know, I know, if I wasn't using a toy OS, I wouldn't have these problems. |
#23
|
||||
|
||||
Quote:
Code:
<script language="JavaScript" type="text/javascript"> var days = new Array(8); days[1] = "Sunday"; days[2] = "Monday"; days[3] = "Tuesday"; days[4] = "Wednesday"; days[5] = "Thursday"; days[6] = "Friday"; days[7] = "Saturday"; var months = new Array(13); months[1] = "January"; months[2] = "February"; months[3] = "March"; months[4] = "April"; months[5] = "May"; months[6] = "June"; months[7] = "July"; months[8] = "August"; months[9] = "September"; months[10] = "October"; months[11] = "November"; months[12] = "December"; var dateObj = new Date(document.lastModified) var wday = days[dateObj.getDay() + 1] var lmonth = months[dateObj.getMonth() + 1] var date = dateObj.getDate() var fyear =+ dateObj.getFullYear() document.write(wday + ", " + date + " " + lmonth + " " + fyear) </script> |
#25
|
||||
|
||||
Thank you for the data point!
How about now? I removed the document.lastModified argument to the Date constructor because it didn't make any sense. |
#27
|
||||
|
||||
Quote:
![]() |
#28
|
|||
|
|||
Meh. I finally figured it out. It's just on the Main Page (as you said - d'oh!). I was expecting something that showed up on every page as the previous box did. (Not that it needs to.)
|
![]() |
|
|