From b934dab804da426441a8c657c198156b895b83bf Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 19 Nov 2006 15:01:56 +0000 Subject: [PATCH] fix for #5422 git-svn-id: file:///svn/phpbb/trunk@6609 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/viewforum.php | 1 + .../subSilver/template/viewforum_body.html | 31 ++++++++++++++++++- phpBB/viewforum.php | 9 +++++- 3 files changed, 39 insertions(+), 2 deletions(-) diff --git a/phpBB/language/en/viewforum.php b/phpBB/language/en/viewforum.php index f995aa4d78..8c7c6a78d9 100644 --- a/phpBB/language/en/viewforum.php +++ b/phpBB/language/en/viewforum.php @@ -46,6 +46,7 @@ $lang = array_merge($lang, array( 'NEW_POSTS_LOCKED' => 'New posts [ Locked ]', 'NO_NEW_POSTS_HOT' => 'No new posts [ Popular ]', 'NO_NEW_POSTS_LOCKED' => 'No new posts [ Locked ]', + 'NO_READ_ACCESS' => 'You do not have the required permissions to read topics within this forum.', 'POST_FORUM_LOCKED' => 'Forum is locked', diff --git a/phpBB/styles/subSilver/template/viewforum_body.html b/phpBB/styles/subSilver/template/viewforum_body.html index fcc7aae70a..d357f45279 100644 --- a/phpBB/styles/subSilver/template/viewforum_body.html +++ b/phpBB/styles/subSilver/template/viewforum_body.html @@ -87,7 +87,7 @@
- +