mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 09:16:55 +02:00
[ticket/9851] "Search new posts" should require login.
The newposts search uses user_lastvisit, so it should require user to log in. PHPBB3-9851
This commit is contained in:
@@ -54,6 +54,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'LOGIN_EXPLAIN_EGOSEARCH' => 'The board requires you to be registered and logged in to view your own posts.',
|
||||
'LOGIN_EXPLAIN_UNREADSEARCH'=> 'The board requires you to be registered and logged in to view your unread posts.',
|
||||
'LOGIN_EXPLAIN_NEWPOSTS' => 'The board requires you to be registered and logged in to view new posts since your last visit.',
|
||||
|
||||
'MAX_NUM_SEARCH_KEYWORDS_REFINE' => 'You specified too many words to search for. Please do not enter more than %1$d words.',
|
||||
|
||||
|
Reference in New Issue
Block a user