diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index 7b8faa32c1..c2b399b6e2 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -612,6 +612,7 @@ CREATE TABLE phpbb_topics ( topic_title varchar(60) NOT NULL, topic_poster mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, topic_time int(11) DEFAULT '0' NOT NULL, + topic_time_limit int(11) DEFAULT '0' NOT NULL, topic_views mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, topic_replies mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, topic_replies_real mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index f1aaf7e00d..9964419bd0 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -549,6 +549,9 @@ $lang += array( 'POST_REPLY' => 'Post a reply', 'POST_TOPIC_AS' => 'Post topic as', 'CHANGE_TOPIC_TO' => 'Change topic type to', + 'STICK_TOPIC_FOR' => 'Stick topic for', + 'STICKY_ANNOUNCE_TIME_LIMIT' => 'Sticky/Announcement time limit', + 'STICK_TOPIC_FOR_EXPLAIN' => 'Enter 0 or leave blank for a never ending Sticky/Announcement', 'EDIT_POST' => 'Edit post', 'OPTIONS' => 'Options', 'MOD_OPTIONS' => 'Moderator Options', diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html index db1d745705..59ae0078d8 100644 --- a/phpBB/styles/subSilver/template/posting_body.html +++ b/phpBB/styles/subSilver/template/posting_body.html @@ -199,12 +199,6 @@ function checkForm() [ {L_DELETE_POST_WARN} ] - - - {L_USERNAME}: - - - {L_ICON}: @@ -215,6 +209,12 @@ function checkForm() + + + {L_USERNAME}: + + + {L_SUBJECT}: @@ -332,12 +332,18 @@ function checkForm() - +   {L_CHANGE_TOPIC_TO}{L_POST_TOPIC_AS}: {topic_type.L_TOPIC_TYPE}   + + + {L_STICK_TOPIC_FOR}
{L_STICKY_ANNOUNCE_TIME_LIMIT} +  {L_DAYS} {L_STICK_TOPIC_FOR_EXPLAIN} + + {L_MOD_OPTIONS}: