Page 1 of 1

Cataloger Maximum Item Images

Posted: Tue Dec 18, 2007 9:53 pm
by AR
Hi,

I'm currently busy on a classic volvo webste and I would like to have the "maximum number of views" to be increased.
Is there any way to double or modify the current maximum of 15 images per cataloger item?

With kind regards,

AR

Re: Cataloger Maximum Item Images

Posted: Thu Jan 03, 2008 6:50 am
by sjg
Edit modules/Cataloger/action.adminprefs.php, and change line 45 from:

Code: Select all

        for ($i=1;$i<16;$i++)
to

Code: Select all

       for ($i=1;$i<32;$i++)
or whatever number you'd like it to be.

Good Luck,
___Samuel___

Re: Cataloger Maximum Item Images

Posted: Wed Nov 24, 2010 12:09 pm
by mnk
I have a problem using this method: new input boxes are visible but the real quantity of images cannot be more than 20 — uploading 21st+ picture takes no effect. (Screenshot)

tried at:
CMSMS 1.8.2 + Cataloger 0.8.0
CMSMS 1.9.1 + Cataloger 0.9.0 (clean install)

Please help )

Re: Cataloger Maximum Item Images

Posted: Mon Aug 05, 2013 8:45 am
by steven_germany
Hi, same problem ... starting with image no. 21 upload not possible.
any solution?

regrads

Re: Cataloger Maximum Item Images

Posted: Mon Aug 05, 2013 10:18 am
by Jo Morg
File in a Feature Request, it might make it to next release.
:)