[TYPO3-dev] Typoscript RECORDS via source.data = GPvar:ce

Nikola Vignjevic nik at nao-company.com
Sun Jul 27 21:33:37 CEST 2014


Hi everyone,

I have a little problem. In old typo3 (4.x) it was functioning like a shark, but now it doesn't:
----------------------------------------------------
  temp.record = COA
  temp.record {
    10 = RECORDS
    10 {
      tables = tt_content
      #source = 174
      source.data = GPvar:ce
      if.isTrue.data = GPvar:ce
      dontCheckPid = 1
    }
  }
----------------------------------------------------


give me an amply result, but:

----------------------------------------------------
  temp.record = COA
  temp.record {
    10 = RECORDS
    10 {
      tables = tt_content
      source = 174
      #source.data = GPvar:ce
      if.isTrue.data = GPvar:ce
      dontCheckPid = 1
    }
  }
----------------------------------------------------

is functioning well. 

I am using typo3 6.2.3 and I call this page in this way:

----------------------------------------------------
index.php?id=48&ce=174
----------------------------------------------------

have anyone an idea, why source.data is not functioning any more?

Nik :-(



More information about the TYPO3-dev mailing list