Bitweaver Settings

{form legend="Some Preliminary Settings"}

Since Bitweaver has so many settings and features, it might be useful to set some of the key settings on this screen already, to simplify the initial stages. These settings can be found later in the administration panel.

{foreach from=$formInstallToggles key=feature item=output}
{formlabel label=`$output.label` for=$feature} {forminput} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} {formhelp note=`$output.note` page=`$output.page`} {/forminput}
{/foreach}
{formlabel label="Browser Title" for="site_title"} {forminput} {formhelp note="Enter the text that should appear in the title bar of the user's browser when visiting your site."} {/forminput}
{formlabel label="Site Slogan" for="site_slogan"} {forminput} {formhelp note="This slogan is (usually) shown below the site title."} {/forminput}
{formlabel label="Home Page" for="bit_index"} {forminput} {formhelp note="Pick your site's homepage. This is where users will be redirected, when they access a link to your homepage.
My Home
This page contains all links the user can access with his/her current permissions. It's like a personal administration screen.
Group Home
You can define an individual home page for a group of users using this option. To define home pages, please access the
Administration --> Users --> Groups and Permissions page.
Other Home Pages
Here you can set a particular package that will serve as your home page. If you want to select an individual home page from the exisiting ones, please access the
Administration --> 'Package' --> 'Package' Settings page.
"} {/forminput}
{formlabel label="Site Style" for="site_style"} {forminput} {formhelp note="Pick the look and feel style you wish to use. Custom styles can be added to the config/themes/ directory and then selected in the themes administration panel."} {/forminput}
{formlabel label="Language" for="language"} {forminput} {formhelp note="Select the default language of your site. Choosing a language other than English will cause the language to be installed, which might take some time depending on your setup."} {/forminput}
{if $processors}
{formlabel label="Image Processor"} {forminput} {foreach name=iprocs from=$processors key=val item=print}
{/foreach} {/forminput}
{/if}
{/form}