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
Cataloger Maximum Item Images
Re: Cataloger Maximum Item Images
Edit modules/Cataloger/action.adminprefs.php, and change line 45 from:
to
or whatever number you'd like it to be.
Good Luck,
___Samuel___
Code: Select all
for ($i=1;$i<16;$i++)
Code: Select all
for ($i=1;$i<32;$i++)
Good Luck,
___Samuel___
Many modules available from the http://dev.cmsmadesimple.org
The CMS Made Simple Developer Cookbook is now available from Packt Publishers!
The CMS Made Simple Developer Cookbook is now available from Packt Publishers!
Re: Cataloger Maximum Item Images
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 )
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

- Posts: 34
- Joined: Tue Apr 21, 2009 6:52 pm
Re: Cataloger Maximum Item Images
Hi, same problem ... starting with image no. 21 upload not possible.
any solution?
regrads
any solution?
regrads
Re: Cataloger Maximum Item Images
"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!
* 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!

