Categories > TinyButStrong general >

Is there an AND equivalent?

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Maz
Date: 2005-08-03
Time: 02:28

Is there an AND equivalent?

I have:

<ul id="tabs" [onload_tabs;block=ul;when [var.tplid]=account]>

Which I would like to have as (Pseudo Code):

<ul id="tabs" [onload_tabs;block=ul;when [var.tplid]=account] AND when [var-logged_in=1]>

Can this be done with TBS?
By: Pirjo Posio
Date: 2005-08-03
Time: 05:09

Re: Is there an AND equivalent?

Hi Maz,

Have a look in this site
Support/FAQ
- How to make a condition for parameter if/when using operators like AND, OR ?