aboutsummaryrefslogtreecommitdiffstats
path: root/include/features.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-06-08 23:03:05 +0200
committerMario Vavti <mario@mariovavti.com>2018-06-08 23:03:05 +0200
commit468af29e3e4fb5c59f44afe8e870e21b66153992 (patch)
treef92f91af92b761c5ee6733364596f395e00c098f /include/features.php
parent7c98aea52497ebbdd1880d98b0dbc26c32eaca39 (diff)
downloadvolse-hubzilla-468af29e3e4fb5c59f44afe8e870e21b66153992.tar.gz
volse-hubzilla-468af29e3e4fb5c59f44afe8e870e21b66153992.tar.bz2
volse-hubzilla-468af29e3e4fb5c59f44afe8e870e21b66153992.zip
new feature filter network by name
Diffstat (limited to 'include/features.php')
-rw-r--r--include/features.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/features.php b/include/features.php
index bcdea73e0..03f50c9a4 100644
--- a/include/features.php
+++ b/include/features.php
@@ -395,6 +395,15 @@ function get_features($filtered = true, $level = (-1)) {
],
[
+ 'name_tab',
+ t('Contact Filter'),
+ t('Ability to display only posts of a selected contact'),
+ false,
+ get_config('feature_lock','name_tab'),
+ feature_level('name_tab',1),
+ ],
+
+ [
'forums_tab',
t('Forum Filter'),
t('Ability to display only posts of a specific forum'),
@@ -406,7 +415,7 @@ function get_features($filtered = true, $level = (-1)) {
[
'personal_tab',
t('Personal Posts Filter'),
- t('Ability to display only Network posts that you\'ve interacted on'),
+ t('Ability to display only posts that you\'ve interacted on'),
false,
get_config('feature_lock','personal_tab'),
feature_level('personal_tab',1),