[3.2][BETA] Calendar Auto Archive

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Get Involved
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
Post Reply
User avatar
martti
Registered User
Posts: 911
Joined: Thu Jul 31, 2014 8:23 am
Location: Belgium

[3.2][BETA] Calendar Auto Archive

Post by martti »

Extension Name: Calendar Auto Archive
Author: martti
Extension Description:
This phpBB extension moves with a cron task topics to the Archive Forum (defined with the Archive Forum Extension) after the end of the last Calendar Event (defined in the Calendar Storage of the Calendar Extension Set, the phpBB extension Calendar Mono and/or Calendar Poly) after a configurable number of days.
Extension Version: 0.3.0
Requirements:
  • phpBB 3.2.1+
  • PHP 7.1+
  • phpBB extension Archive Forum
  • phpBB extension Calendar Mono and/or Calendar Poly (not ready yet)
  • PHP calendar extension (compiled with --enable-calendar)
When it's not possible for you to have PHP compiled with --enable-calendar see the PHP Ext Calendar extension for a solution.

Extension Download: https://github.com/marttiphpbb/phpbb-ex ... master.zip The files are to be put into ext/marttiphpbb/calendarautoarchive
Github repository: https://github.com/marttiphpbb/phpbb-ex ... utoarchive
Languages: en
Templates: n/a (ACP only)
Screenshots:

ACP Settings

Image

ACP Admin Log

Image
Last edited by martti on Fri Jan 18, 2019 4:27 pm, edited 3 times in total.
User avatar
martti
Registered User
Posts: 911
Joined: Thu Jul 31, 2014 8:23 am
Location: Belgium

Re: [3.2][BETA] Calendar Auto Archive

Post by martti »

I've add a screenshot of a record in the Admin Log in the ACP.
User avatar
martti
Registered User
Posts: 911
Joined: Thu Jul 31, 2014 8:23 am
Location: Belgium

Re: [3.2][BETA] Calendar Auto Archive

Post by martti »

Version 0.2.0 includes the fisharebest/ext-calendar dependency. This provides a fallback for servers that don't have the PHP calendar functions enabled.
When you don't have PHP compiled with --enable-calendar be sure to download the build with the vendor directory included (See the latest Release) or run composer update in the root of this extension.
User avatar
martti
Registered User
Posts: 911
Joined: Thu Jul 31, 2014 8:23 am
Location: Belgium

Re: [3.2][BETA] Calendar Auto Archive

Post by martti »

Version 0.3.0:

Removes again the fisharebest/ext-calendar dependency. Instead, when you can't have the PHP calendar functions (PHP compiled with --enable-calendar), install the PHP Ext Calendar extension.
Post Reply

Return to “Extensions in Development”