Bug #14663
closedgetText and splitChar not working with TV lib TS obj
0%
Description
lib.folgeSeiteMittlereSpalte = COA
lib.folgeSeiteMittlereSpalte {
20.file = GIFBUILDER
20.file {
XY = [20.w]+30,[20.h]+10
backColor = #FFFFFF
20 = TEXT
20 {
- Not working either because of TV externes TS Obj
- text.field = subtitle // title
text = {page:title}
text.insertData = 1- Split at the | sign and print the first line ## (this is working)
text.listNum = 0
text.listNum.splitChar = |
fontColor = #333333
fontFile = TheSnB5_.ttf
niceText = 0
offset = 26,15
fontSize = 14
} - Split at the | sign and print the first line ## (this is working)
- splitNum 2nd row (if splitChar is "|" 2nd row is not working )
30 = TEXT
30 {- Not working either because of TV externes TS Obj
- text.field = subtitle // title
- This is working, but without splitChar is not working
text = {page:title}
text.insertData = 1- Split at the | sign and print the first line ##
text.listNum = 1
text.listNum.splitChar = |
fontColor = #333333
fontFile = TheSnB5_.ttf
niceText = 0
offset = 26,39
fontSize = 14
} - Split at the | sign and print the first line ##
}
(issue imported from #M971)
Updated by Ingmar Schlecht over 19 years ago
It would be very helpful if you could place some debugs in t3lib_content function stdWrap and provide your further investigations.
- Ingmar
Updated by old_chihoang over 19 years ago
In fact there are 2 bugs.
1. text.field = subtitle // title is not working with TV
2. listNum is not working with curly braces
2.1
What I found is that function insertData is called after function listNum. Unfortunately function insertData implements the getData substitution for curly braces. Ultimately the string get not exploded and splitChar is not working.
Chi
Updated by Karsten Dambekalns over 19 years ago
Err, is this a TV bug? If so, it should be meoved to tx_templavoila.
Updated by old_chihoang over 19 years ago
yes and no.
In fact there are 2 bugs.
1. text.field = subtitle // title is not working with TV
2. listNum is not working with curly braces at all
see my note 1824.
Updated by old_chihoang over 18 years ago
I have rethink my post and my renewed conclusion is:
1. text.field = subtitle // title is not working with TV is a TV bug
2. listNum is not working with curly braces is not a TV bug
Shall I repost the 2 bugs?
Updated by Martin Kutschker over 18 years ago
If they are separate bugs, yes, please report them separately. But I note that the TYPO3 version set is 3.7. I cannot believe this is correct. If it is indeed correct, try a recent version of TYPO3 and TV. Use the CVS version if possible.
Updated by Benni Mack over 14 years ago
I will close this one in a week if there is no response. I don't think this is a TV problem here, and we've seen major versions released since 2005.