[TYPO3] Content condition

Wiel, J.A.M van de j.a.m.v.d.wiel at tue.nl
Tue Aug 19 20:56:41 CEST 2008


Hi Stefan,
What happens if you wrap the second bit in a condition like this:

[globalVar=GP:faq=*]
...
[end]

I didn't test it, so I'm not sure if it'll work.. hope it does!

Bas

-----Original Message-----
From: typo3-english-bounces at lists.netfielders.de on behalf of stefan at aichholzer.name
Sent: Tue 8/19/2008 17:21
To: typo3-english at lists.netfielders.de
Subject: [TYPO3] Content condition
 
Please help, I can't get this to work:

I want the second option to be executed only if the $_GET var (faq) is
set. It does rewrite the entire thing when I first load it, but it works
when I go to mypage.com/?faq=100

Can anyone give me a hand???

Thank you



temp.mainTemplate {
  subparts.entrada = CONTENT
  subparts.entrada {
      table = tt_content
      select.where = pid=21
      select.andWhere = colPos=1
  }


  subparts.containers = CONTENT
  subparts.containers {
  table = tt_content
  select {
    pidInList = this
    orderBy = sorting
    where = colPos=0
  }

  renderObj = TEXT
  renderObj {
    field = header
    wrap = |<br>
    typolink.parameter.field = pid
    typolink.parameter.dataWrap = |
    typolink.additionalParams.insertData = 1
    typolink.additionalParams = &faq={field:uid}
    typolink.no_cache = 1
    if.isTrue.field=header
    }
  }


  subparts.containers >
  subparts.containers = CONTENT
  subparts.containers {
    table=tt_content
    select{
      where = colPos=0
      andWhere.insertData=1
      andWhere=uid={GPvar:faq}
      andWhere.if.isTrue.data=GPvar:faq
    }
  }


}

page.10 < temp.mainTemplate




_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list