»Appendix D. S1 Variable Reference: Day view

Table of Contents

DAY_CURRENT - When a user has specified "current" information (like current music or current mood), then this variable is added to the %%currents%% property of .
DAY_CURRENTS - When a user has specified "current" information (like current music or current mood), then this variable separates those entries apart from the rest of the journal entry in .
DAY_DATE_FORMAT - Describes how dates/times are formatted in each variable.
DAY_EVENT - An event in the journal, which goes in %%events%% of . See also and .
DAY_EVENTS - When events occur on a given day in the view, this variable gets inserted into %%events%% of .
DAY_EVENT_PRIVATE - An optional specialized form of to be used on entries that are marked as "private" (only the original poster can see them). If you leave this blank, the standard event variable will be used instead.
DAY_EVENT_PROTECTED - An optional specialized form of to be used on entries that are marked as "friends" or "custom" (only a select group of people can see them). If you leave this blank, the standard event variable will be used instead.
DAY_HEAD - Any arbitrary HTML you want placed in the <HEAD> of the page. This is a good place to put CSS or META tags. If you want to add the same tags to all your pages, use .
DAY_NOEVENTS - When no events occur on a given day in the view, this variable gets inserted into %%events%% of .
DAY_PAGE - The HTML for the view, after somebody clicks a day on the .
DAY_SORT_MODE - Determines whether events in the view (variable: ) are shown in "forward" order (earlier events first) or in "reverse" order (newest events shown first). The value of this variable should be either "forward" or "reverse", without quotes.
DAY_SUBJECT - When a journal entry has a subject, this variable is inserted into the %%subject%% property of .
DAY_TALK_LINKS - Define here HTML (if any) that you want to be displayed for the links to read comments and post comments on the current event. The contents of this variable are inserted into %%talklinks%% in if the user has their message boards enabled.
DAY_TALK_READLINK - If there are comments on the existing journal entry being displayed, then one of these variables is inserted into the %%readlink%% property of .
DAY_WEBSITE - When the user has specified their website URL, this variable goes into the %%website%% property of .

Abstract

After clicking a day on the view, the user can see all the journal entries recorded on one specific day.

Example page[o]»