mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15372] Add and handle f_list_topics permission
This commit is contained in:
@@ -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',
|
||||
|
@@ -53,7 +53,7 @@ $lang = array_merge($lang, array(
|
||||
'NEW_POSTS_LOCKED' => 'New posts [ Locked ]', // Not used anymore
|
||||
'NO_NEW_POSTS_HOT' => 'No new posts [ Popular ]', // Not used anymore
|
||||
'NO_NEW_POSTS_LOCKED' => 'No new posts [ Locked ]', // Not used anymore
|
||||
'NO_READ_ACCESS' => 'You do not have the required permissions to read topics within this forum.',
|
||||
'NO_READ_ACCESS' => 'You do not have the required permissions to view or read topics within this forum.',
|
||||
'NO_UNREAD_POSTS_HOT' => 'No unread posts [ Popular ]',
|
||||
'NO_UNREAD_POSTS_LOCKED' => 'No unread posts [ Locked ]',
|
||||
|
||||
|
Reference in New Issue
Block a user