{$page->title}

If you turn on or off the Alternate NNTP provider you will need to click the reset button to reset sharing settings.
msg
{if $local}
Local sharing settings.
This is your site name, changing this will update other sites running sharing also, it must not contain spaces (use underscores _).
This is how many comments to upload per run (the more you increase this, the longer it takes).
This is how many comments to download per run.
This is how many headers to download and look through for comments per run.
{if $local.enabled == "1"} {else} {/if} Is the sharing/retrieving enabled? This overrides posting/fetching.
{if $local.posting == "1"} {else} {/if} If you turn this on, this will post your comments to usenet.
This requires posting rights to usenet!
{if $local.fetching == "1"} {else} {/if} If you turn this on, this will download comments from usenet.
{if $local.auto_enable == "1"} {else} {/if} This will auto-enable new sites as we see them.
{if $local.hide_users == "1"} {else} {/if} This will hide user names from being visible on remote sites.
{if $local.start_position == "1"} {else} {/if} When pulling the first time, or after resetting, start from the beginning of the group (takes more time).
With the backfill setting it will take a few runs before you find anything the first time because the group has articles other than comments in it.
This will reset your sharing settings (if you need to change Usenet Provider for example).

{else}

You have not run Sharing yet, until you run it this page will contain no settings.

{/if} {if $sites}
These are the remote websites we have seen so far:
{$pager}
{foreach from=$sites item=site} {/foreach}
id Name First seen Last seen Status Comments
{$site.id} {$site.site_name} {$site.first_time|timeago} {$site.last_time|timeago} {if $site.enabled=="1"} {else} {/if} {$site.comments}
{$pager} {else}

No remote sites found in your database.

{/if}