{strip} {form} {jstabs} {jstab title="Blog Features"} {legend legend="Home Blog"}
{formlabel label="Home Blog (main blog)" for="blog_home"} {forminput} {/forminput}
{/legend} {legend legend="Blog Features"} {foreach from=$formBlogFeatures key=item item=output}
{formlabel label=$output.label for=$item} {forminput} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {formhelp note=$output.note|default:'' page=$output.page|default:''} {/forminput}
{/foreach}
{formlabel label="Maximum Blog Posts" for="blogposts-maxhome"} {forminput} {formhelp note="Number of blog posts shown on recent posts pages."} {/forminput}
{foreach from=$formBlogInputs key=item item=output}
{formlabel label=$output.label for=$item} {forminput} {formhelp note=$output.note|default:'' page=$output.page|default:''} {/forminput}
{/foreach}
{formlabel label="Blog Posts Description Length" for="blog-posts-descrlength"} {forminput} {tr}characters{/tr} {formhelp note="Number of characters displayed on the blog posts main page before splitting the blog post into a heading and body.
Changing this value might influence existing blog posts."} {/forminput}
{formlabel label="Default ordering for blog listing" for="blog_list_order"} {forminput} {/forminput}
{formlabel label="Display user as" for="blog_list_user_as"} {forminput} {formhelp note="Decide how blog post author information is displayed."} {/forminput}
{/legend} {/jstab} {jstab title="List Settings"} {legend legend="List Settings"} {foreach from=$formBlogLists key=item item=output}
{formlabel label=$output.label for=$item} {forminput} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {formhelp note=$output.note|default:'' page=$output.page|default:''} {/forminput}
{/foreach}
{/legend} {/jstab} {/jstabs} {/form} {/strip}