dokuwiki-plugin-userhomepage/conf/default.php

33 lines
1.2 KiB
PHP
Raw Normal View History

2014-08-30 13:23:38 +02:00
<?php
/**
* Configuration defaults file for Userhomepage plugin
* Previous authors: James GuanFeng Lin, Mikhail I. Izmestev, Daniel Stonier
* @author: Simon Delage <simon.geekitude@gmail.com>
* @license: CC Attribution-Share Alike 3.0 Unported <http://creativecommons.org/licenses/by-sa/3.0/>
*/
$conf['create_private_ns'] = 0;
$conf['use_name_string'] = 0;
$conf['use_start_page'] = 1;
2014-09-12 09:40:51 +02:00
$conf['users_namespace'] = 'user';
2014-09-11 22:50:42 +02:00
$conf['group_by_name'] = 0;
$conf['edit_before_create'] = 0;
2014-09-13 02:13:16 +02:00
$conf['acl_all_private'] = '0';
$conf['acl_user_private'] = '0';
$conf['groups_private'] = '';
$conf['create_public_page'] = 0;
$conf['public_pages_ns'] = 'user';
2014-09-13 02:13:16 +02:00
$conf['acl_all_public'] = '1';
$conf['acl_user_public'] = '1';
$conf['groups_public'] = '';
$conf['templates_path'] = './pages/user';
$conf['templatepath'] = 'lib/plugins/userhomepage/_template.txt';
2014-09-13 02:13:16 +02:00
$conf['acl_all_templates'] = '1';
$conf['acl_user_templates'] = '1';
$conf['no_acl'] = 0;
2015-08-20 00:35:29 +02:00
$conf['redirection'] = 1;
$conf['action'] = 'edit';
$conf['userlink_replace'] = 1;
$conf['userlink_classes'] = 'interwiki iw_user wikilink1';
2015-07-10 21:53:41 +02:00
$conf['userlink_fa'] = 0;