Coder Social home page Coder Social logo

Comments (6)

david-novafacile avatar david-novafacile commented on June 4, 2024

Hi,

this is a good feature idea! Currently you can add individual functions to the theme. It's simple PHP, HTML and CSS.

If you like (and can wait a bit), I can extend a theme, with this feature.

A simple plugin system is planned for the next major release. This would make it easier to extend novaGallery with such features. But this will take quite a while until the new major release.

from novagallery.

lsmanrique avatar lsmanrique commented on June 4, 2024

from novagallery.

david-novafacile avatar david-novafacile commented on June 4, 2024

The sorting of the images is done based on the creation date in the exif data of the image. If this data is missing, the last file modification date (usually the upload date) is used. If some files have EXIF data and some don't, then the sorting gets messed up.

Apps like WhatsApp are removing the exif data from images, so this information is not available. The only possibilities see:

  • Always use the original images for upload respectively use an other way for sending image (best solution)
  • add creation date and time manually to the image exif data before upload
  • add date (and time) manually to filename or rename files to sorted numbers (quite uncomfortable)

Change the sorting manually is currently not supported. For this an admin interface is required wich does not exists.

from novagallery.

lsmanrique avatar lsmanrique commented on June 4, 2024

from novagallery.

david-novafacile avatar david-novafacile commented on June 4, 2024

Yes, you can use:

  • oldest
  • newest
  • alphabetical

from novagallery.

cnotin avatar cnotin commented on June 4, 2024

I think we can add a download link by adding the necessary feature to simplelightbox
Here's a PR for this: andreknieriem/simplelightbox#290 or alternative andreknieriem/simplelightbox#291
Let me know what you think 😉

from novagallery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.