diff options
author | Rahul <rahulr92@phpbb.com> | 2012-03-24 12:57:28 +0530 |
---|---|---|
committer | Rahul R <rahulr92@gmail.com> | 2012-04-05 00:45:26 +0530 |
commit | f32547c2150a3e6201edf0f856a93229040c73be (patch) | |
tree | 62372de7b4c8a2caf1e43367c95a96c45027e1e9 /phpBB/language/en | |
parent | add130fa3a0ee5d2037aa7f10bea5bbef8f2824a (diff) | |
download | forums-f32547c2150a3e6201edf0f856a93229040c73be.tar forums-f32547c2150a3e6201edf0f856a93229040c73be.tar.gz forums-f32547c2150a3e6201edf0f856a93229040c73be.tar.bz2 forums-f32547c2150a3e6201edf0f856a93229040c73be.tar.xz forums-f32547c2150a3e6201edf0f856a93229040c73be.zip |
[ticket/10650] Displaying last topic on forum list
The most recent topic title of the forum can now
be displayed on the board index. An option is provided
in the ACP under the 'General Forum Setting' which
allows the admin to enable or disable this feature.
PHPBB3-10650
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/forums.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/forums.php b/phpBB/language/en/acp/forums.php index 756cb7ae0f..d456e8693d 100644 --- a/phpBB/language/en/acp/forums.php +++ b/phpBB/language/en/acp/forums.php @@ -57,6 +57,8 @@ $lang = array_merge($lang, array( 'DELETE_ALL_POSTS' => 'Delete posts', 'DELETE_SUBFORUMS' => 'Delete subforums and posts', 'DISPLAY_ACTIVE_TOPICS' => 'Enable active topics', + 'DISPLAY_LAST_SUBJECT' => 'Display last added post title on forum list', + 'DISPLAY_LAST_SUBJECT_EXPLAIN' => 'If set to yes the title of the last added post will be displayed in the forum list with a hyperlink to the post.', 'DISPLAY_ACTIVE_TOPICS_EXPLAIN' => 'If set to yes active topics in selected subforums will be displayed under this category.', 'EDIT_FORUM' => 'Edit forum', |