Bug #17708
closedimgStart and imgMax properties of IMGTEXT are not rendering the images correctly
0%
Description
If you set
tt_content.images.20.imgStart = 1
in order not to show the first image in the list, the capiton of the first image is nevertheless shown, but the last image is not.
In addition the stdWrap for imgMax is called but not applied.
Simply set
tt_content.image.20.imgStart
to a value greater zero and see what happens.
Setting
tt_content.images.20.imgMax = 2
tt_content.images.20.imgMax.wrap = |0
will not result in a maximum image count of 20, but 2 imgages.
(issue imported from #M6561)
Files
Updated by Helmut Hummel about 17 years ago
Martin Kutscher pointed out, that my fix for tslib_content was wrong, so I attached a new one, which only fixes the stdWrap issue there.
Updated by Helmut Hummel about 17 years ago
Ingmar commited the imgMax stdWrap fix to 4_1 and trunk, so ther is only the csc fix left. Fort that one in uploaded a new patch bug_6561_csc_v3.diff which includes a comment suggestet by Martin.
Updated by Helmut Hummel about 17 years ago
This bug is unfortunatly not yet fixed.
I attached a new patch against 4.1.3 which hopefully will do the job.
(also sent it to core list)