This topic is locked
[SOLVED]

Any Idea Show the Schedule Planned Downtime Information in the Header ?

10/21/2022 12:00:43 AM
PHPRunner General questions
J
jackwood author

Is there any Trick to show the popup Information to The users in the Header related System Schedule, for Example: Show the Database Maintenance Schedule, Planned Downtime , Etc.

The information, gets from The Table which has active flag and period time.

img alt

admin 10/21/2022

Since the header is a simple PHP file you can add any code there, right on the Style Editor page. Something like this will do:

echo DBLookup("select message from settings");

Make sure to use correct table and field names.

J
jackwood author 10/23/2022

HI @admin,

Thank you, I close this Question as a solve topic.