%META:TOPICINFO{author="TWikiContributor" date="1139251135" format="1.1" version="1.1"}%
%META:TOPICPARENT{name="TopicType"}%
---+ %TOPIC%
%FORMFIELD{"TopicDescription"}%

BlogPages are pages that exist outside the normal chronological stream of BlogEntries
but behave similar in several respects. Basically they are a kind of TWikiTopics but
have a SubjectCategory property and an (optional) discussion thread attached to them. 
Some topics in the <nop>%WEB% web are no BlogPages but just plain TWikiTopics as they
are not part of a specific SubjectCategory as such. Separating BlogPages from
the notion of TWikiTopics prevents some situations that were rather artificial. The
distinction will allow us to keep some topics of type TWikiTopic out of the way when
we want to deal with BlogPages for this weblog application.

<div class="twikiPageForm blogAdminButtons">
<form action="%SCRIPTURLPATH{"edit"}%/%WEB%/" method="post">
<input type="hidden" name="onlywikiname" value="on" />
<input type="hidden" name="templatetopic" value="BlogPageTemplate" />
<input type="hidden" name="formtemplate" value="BlogPageForm" />
<input type="hidden" name="topicparent" value="WebHome" />
<input type="hidden" name="TopicType" value="%TOPIC%" />
<input type="hidden" name="BlogAuthor" value="%WIKINAME%" />
<input type="hidden" name="Date" value="%SERVERTIME%" />
<input type="submit" class="blogSubmitButton" value="New <nop>%TOPIC%" />
<input type="text" name="topic" size="40" />
</form>
</div>
%DBCALL{"RenderTopicList" NAME="%TOPIC%"}%

See also: %TOPIC%Template, %TOPIC%Form, RenderNewBlogPageButton


<!--
   * Set ALLOWTOPICCHANGE = %MAINWEB%.BlogAdminGroup
   * Set SIDEBAR = Admin
   * Set SIDEBARARG = TopicType
-->


%META:FORM{name="TopicForm"}%
%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicType"}%
%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="TopicType of a tagged TWikiTopic"}%
