Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.
<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
dmzx
Founder
Posts: 6469 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 16 May 2020, 07:08
Extension Name: Scheduled Maintenance
Author: dmzx
Special thanks to: martin
Extension Description:
Scheduled Maintenance message.
- Code update.
- Code cleanup.
Screenshots:
Extension Download:
Installation:
Download the latest release.
Unzip the downloaded release, and change the name of the folder to `scheduledmaintenance `.
In the `ext ` directory of your phpBB board, create a new directory named `dmzx ` (if it does not already exist).
Copy the `scheduledmaintenance ` folder to `/ext/dmzx/ ` if done correctly, you'll have the main extension class at
(your forum root)/ext/dmzx/scheduledmaintenance/composer.json
Navigate in the ACP to `Customise -> Manage extensions`
Look for `Scheduled Maintenance ` under the Disabled Extensions list, and click its `Enable ` link.
dmzx
Founder
Posts: 6469 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 11 Aug 2021, 10:18
First post updated.
Xxxbennyxxx
Users
Posts: 74 Joined: 30 Dec 2014, 22:23
Post
by Xxxbennyxxx » 09 Nov 2021, 20:17
Is it possible to show this only on the index and for registered users?
Edit:
Only visible on index I already succeeded. I have created a new event
index_body_markforums_before
With content:
Code: Select all
{% if SCHEDULED_MAINTENANCE and S_SCHEDULED_MAINTENANCE %}
<div class="note-box green">
<strong>{{ lang('SCHEDULEDMAINTENANCE') ~ lang('COLON') }}</strong> {{ SCHEDULED_MAINTENANCE }}
</div>
{% endif %}
{% if S_SCHEDULED_MAINTENANCE %}
{% INCLUDECSS '@dmzx_scheduledmaintenance/scheduledmaintenance.css' %}
{% endif %}
I have removed the content of the standard events. I don't know if it's the right tactic, but it works.
martin
Admin
Posts: 5106 Joined: 06 Apr 2014, 16:12
Post
by martin » 10 Nov 2021, 00:22
ssl
Donator
Posts: 137 Joined: 19 Aug 2020, 12:54
Post
by ssl » 11 Nov 2021, 23:04
Hi
French translation for
1.0.1 version.
phpBB: 3.3.14 | PHP: 8.3
[
Some French translation of extensions ]
lause74
Users
Posts: 3 Joined: 06 Feb 2020, 19:48
Post
by lause74 » 12 May 2022, 13:08
Deutsches Sprachpaket
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
max-ima
Users
Posts: 139 Joined: 25 Mar 2022, 07:11
Post
by max-ima » 13 May 2022, 07:00
Tested on 3.3.7 and works. Thanks
ditch
Users
Posts: 6 Joined: 22 Apr 2023, 14:37
Post
by ditch » 16 May 2023, 18:40
RU Translation
1.0.1-ru_scheduledmaintenance.rar
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.