aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
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/adm/style
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/adm/style')
-rw-r--r--phpBB/adm/style/acp_forums.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html
index 048a24a328..ec82947f92 100644
--- a/phpBB/adm/style/acp_forums.html
+++ b/phpBB/adm/style/acp_forums.html
@@ -238,6 +238,11 @@
<label><input type="radio" class="radio" name="display_recent" value="0"<!-- IF not S_DISPLAY_ACTIVE_TOPICS --> id="display_recent" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd>
</dl>
<dl>
+ <dt><label for="display_last_subject">{L_DISPLAY_LAST_SUBJECT}:</label><br /><span>{L_DISPLAY_LAST_SUBJECT_EXPLAIN}</span></dt>
+ <dd><label><input type="radio" class="radio" name="display_last_subject" value="1"<!-- IF S_DISPLAY_SUBJECT --> id="display_subject" checked="checked"<!-- ENDIF --> /> {L_YES}</label>
+ <label><input type="radio" class="radio" name="display_last_subject" value="0"<!-- IF not S_DISPLAY_SUBJECT --> id="display_subject" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd>
+ </dl>
+ <dl>
<dt><label for="topics_per_page">{L_FORUM_TOPICS_PAGE}:</label><br /><span>{L_FORUM_TOPICS_PAGE_EXPLAIN}</span></dt>
<dd><input type="text" id="topics_per_page" name="topics_per_page" value="{TOPICS_PER_PAGE}" size="4" maxlength="4" /></dd>
</dl>