Author Topic: Change Number of New Images on index.php & Changing Date Formats  (Read 3969 times)

0 Members and 1 Guest are viewing this topic.

Offline dereiziger

  • Pre-Newbie
  • Posts: 6
    • View Profile
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)

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile
Re: Change Number of New Images on index.php & Changing Date Formats
« Reply #1 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



« Last Edit: April 08, 2017, 11:45:52 AM by nobby »

Offline dereiziger

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: Change Number of New Images on index.php & Changing Date Formats
« Reply #2 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.