Search found 85 matches

by stephenbillard
Tue May 21, 2024 6:46 pm
Forum: Releases
Topic: database error on installing version 2.01.00.08
Replies: 0
Views: 632

database error on installing version 2.01.00.08

Some sites have encountered an error during setup installing version 2.01.00.08. See https://github.com/netPhotoGraphics/netPhotoGraphics/issues/1572 . This error is caused by an bug in earlier versions of netPhotoGraphics. The error occurs when the old problem is being resolved and is in itself not...
by stephenbillard
Thu Jul 13, 2023 10:45 pm
Forum: Requests and suggestions
Topic: Add two fields to the album edit page
Replies: 5
Views: 2216

Re: Add two fields to the album edit page

The development release now has this function added (along with some enhancements) You can find the development release at https://github.com/sbillard/netPhotoGra ... Dev_2.0%2B
by stephenbillard
Thu Jul 13, 2023 5:34 pm
Forum: Requests and suggestions
Topic: Add two fields to the album edit page
Replies: 5
Views: 2216

Re: Add two fields to the album edit page

Upon further thought, I think the best solution for then news category/album property is to name your categories the same (or based on) the album name. Then no extra properties for the album are needed then. For the latest/random images there is no need for an album property. There is already a getI...
by stephenbillard
Wed Jul 12, 2023 3:52 pm
Forum: Requests and suggestions
Topic: Add two fields to the album edit page
Replies: 5
Views: 2216

Re: Add two fields to the album edit page

The news category sounds like a reasonable addition. I think that all that is needed there is to have an album property that contains the news category (if set.) The theme can then decide exactly what to do with that information. (Display the most recent article? Link to the category? etc.) Maybe th...
by stephenbillard
Fri Dec 09, 2022 4:40 pm
Forum: Requests and suggestions
Topic: Ability to shield images and video's from downloading
Replies: 1
Views: 930

Re: Ability to shield images and video's from downloading

Unfortunately there is no practical means to accomplish this. After all, for the image/video to display on the browser screen it has already been downloaded to the computer. There are javascript tools that can disable the right-click, but they are easily bypassed and besides disabling the right-clic...
by stephenbillard
Thu Nov 24, 2022 7:45 pm
Forum: Requests and suggestions
Topic: Feature request - Drag & Drop uploader
Replies: 4
Views: 1204

Re: Feature request - Drag & Drop uploader

Perhaps you should explore user rights. If your user has only UPLOAD_RIGHTS then all that elFinder presents is the albums. Anyway there are no plans for adding drag & drop image uploading. There is a ticket to fix the "upload here" front-end capability. Currently it does not work prope...
by stephenbillard
Thu Nov 24, 2022 6:59 pm
Forum: Requests and suggestions
Topic: Feature Request- Select thumbnail for empty album
Replies: 3
Views: 1116

Re: Feature Request- Select thumbnail for empty album

There is no good way to do a unique image.
by stephenbillard
Thu Nov 24, 2022 3:19 pm
Forum: Requests and suggestions
Topic: Feature request - Drag & Drop uploader
Replies: 4
Views: 1204

Re: Feature request - Drag & Drop uploader

Please enable the elFinder plugin.
by stephenbillard
Thu Nov 24, 2022 3:17 pm
Forum: Requests and suggestions
Topic: Feature Request- Select thumbnail for empty album
Replies: 3
Views: 1116

Re: Feature Request- Select thumbnail for empty album

If you are willing to use the same default image for all images/albums you can place same image in your themes "images" folder. The name is "imageDefault.png" If you want a unique image for the album it would be difficult to implement.
by stephenbillard
Thu Oct 27, 2022 8:03 pm
Forum: Releases
Topic: netPhotoGraphics version 2.0.17
Replies: 0
Views: 1617

netPhotoGraphics version 2.0.17

netPhotoGraphics version 2.0.17 provides support for PHP 8.1 and MySQL 8. Please note that the changes from PHP 8.0 to PHP 8.1 include multiple instances where native PHP functions will now throw a deprecated error if they are passed NULL as a parameter. Unfortunately since passing NULL always worke...