1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

Merge pull request #4973 from DavidIQ/ticket/15372

[ticket/15372] Add permission for listing topics without being able to read them
This commit is contained in:
Marc Alexander
2017-11-01 10:39:56 +01:00
9 changed files with 51 additions and 12 deletions

View File

@@ -107,6 +107,7 @@ $lang = array_merge($lang, array(
// Forum Permissions
$lang = array_merge($lang, array(
'ACL_F_LIST' => 'Can see forum',
'ACL_F_LIST_TOPICS' => 'Can see topics',
'ACL_F_READ' => 'Can read forum',
'ACL_F_SEARCH' => 'Can search the forum',
'ACL_F_SUBSCRIBE' => 'Can subscribe forum',