Page 1 of 1
Way to remove image from Console page?
Posted: Wed Jun 16, 2021 5:01 pm
by geraldbrandt
Is there a way to remove the image from the console page? It looks like it's using the same size and on/off setting as the Event images.
I have a few cameras, and like to see if there are events without needing to scroll. With the image in the console, I have to scroll to see all my cameras.
Thanks,
Gerald
Re: Way to remove image from Console page?
Posted: Thu Jun 17, 2021 11:45 am
by Maximo1970
Via the Options menu, goto Web and find WEB_LIST_THUMBS. Remove the tick and your sorted.
Re: Way to remove image from Console page?
Posted: Thu Jun 17, 2021 12:52 pm
by geraldbrandt
Thanks! As I mentioned in my first post, that also removes the images from the event list, which I don't want.
I want event list images.
I don't want console images.
Gerald
Re: Way to remove image from Console page?
Posted: Fri Jun 25, 2021 10:51 am
by SteveGilvarry
You have answered it yourself I suspect. But yes it is shared, I think console thumbnail was a quick add-on and no separate configuration was added to control it.
You could hack it out of the PHP in your install by making the if False.
https://github.com/ZoneMinder/zoneminde ... e.php#L295
or remove this line to stop the html being written out.
https://github.com/ZoneMinder/zoneminde ... e.php#L322
Re: Way to remove image from Console page?
Posted: Fri Jun 25, 2021 4:55 pm
by geraldbrandt
Perfect, thank you!