In the Taglossary there are tags such as ***1999_archive***, which creates a calendar archive of all the comics from 1999.
The tags of this type listed are ***1996_archive*** through ***2003_archive***.
Is there a ***2004_archive*** tag in existence? I tried to use it once but it didn't work, earlier on this year, and I want to know if it's been created yet or not.
Also, is there a way to produce a calendar similar to that generated by the ***big_calendar*** tag only limited to certain years? (I'd imagine it to look something like ***2002_calendar***.) And if not, could someone code a set of tags like that? I'd like to use them . . .
~Erin
Question about tags
- SailorPtah
- Cartoon Hero
- Posts: 1018
- Joined: Sun Jun 15, 2003 2:30 pm
- Location: Gaysrael
- Contact:
- Faub
- The Establishment (Moderator)

- Posts: 3698
- Joined: Tue May 20, 2003 2:53 pm
- Location: Missouri, USA
- Contact:
yes, I'm pretty sure there is. You can test this simply by making a page that looks something like:
Upload it to /workspace/webpages and run an update. If the tag does something you'll know almost immediately. My guess is that autokeen just appends "_archive" to the year so ***1900_archive*** should work, but I haven't tried that. If you do get it to work, please post and let us know.
Code: Select all
<html>
<head><title>Test</title>
</head>
<body>
***2004_archive***
</body>
</html>



