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
35 stars 11 forks source link

Access to images by link #89

Closed Mario-Broz closed 3 months ago

Mario-Broz commented 3 months ago

Hello Joomlaboat, I'm using the free version of TableMaker 3.2.8. I have a custom table with a field having 'File Link' type. When I enter new data for this field, I access the mysite/images/subdirectory which contains the image files, however I have a 404 error on the simple catalog layout because the link now points to mysite/subdirectory. The only way I found to get around the problem is to change the path directly in the customtables_fields table.

joomlaboat commented 3 months ago

Hello Mario-Broz,

Please try to download an update from the GitHub.

joomlaboat commented 3 months ago

There was a problem with Linux, please try the update (not from the website)

Mario-Broz commented 3 months ago

Works fine. Thank you.