add default_photo_profile to docs

This commit is contained in:
Treer 2016-04-25 03:09:52 +10:00
parent 15cfd6fda7
commit 42ee3ab21c
3 changed files with 60 additions and 43 deletions

View file

@ -1,7 +1,7 @@
Creating Webpages
=================
Red enables users to create static webpages. To activate this feature, enable the web pages feature in your Additional Features section.
Hubzilla enables users to create static webpages. To activate this feature, enable the web pages feature in your Additional Features section.
Once enabled, a new tab will appear on your channel page labelled "Webpages". Clicking this link will take you to the webpage editor. Here you can create a post using either BBCode or the rich text editor.

View file

@ -82,6 +82,10 @@ This document assumes you're an administrator.
the channel creation form. Examples of valid names are: 'social', 'social_restricted', 'social_private',
'forum', 'forum_restricted' and 'forum_private'.
Read more about permissions roles [zrl=[baseurl]/help/roles]here[/zrl].
[b]system.default_photo_profile[/b]
Set the profile photo that new channels start with. This should contain the name of a directory
under [font=courier]images/default_profile_photos/[/font] or be left unset. If not set then 'rainbow_man'
is assumed.
[b]system.workflow_channel_next[/b]
The page to direct new members to immediately after creating a channel.
[b]system.workflow_register_next[/b]
@ -96,7 +100,7 @@ This document assumes you're an administrator.
Similar to block_public, except only blocks public access to
search features. Useful for sites that want to be public, but
keep getting hammered by search engines.
[b]system.proc_run_use_exec
[b]system.proc_run_use_exec[/b]
If 1, use the exec system call in proc_run to run background tasks. By default
we use proc_open and proc_close. On some (currently rare) systems this does not work well.
[b]system.paranoia[/b]
@ -115,7 +119,7 @@ This document assumes you're an administrator.
are running, but also keeps things a bit faster while it's not.
There also exist CLI utilities for performing this operation, which you
may prefer, especially if you're a large site.
[b]system.expire_limit
[b]system.expire_limit[/b]
Don't expire any more than this number of posts per channel per
expiration run to keep from exhausting memory. Default 5000.
[b]system.dlogfile[/b]
@ -138,13 +142,17 @@ This document assumes you're an administrator.
[b]system.cron_hour[/b]
Specify an hour in which to run cron_daily. By default with no config, this will run at midnight UTC.
[b]system.minimum_feedcheck_minutes[/b]
The minimum interval between polling RSS feeds. If this is lower than the cron interval, feeds will be polled with each cronjob. Defaults to 60 if not set. The site setting can also be over-ridden on a channel by channel basis by a service class setting aptly named 'minimum_feedcheck_minutes'.
The minimum interval between polling RSS feeds. If this is lower than the cron interval, feeds
will be polled with each cronjob. Defaults to 60 if not set. The site setting can also be over-ridden
on a channel by channel basis by a service class setting aptly named 'minimum_feedcheck_minutes'.
[b]system.blacklisted_sites[/b]
An array of specific hubs to block from this hub completely.
[b]system.ignore_imagick[/b]
Ignore imagick and use GD, even if imagick is installed on the server. Prevents some issues with PNG files in older versions of imagick.
[b]system.no_age_restriction[/b]
Do not restrict registration to people over the age of 13. This carries legal responsibilities in many countries to require that age be provided and to block all personal information from minors, so please check your local laws before changing.
Do not restrict registration to people over the age of 13. This carries legal responsibilities in
many countries to require that age be provided and to block all personal information from minors,
so please check your local laws before changing.
[b]system.override_poll_lockfile[/b]
Ignore the lock file in the poller process to allow more than one process to run at a time.
[b]system.projecthome[/b]
@ -159,11 +167,18 @@ This document assumes you're an administrator.
How long to cache photos, in seconds. Default is 86400 (1 day).
Longer time increases performance, but it also means it takes longer for changed permissions to apply.
[b]system.poco_rating_enable[/b]
Distributed reputation reporting and data collection may be disabled. If your site does not participate in distributed reputation you will also not be able to make use of the data from your connections on other sites. By default and in the absence of any setting it is enabled. Individual members can opt out by restricting who can see their connections or by not providing any reputation information for their connections.
Distributed reputation reporting and data collection may be disabled. If your site does not participate
in distributed reputation you will also not be able to make use of the data from your connections on
other sites. By default and in the absence of any setting it is enabled. Individual members can opt out
by restricting who can see their connections or by not providing any reputation information for their
connections.
[b]system.register_link[/b]
path to direct to from the "register" link on the login form. On closed sites this will direct to 'pubsites'. For open sites it will normally redirect to 'register' but you may change this to a custom site page offering subscriptions or whatever.
path to direct to from the "register" link on the login form. On closed sites this will direct to
'pubsites'. For open sites it will normally redirect to 'register' but you may change this to a
custom site page offering subscriptions or whatever.
[b]system.max_import_size[/b]
If configured, the maximum length of an imported text message. This is normally left at 200Kbytes or more to accomodate Friendica private photos, which are embedded.
If configured, the maximum length of an imported text message. This is normally left at 200Kbytes
or more to accomodate Friendica private photos, which are embedded.
[b]system.tempdir[/b]
Place to store temporary files (currently unused), default is defined in the PHP configuration
[b]system.uploaddir[/b]
@ -175,7 +190,8 @@ This document assumes you're an administrator.
[b]system.openssl_encrypt[/b]
Use openssl encryption engine, default is false (uses mcrypt for AES encryption)
[b]system.max_tagged_forums[/b]
Spam prevention. Limits the number of tagged forums which are recognised in any post. Default is 2. Only the first 'n' tags will be delivered as forums, the others will not cause any delivery.
Spam prevention. Limits the number of tagged forums which are recognised in any post.
Default is 2. Only the first 'n' tags will be delivered as forums, the others will not cause any delivery.
[b]system.openssl_conf_file[/b]
Needed in some Windows installations to locate the openssl configuration file on the system.
[b]system.hide_help[/b]
@ -187,7 +203,8 @@ This document assumes you're an administrator.
[b]system.hide_version[/b] *
If true, do not report the software version on webpages and tools. (*) Must be set in .htconfig.php
[b]system.hidden_version_siteinfo[/b]
If true, do not report the software version on siteinfo pages (system.hide_version also hides the version on these pages, this setting *only* hides the version on siteinfo pages).
If true, do not report the software version on siteinfo pages (system.hide_version also hides
the version on these pages, this setting *only* hides the version on siteinfo pages).
[b]system.email_notify_icon_url[/b]
URL of image (32x32) to display in email notifications (HTML bodies).

View file

@ -1,6 +1,6 @@
[b]Creating Web Pages[/b]
Red enables users to create static webpages. To activate this feature, enable the web pages feature in your Additional Features section.
Hubzilla enables users to create static webpages. To activate this feature, enable the web pages feature in your Additional Features section.
Once enabled, a new tab will appear on your channel page labelled "Webpages". Clicking this link will take you to the webpage editor.
Pages will be accessible at mydomain/page/username/pagelinktitle