Lo Folks,
Subject says it all really, is there anyway to mark a list as one which should never be shown as inactive on the HyperKitty web interface?
We've got a list which we consider to be "active", it's just that there might be the odd month here or there which it won't show activity.
Failing having such a setting (as described above)... maybe there is a way of changing what it considers to be 'inactive' (I'm assuming that it is 30 days?).
At the moment (in order to counteract commit 156f4cda) I've dropped this into templates/hyperkitty/bottom.html to uncheck the "Hide Inactive" checkbox... but that doesn't actually stop HyperKitty from considering it inactive - just shows it in dark grey. <script>
document.querySelector("input[type='checkbox'][value='inactive']").checked = false; </script>
-- Steven Maddox Lantizia