diff options
author | friendica <info@friendica.com> | 2013-02-10 00:13:34 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-10 00:13:34 -0800 |
commit | 260a012b02c4941655e897735eeac09dadcf98c4 (patch) | |
tree | 1bdd06550ce18539c5f302e19aa04644128e3144 /view/en/smarty3 | |
parent | e0cbbbf918e17d1c6b415c2f9bd4780b97c4f204 (diff) | |
download | volse-hubzilla-260a012b02c4941655e897735eeac09dadcf98c4.tar.gz volse-hubzilla-260a012b02c4941655e897735eeac09dadcf98c4.tar.bz2 volse-hubzilla-260a012b02c4941655e897735eeac09dadcf98c4.zip |
add soapbox settings
Diffstat (limited to 'view/en/smarty3')
-rw-r--r-- | view/en/smarty3/htconfig.tpl | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/view/en/smarty3/htconfig.tpl b/view/en/smarty3/htconfig.tpl index 3af80374f..b4b7b5ed0 100644 --- a/view/en/smarty3/htconfig.tpl +++ b/view/en/smarty3/htconfig.tpl @@ -13,6 +13,19 @@ $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +/* + * Notice: Many of the following settings will be available in the admin panel + * after a successful site install. Once they are set in the admin panel, they + * are stored in the DB - and the DB setting will over-ride any corresponding + * setting in this file + * + * The command-line tool util/config is able to query and set the DB items + * directly if for some reason the admin panel is not available and a system + * setting requires modification. + * + */ + + // Choose a legal default timezone. If you are unsure, use "America/Los_Angeles". // It can be changed later and only applies to timestamps for anonymous viewers. @@ -21,7 +34,7 @@ $default_timezone = '{{$timezone}}'; // What is your site name? $a->config['system']['baseurl'] = '{{$siteurl}}'; -$a->config['system']['sitename'] = "My Friend Network"; +$a->config['system']['sitename'] = "Red Matrix"; $a->config['system']['location_hash'] = '{{$site_id}}'; // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. @@ -59,6 +72,3 @@ $a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL; $a->config['system']['theme'] = 'redbasic'; -// By default allow pseudonyms - -$a->config['system']['no_regfullname'] = true; |