Thanks! That works so far. 🙂
Now I’ve this rules:
1 [eme_if tag='#ESC_TOTALSEATS' value='0' ]no limit[/eme_if]
2 [eme_if tag='#_AVAILABLESEATS' value>'0']#_AVAILABLESEATS of #_TOTALSEATS free[/eme_if]
3 [eme_if tag='#_AVAILABLESEATS' value='0']booked up[/eme_if]
And a new problem. Rule 2 and 3 are mutually exclusive but rule 1 does not. So things like “no limit ∞ of ∞ free” happen. I’m missing a kind of else-statment or an “AND” to connect conditions. As far as I could see in documentation there is no such thing. Any idea how I can get exclusive messages?