{formlabel label="Number of posts to show" for="max_posts"}
{forminput}
{formhelp note='Enter the number of blog posts you wish to display when viewing this blog.'}
{/forminput}
{* DEPRECATED - Slated for removal -wjames5
{if $gBitUser->hasPermission('p_blogs_create_is_public')}
{formlabel label="Public" for="is_public"}
{forminput}
getField('is_public') eq 'y'}checked="checked"{/if} />
{formhelp note='Allow other user to post in this blog'}
{/forminput}
{/if}
*}
{formlabel label="Use titles in blog posts" for="use_title"}
{forminput}
isValid() || $gContent->getField('use_title') eq 'y'}checked="checked"{/if} />
{formhelp note='If this is not selected, the time and date of when the post was created will be displayed instead of the post title.'}
{/forminput}
{formlabel label="Allow search" for="use_find"}
{forminput}
isValid() || $gContent->getField('use_find') eq 'y'}checked="checked"{/if} />
{formhelp note='Allow users to search this blog for occurances of words.'}
{/forminput}
{formlabel label="Allow comments" for="allow_comments"}
{forminput}
isValid() || $gContent->getField('allow_comments') eq 'y'}checked="checked"{/if} />
{formhelp note='Are other users allowed to add comments to posts made in this blog?'}
{/forminput}