W

For requests for help from CG administrators, Wranglers, and experienced CG members. Please read the FAQ before posting. Also look at CG Wiki for tutorials and how-tos written by other CG webtoonists.
Post Reply
User avatar
Maximuscoolman
Regular Poster
Posts: 600
Joined: Mon Dec 15, 2003 2:00 pm
Location: Nottingham
Contact:

W

Post by Maximuscoolman »

on my calendar, when i click on a W i get error 404. for a start there are two slashes after .com, for a second, there are no files in my W folder.
i don't know what this w is supposed to do, i assume it links to a page with every comic from that week on it, but i only intend to update once a week anyway so is there any way to fix or get rid of the Ws on the calendar?
-Maximus

Thanks go to Richard Wyatt for my avatar which he drew in Dansk Folly.

User avatar
War
Grr
Posts: 3018
Joined: Sat Jun 14, 2003 2:26 pm
Contact:

Post by War »

w does nothing for us. It's a remnant of the fact that the autokeen code was bodged together from the code for keenspot.

User avatar
Maximuscoolman
Regular Poster
Posts: 600
Joined: Mon Dec 15, 2003 2:00 pm
Location: Nottingham
Contact:

Post by Maximuscoolman »

that's jank.

well it's still on the topic of the calendar so...
is there anyway to change the colour of the calendar? there's no problem at the moment, but i like to have my vlink colour as dark grey (#808080), so in the future there maybe be a problem.
-Maximus

Thanks go to Richard Wyatt for my avatar which he drew in Dansk Folly.

User avatar
Faub
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 3698
Joined: Tue May 20, 2003 2:53 pm
Location: Missouri, USA
Contact:

Post by Faub »

The ***calendar*** tag doesn't allow much in the way of messing with the coloring. You can drop it in a div and use css to mess with the colors, though. It's limited in that you can't tell the difference between the cells with the W and the cells with numbers.

Kisai has recently been working on a css calendar which does let you change things. I'm not sure if that was ready for prime time yet or not because all the tagtorials are 2 years old or more. It's hard to tell what autokeen's real capabilities are. (That and I can't remember exactly what the tag name is. :( )

User avatar
Faub
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 3698
Joined: Tue May 20, 2003 2:53 pm
Location: Missouri, USA
Contact:

Post by Faub »

I've just been told the tag is ***csscalendar*** Use it at your own risk.

the classes appear to be:
ks_cal_title: calendar title
ks_cal_row: calendar row
ks_cal_nm_c: not in the month, comic
ks_cal_nm_e: not in the month, empty
ks_cal_e: empty cell
ks_cal_c: comic cell
ks_cal_wk_c: the W cell
ks_cal_wk: the word "WEEK"

A demo of this can be found at the bottom of
http://olliverotherguy.keenspace.com/

I could be totally jumping the gun on this one too. Kisai could change it at any time.

User avatar
Maximuscoolman
Regular Poster
Posts: 600
Joined: Mon Dec 15, 2003 2:00 pm
Location: Nottingham
Contact:

Post by Maximuscoolman »

that's awesome, thanks a lot.
can you do this for the other celendar tags like ***2003_archive***?
-Maximus

Thanks go to Richard Wyatt for my avatar which he drew in Dansk Folly.

User avatar
Faub
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 3698
Joined: Tue May 20, 2003 2:53 pm
Location: Missouri, USA
Contact:

Post by Faub »

This was a special request tag Kisai made earlier this week.

There are actually a couple more classes: (from my css file)

Code: Select all

.ks_calendar { background:#81a1df; font-size:12pt; font-weight:bold; }
.ks_cal_title { font-size:14pt; }
.ks_cal_title a { vertical-align:super; font-size:10pt; }
.ks_cal_row { background:#a1c1ff; border:1px solid navy; }
.ks_cal_nm_c { background:#6191bf; }
.ks_cal_nm_e { background:#6191bf; }
.ks_cal_c { background:#d0f0d0; }
.ks_cal_e {}
.ks_cal_today { background:#d0d0f0; }
.ks_cal_wk_c { display:none; }
.ks_cal_wk_e { display:none; }
.ks_cal_wk { display:none; }

Post Reply