novafacile / novagallery

novaGallery - a beautiful and and ease to use php image gallery for your photos - flat file - no database required - modern responsive design
https://novagallery.org
GNU Affero General Public License v3.0
75 stars 13 forks source link

Include subtitle or small description of album #17

Open PeterB513 opened 2 years ago

PeterB513 commented 2 years ago

Hallo, very nice product you have. After a long search I found your product which fulfill my needs. I have a small question / enhancement. I see in your code that you use the variable subtitle. Can I use this variable to give a small description of the album? Or is it possible to add an extra variable album-description to present a small description of the album in the website. Thanks.

david-novafacile commented 2 years ago

Hi,

thanks! Do you mean a description just for the homepage or for every album?

For the homepage you can customize the theme. For every album actually thete is no feature but it's in development because it's often ask. Unfortunately I can't say when the release is because it's a complete rewrite to provide a small addon system to add easily features link this.

If you are a php developer, you can add custom features to a theme for this, until the new version is released. The themes are pure html and php, without any special themplate engine.

PeterB513 commented 2 years ago

I have made in the theme a link from the album name to a html file where i can give some more info about the album. The only thing is that I tried to make this html file online editable. So that I can add text without leaving your program. Unfortunately I did not succeed. Perhaps you have some ideas.

david-novafacile commented 2 years ago

Great, sounds like a good and simple solution. Currently with novaGallery there is no feature to edit files online. But you can use something like this:

https://tinyfilemanager.github.io/

Just put upload it to the novaGallery directory and configure it and so you have a simple online file management function and you can edit your file online.

kr428 commented 5 months ago

Somehow related: For accessibility reasons it would be great to be able to add ALT text to images. Is that somewhere on your roadmap already...?