Page 1 of 1

[SOLVED]Image manager- changing view of images

Posted: Fri Oct 24, 2014 2:40 pm
by burlington
CMSMS 1.11.10.

I have often wondered how to change the number of images or rows of images or the width of the image display part of the screen in 'Image Manager' which is quite constricted compared with early versions of CMSMS.

Any hints would be appreciated.

Thanks

Martin

Re: Image manager- changing view of images

Posted: Fri Oct 24, 2014 5:08 pm
by paulbaker
There's an easy answer. Don't use Image Manager. ;D

File Manager is better (IMHO) with features like drag and drop upload. So much quicker. And if I remember rightly Image Manager is dropped in V2.0 anyway, so soon you simply won't be able to use it.

Re: Image manager- changing view of images

Posted: Mon Oct 27, 2014 1:35 pm
by chrisbt
Hi Martin,

I tweak the admin theme CSS to achieve this. Presuming that you are using 'OneEleven':

1. Create a folder in 'admin/themes/OneEleven' called 'extcss'
2. create a file called 'style.css' that contains the following:

Code: Select all

.imageframe {height:400px;}  /* increase image manager window height */

Re: Image manager- changing view of images

Posted: Mon Oct 27, 2014 2:22 pm
by burlington
Wow!

Perfect. Works a treat. Very many thanks.

Martin