diff options
author | redmatrix <git@macgirvin.com> | 2016-06-29 20:59:00 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-29 20:59:00 -0700 |
commit | 9ef710c557fcc4ea01c87e03fd7a477eb037f09c (patch) | |
tree | ca181b89bb548fc4badbf2045c6320593f87e59f /include/features.php | |
parent | df4ff26845ea2868998c6a05397dc8e3aa07ba98 (diff) | |
download | volse-hubzilla-9ef710c557fcc4ea01c87e03fd7a477eb037f09c.tar.gz volse-hubzilla-9ef710c557fcc4ea01c87e03fd7a477eb037f09c.tar.bz2 volse-hubzilla-9ef710c557fcc4ea01c87e03fd7a477eb037f09c.zip |
provide wiki as a feature (default is on so there aren't any surprises) and add to channel menu and profile tabs
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/features.php b/include/features.php index 6d38bcfb4..660ea2975 100644 --- a/include/features.php +++ b/include/features.php @@ -52,6 +52,7 @@ function get_features($filtered = true) { array('advanced_profiles', t('Advanced Profiles'), t('Additional profile sections and selections'),false,get_config('feature_lock','advanced_profiles')), array('profile_export', t('Profile Import/Export'), t('Save and load profile details across sites/channels'),false,get_config('feature_lock','profile_export')), array('webpages', t('Web Pages'), t('Provide managed web pages on your channel'),false,get_config('feature_lock','webpages')), + array('wiki', t('Wiki'), t('Provide a wiki for your channel'),true,get_config('feature_lock','wiki')), array('hide_rating', t('Hide Rating'), t('Hide the rating buttons on your channel and profile pages. Note: People can still rate you somewhere else.'),false,get_config('feature_lock','hide_rating')), array('private_notes', t('Private Notes'), t('Enables a tool to store notes and reminders (note: not encrypted)'),false,get_config('feature_lock','private_notes')), array('nav_channel_select', t('Navigation Channel Select'), t('Change channels directly from within the navigation dropdown menu'),false,get_config('feature_lock','nav_channel_select')), |