Bug #62190
closedImage fallback for pages
0%
Description
Hi
There is one images under page properties only for the default language.
In my alternate language menu the image should taken from the default language. But this won´t work after an update from 6.2.3 to 6.2.5.
I deleted "media" from [FE][pageOverlayFields] without any effect.
The TS for the image menu contains:
renderObj = IMG_RESOURCE
renderObj {
required = 1
file.import.data = file:current:originalUid
}
opaque
Updated by Ingo Schmitt almost 10 years ago
- Sprint Focus set to On Location Sprint
Updated by Anja Leichsenring over 9 years ago
- Sprint Focus changed from On Location Sprint to Remote Sprint
Updated by Mathias Schreiber about 9 years ago
- Target version deleted (
next-patchlevel)
Updated by Riccardo De Contardi almost 8 years ago
- Status changed from New to Needs Feedback
Hello.
I used the following TS with 6.2.30 to build a simple menu with images taken from the "resources" tab of the page (media field):
page.12 = HMENU page.12 { 1 = TMENU 1 { wrap =<ul>|</ul> NO { ATagTitle.field = title wrapItemAndSub =<li>|</li> before.cObject = COA before.cObject { 10 = FILES 10 { references { table = pages uid.field = uid fieldName = media } renderObj = IMAGE renderObj { file { import.data = file:current:originalUid } file.width=100px } } } } } 1.expAll=1 2 <.1 }
I added some images to my pages and other images to the translated pages, and it seems to work fine.
Could you write more information about what you are trying to accomplish and what goes wrong? Could you also post the complete TS code? Thank you!
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Needs Feedback to Closed
No feedback since 90 days -> close.
If you think that this is the wrong decision or experience the issue again or have more information about how to reproduce it, please reopen it or open a new issue with a reference to this one. Thank you.