New feature: Embargoed Announcements

This commit is contained in:
patrickslee 2005-11-10 22:50:03 +00:00
parent cca4a82f8c
commit fbc21e82be
7 changed files with 130 additions and 6 deletions

View file

@ -46,6 +46,9 @@ $string['discussions'] = 'Discussions';
$string['discussionsstartedby'] = 'Discussions started by $a';
$string['discussionsstartedbyrecent'] = 'Discussions recently started by $a';
$string['discussthistopic'] = 'Discuss this topic';
$string['displayend'] = 'Display end';
$string['displayperiod'] = 'Display Period';
$string['displaystart'] = 'Display start';
$string['eachuserforum'] = 'Each person posts one discussion';
$string['edit'] = 'Edit';
$string['editedby'] = 'Edited by $a->name - $a->date';
@ -187,6 +190,7 @@ $string['subscribestart'] = 'Send me email copies of posts to this forum';
$string['subscribestop'] = 'I don\'t want email copies of posts to this forum';
$string['subscription'] = 'Subscription';
$string['subscriptions'] = 'Subscriptions';
$string['timestartenderror'] = 'Display end date cannot be earlier than the start date';
$string['trackforum'] = 'Track unread messages';
$string['tracking'] = 'Track';
$string['trackingon'] = 'On';

View file

@ -0,0 +1,8 @@
<p align="center"><b>Forum Display Period</b></p>
<p>You can choose whether your forum posting is displayed from a certain date, expires on a
certain date or is only displayed over a given period.</p>
<p>Deselect the Disable option(s) to activate a display start and/or end date.</p>
<p>Note that users with Admin access will see messages before their release date and after their expiry date.</p>

View file

@ -18,5 +18,7 @@
<li><a href="help.php?module=forum&amp;file=subscription.html">Subscription</a></li>
<li><a href="help.php?module=forum&amp;file=displayperiod.html">Display Period</a></li>
</ul>