1
Description
Allow users to schedule drafts for automatic publication.

Contact Method
Features
  • Allow users schedule drafts to be automatically posted by a task.
  • Both, forum and group permissions for this feature.

Theme Installation
Edit the following templates:
  • Edit the `usercp_drafts_draft` template, find:
    Code:
    {$detail}</span>

    Add after:
    Code:
    <!--SCHEDULED_DRAFT[{$draft['pid']}]-->
  • Edit the `newthread` and `newreply` templates, find:
    Code:
    {$captcha}

    Add after:
    Code:
    {$ougc_scheduled_drafts}

Included in Pack
  • One plugin copy.
  • English language pack.
  • Installation or setup is not included. Plugin should work out of the box in a fresh installation according to the requirements stated above.
1