new feature filter network by name

This commit is contained in:
Mario Vavti
2018-06-08 23:03:05 +02:00
parent 7c98aea524
commit 468af29e3e
5 changed files with 40 additions and 2 deletions

View File

@@ -394,6 +394,15 @@ function get_features($filtered = true, $level = (-1)) {
feature_level('order_tab',2),
],
[
'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'),
@@ -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),