aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
diff options
context:
space:
mode:
authorRahul <rahulr92@phpbb.com>2012-03-24 12:57:28 +0530
committerRahul R <rahulr92@gmail.com>2012-04-05 00:45:26 +0530
commitf32547c2150a3e6201edf0f856a93229040c73be (patch)
tree62372de7b4c8a2caf1e43367c95a96c45027e1e9 /phpBB/develop
parentadd130fa3a0ee5d2037aa7f10bea5bbef8f2824a (diff)
downloadforums-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/develop')
-rw-r--r--phpBB/develop/create_schema_files.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php
index 4088657743..067ad198e3 100644
--- a/phpBB/develop/create_schema_files.php
+++ b/phpBB/develop/create_schema_files.php
@@ -1109,6 +1109,7 @@ function get_schema_struct()
'forum_options' => array('UINT:20', 0),
'display_subforum_list' => array('BOOL', 1),
'display_on_index' => array('BOOL', 1),
+ 'display_last_subject' => array('BOOL', 1),
'enable_indexing' => array('BOOL', 1),
'enable_icons' => array('BOOL', 1),
'enable_prune' => array('BOOL', 0),