Search found 4 matches
- Mon Apr 25, 2022 7:34 pm
- Forum: ZoneMinder 1.36.x
- Topic: Can't download multiple events
- Replies: 0
- Views: 381
Can't download multiple events
Hi guys. I can't download multiple events from my ZoneMinder. After choosing the events, clicking download, selecting zip or tar (it doesn't matter) and clicking generate download, from the Chrome developer tools I can see a request to the url "https://myhost/zm/index.php?view=request&request=event ...
- Fri Feb 01, 2019 1:14 pm
- Forum: ZoneMinder 1.33.x Development Branch
- Topic: Camera Event Buttons Stooped Working
- Replies: 5
- Views: 3599
Re: Camera Event Buttons Stooped Working
Same issue on Ubuntu 18.10.
Zoneminder latest master snapshot.
Zoneminder latest master snapshot.
- Wed Sep 19, 2018 9:21 am
- Forum: ZoneMinder 1.32.x
- Topic: Event time format in feed view
- Replies: 3
- Views: 3303
Re: Event time format in feed view
Exactly, my own reason tooDVB Hardware wrote: ↑Tue Sep 18, 2018 7:39 pm I would like to be able to change the format also, I hate reading backwards

- Tue Sep 18, 2018 2:17 pm
- Forum: ZoneMinder 1.32.x
- Topic: Event time format in feed view
- Replies: 3
- Views: 3303
Event time format in feed view
Hi anyone! I'm trying to change the time format of the events on the feed view. This one to be clear: https://imgur.com/KlKt1om I've added in my language file this settings, but the format doesn't change :cry: setlocale(LC_ALL, "it_IT.UTF-8"); define("DATE_FMT_CONSOLE_LONG", "D j M, G:i"); define ...