4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: dereiziger on April 07, 2017, 09:39:02 PM

Title: Change Number of New Images on index.php & Changing Date Formats
Post by: dereiziger on April 07, 2017, 09:39:02 PM
1. I'm trying to figure out how to change the number of new images on the index.php page so that there are maybe 2-3 rows. of new images

2. I'm trying to figure out how I can change the format of the Dates within the ITCP and EXIF data information so that it meets my personal needs. I would like to format such as Month in long format, Day, Year (ie., April 7th, 2017)
Title: Re: Change Number of New Images on index.php & Changing Date Formats
Post by: nobby on April 08, 2017, 08:54:28 AM
Hi,

Open INDEX.PHP and replace
$num_new_images = $config['image_cells'];

With for example
$num_new_images = 7;


Please use the search, there you will be puddle  :wink:   http://www.4homepages.de/forum/index.php?topic=19987.msg108128#msg108128

nobby



Title: Re: Change Number of New Images on index.php & Changing Date Formats
Post by: dereiziger on April 09, 2017, 04:39:37 PM
Hi Nooby-
Thanks for the help with number of images.

I did try the search, but unfortunately much of the information that comes back is written in German and I do not really understand it, in regards to formatting the date for the Exposure Date/Time. But I will continue to look.