Uploading More Photos
Description
By default indexhibit allows 6 images to be uploaded in a row. This code change removes that restriction and allows you to add as many as you wish.
Instructions
Edit defaults.php file.
Open ndxz/studio/defaults.php in your favourite text editor.
Fine the following code on lines 90+91
// max exhibit images upload
$default['exhibit_imgs'] = 6;
Replace the number 6 with a number of your choosing. Say 30.
This should look like this:
// max exhibit images upload
$default['exhibit_imgs'] = 30;
You should be able to upload 30 images in a row.
page revision: 0, last edited: 06 Dec 2010 09:58





