#3627 - Pointless links when site is closed
| Identifier | #3627 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | Pointless links when site is closed |
| Status | Closed (rejected) |
| Handling member | Chris Graham |
| Addon | page_management |
| Description | I have noticed that the Rules, Privacy and Feedback pages display the site closed message rather than displaying their actual content. It would be useful if certain links could be excepted when the site is closed, otherwise it's pointless showing the links if they're not valid when a site is closed. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Comments
Anyone can add some Tempcode to check if the site is closed if they wish...
{+START,IF,{$CONFIG_OPTION,site_closed}}...{+END}
Or you can manually upload a closed.html (IIRC) file which shows instead of the regular Composr closed site message. If you really want robustness then that's a better idea, as it doesn't then require Composr's database to be initialised and config options loaded etc.