joomlaboat / custom-tables

The Custom Tables extension allows you to create, manage, and display custom data on your Joomla site. It is helpful if you need to display data that is not part of the standard Joomla content structure. For example, you could use this extension to create a custom table for product information, customer data, or any other type of data that you need to display on your site. The Custom Tables is the CRUD solution for Joomla 3.x and 4.x - CREATE, READ, UPDATE and DELETE. You can add tables, fields, and layouts to create catalogs, forms, or details pages. It has 40 Field Types: Integer (numbers), Decimal, Text String, Time, Email, Color, Image, File, User, Language, etc.
https://joomlaboat.com/custom-tables
GNU General Public License v2.0
36 stars 11 forks source link

Image File storing another kind of name #33

Closed mennoswaak closed 1 year ago

mennoswaak commented 2 years ago

Is your feature request related to a problem? Please describe. Image File field produces a filename based on size, date and time or so (groot_20220907222328.jpg). Such a filename is not easy to find out what it is or what it's original name was.

Describe the solution you'd like For my clients it will be more easy if the original name was kept within the new name or that he can add a new name (or part of a name) that van be used to create the new filename. So the result could be something like: groot_appelsandpears.jpg

TIA menno

joomlaboat commented 2 years ago

Try to use File Field type, it preserves the original name.

mennoswaak commented 2 years ago

Thanks Ivan, I already did that, but then there is no resizing. And resizing is a very handy tool for what I need. Maybe I have to learn to program in PHP to add some code that renames the results of the Image File.

joomlaboat commented 1 year ago

Hello Menno,

I am adding an option how to save an uploaded file:

image

joomlaboat commented 1 year ago

The As File Name option added to 2.9.4 version.