mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-19 05:49:44 +02:00
language change and reset locked status for link forum type.
git-svn-id: file:///svn/phpbb/trunk@7652 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
15a4889f49
commit
d5477a53da
@ -137,6 +137,9 @@ class acp_forums
|
||||
if ($forum_data['forum_type'] == FORUM_LINK)
|
||||
{
|
||||
$forum_data['display_on_index'] = request_var('link_display_on_index', false);
|
||||
|
||||
// Linked forums are not able to be locked...
|
||||
$forum_data['forum_status'] = ITEM_UNLOCKED;
|
||||
}
|
||||
|
||||
$forum_data['show_active'] = ($forum_data['forum_type'] == FORUM_POST) ? request_var('display_recent', false) : request_var('display_active', false);
|
||||
|
@ -125,7 +125,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'SAVE' => 'Save',
|
||||
'SECOND_OPTION' => 'Second option',
|
||||
'STEP_1_EXPLAIN_CREATE' => 'Here you can enter the first basic parameters of your new profile field. These information are needed for the second step where you are able to set remaining options and tweak your profile field further.',
|
||||
'STEP_1_EXPLAIN_CREATE' => 'Here you can enter the first basic parameters of your new profile field. This information is needed for the second step where you’ll be able to set remaining options and tweak your profile field further.',
|
||||
'STEP_1_EXPLAIN_EDIT' => 'Here you can change the basic parameters of your profile field. The relevant options are re-calculated within the second step.',
|
||||
'STEP_1_TITLE_CREATE' => 'Add profile field',
|
||||
'STEP_1_TITLE_EDIT' => 'Edit profile field',
|
||||
|
Loading…
x
Reference in New Issue
Block a user