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

Note, that this button has view access for the %MAINWEB%.BlogAuthorGroup only.
So this button will only be displayed for users in this group.

See also: RenderNewBlogLinkButton, RenderNewCategoryButton, RenderNewBlogEntryButton, RenderNewBlogPageButton

---++ Parameters
   * TEXT: text to be displayed on the button

---++ Implementation
<verbatim>
%STARTINCLUDE%
*~~
<form action="%SCRIPTURLPATH{"view"}%/%WEB%/TWikiTopic" method="get">
<input type="submit" class="blogSubmitButton blogTopicButton" value="%TEXT%" />
</form>
*~~
%STOPINCLUDE%
</verbatim>

<!-- -->
---++ Test
<div class="alt">
%DBCALL{"%TOPIC%" TEXT="New <nop>BlogPage" NAME="BlogPageXXXXXXXXXX"}%
</div>

%DBCALL{"RenderFunctionCallers"}%

<!--
   * Set ALLOWTOPICCHANGE = %MAINWEB%.BlogAdminGroup
   * Set ALLOWTOPICVIEW = %MAINWEB%.BlogAuthorGroup
   * Set SIDEBAR = Admin
   * Set SIDEBARARG = TopicFunction
-->


%META:FORM{name="TopicForm"}%
%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicFunction"}%
%META:FIELD{name="TopicDescription" attributes="" title="TopicDescription" value="Renders a button to create a new TWikiTopic"}%
%META:TOPICMOVED{by="MichaelDaum" date="1138890491" from="Blog.RenderNewBlogPageButton" to="Blog.RenderNewTWikiTopicButton"}%
