Cataloger Maximum Item Images

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
AR

Cataloger Maximum Item Images

Post 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
User avatar
sjg
Power Poster
Power Poster
Posts: 310
Joined: Thu Jan 27, 2005 5:11 pm

Re: Cataloger Maximum Item Images

Post 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___
Many modules available from the http://dev.cmsmadesimple.org
The CMS Made Simple Developer Cookbook is now available from Packt Publishers!
User avatar
mnk
New Member
New Member
Posts: 3
Joined: Tue Nov 02, 2010 2:37 pm

Re: Cataloger Maximum Item Images

Post 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 )
Last edited by mnk on Wed Nov 24, 2010 12:14 pm, edited 1 time in total.
steven_germany
Forum Members
Forum Members
Posts: 34
Joined: Tue Apr 21, 2009 6:52 pm

Re: Cataloger Maximum Item Images

Post by steven_germany »

Hi, same problem ... starting with image no. 21 upload not possible.
any solution?

regrads
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1978
Joined: Mon Jan 29, 2007 4:47 pm

Re: Cataloger Maximum Item Images

Post by Jo Morg »

File in a Feature Request, it might make it to next release.
:)
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Locked

Return to “Modules/Add-Ons”