Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
DamonT Posted October 26, 2022 Posted October 26, 2022 (edited) It would be great if it was possible to edit the page shown during the update. It's a small thing, but it would certainly be better if it would be possible to display there our logo + information that it's a scheduled technical break and we invite you to visit our blog or social media during this time. I know it's a mechanism detached from the whole system, but on Wordpress it's possible to do something like that and it works great (it's done through a separate maintenance.php file). In my opinion, the current template does not look very good for the user who will then enter the site (especially when this message is only in english). Edited October 26, 2022 by DamonT
Management Matt Posted October 26, 2022 Management Posted October 26, 2022 You can do this by using the constants.php file. define( 'UPGRADING_PAGE', 'file.html' ); Note, the path entered must be from the root of your directory, so in this example if you site was at https://test.com/forums, then this file would be located at https://test.com/forums/file.html David N., SeNioR- and DamonT 3
DamonT Posted October 26, 2022 Author Posted October 26, 2022 @Matt wow, perfect - thank you! Matt and SeNioR- 2
My Sharona Posted October 26, 2022 Posted October 26, 2022 (edited) System > Settings > General Configuration -> Site Online -> Offline Message -> Upgrade > Reverse Edited October 26, 2022 by My Sharona SeNioR-, David N. and Matt 3
Randy Calvert Posted October 26, 2022 Posted October 26, 2022 1 minute ago, My Sharona said: System > Settings > General Configuration -> Site Online -> Offline Message -> Upgrade > Reverse This message is only displayed while the community is offline. It is not displayed during an upgrade. While the site is being upgraded, you would have to set the constants.php variable noted by Matt. My Sharona, SeNioR-, DamonT and 3 others 4 2
Recommended Posts