Schweriner / tgm_copyright

7 stars 13 forks source link

Images of fluidcontent elements not shown #22

Open arnekolja opened 7 years ago

arnekolja commented 7 years ago

Hi there,

I would rather have made this a support question, but opening an issue is the only thing I could find. So please feel free to close it, if you think it's not advisable to do it here.

I have a slider built with fluidcontent. It uses a flux file field for the slider image.

I am able to change the copyright information when using file list module. But it won't get printed using the copyright plugin.

Do you have any hints on how to fix this?

Schweriner commented 7 years ago

Hello Arne, first of all: Images used in Workspaces are currently beeing ignored from the plugin. If your slider is not placed in any workspaces, please check your sys_file_reference table for the images that belong to your slider. Which values are set in the fields "tablenames" and "uid_foreign"?

arnekolja commented 7 years ago

Hmmm. It's not implemented as a FAL image. The flux viewhelper in use puts only the path of the image into the CE's flexform. There's no chance to make this compatible to tgm_copyright without changing all those fields and associations, right?

Schweriner commented 7 years ago

Thats correct. The extension can only respect images which are referenced to other records in sys_file_reference. Maybe there will be a solution for your problem in middle future but I guess its quite complicated to find image usages if they don't use sys_file_reference.

wkrawczak commented 6 years ago

@Schweriner Hi Paul, Thanks for this great plugin. Could you explain what "Images used in Workspaces" means? We have TCA elements managed through the List module. We would like the FAL images to be shown by your plugin. We did indeed use Workspaces in the past, but we could deactivate them in necessary. This doesn't seem to "fix" those elements though. And advice would be highly appreciated.

Thanks,

Wojtek

Schweriner commented 6 years ago

@wkrawczak Images in Workspaces means that when you create a Content Element in Workspaces and add Images which are holding Copyrights, will be ignored by the output plugin for the copyright plugin in the disclaimer. Only images of the LIVE Environment will be fetched by the plugin. The issue in this ticket is that fluidcontent (not Fluid Styled Content!) were used and there is / was a bug because they don't set fields in sys_file_reference correctly.