Categories > TinyButStrong general >

Display text if no data is merged

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Peter Schade
Date: 2006-03-14
Time: 12:23

Display text if no data is merged

I need help at this peace of code:

<p>this is a text wich should be showed if [book] is empty<a href="create_book.php">test</a>.[book;magnet=p;isempty]</p>


I hope you see what i mean :)

Bye Peter

By: Skrol29
Date: 2006-03-14
Time: 12:53

Re: Display text if no data is merged

Hello

<p>
  this is a text wich should be showed if [book] is empty
  <a href="create_book.php">test</a>.
  [bar.book;if [val]='';then ' ';else '';magnet=p]
</p>