Filenames in Backend (Load More)
-
Hi,
in v2.8.8 you’ve added the possibility to display the filenames in the backend. I really appreciate this feature.
However if you “Load more” images (more than the initial 20) the filenames are missing. This is because in the file sunshine-photo-cart/admin/sunshine-galleries.php line 125 should be adapted (contents of the echo should be used) and added to line 446.
Furthermore displaying files in the frontend and the backend is controlled by the same filter (sunshine_image_name) which in term is reliant on $options[‘show_image_data’] so the conditional in sunshine-photo-cart/themes/default/gallery.php:48 has no way of affecting the output. I think frontend and backend should be controlled by individual filters.
All the best,
Daniel
- The topic ‘Filenames in Backend (Load More)’ is closed to new replies.