|
Hello!
Thanks for this plugin!
Small question: if I use 2 or more {joodb ifis}...{joodb endif} constructions, nested one to another, the result is not that which is expected. Example: building path to the file from item name.
{joodb loop}{joodb ifis|Amount} //show item only if amount of em is not NULL
<.....>
//depending on props of item in table we build path to image
<.....>
{joodb endif}{joodb loop}
In the result of this cod we get page with unexpected result.
Maybe perhaps to add at next version the ability to specify in closer tag - what exactly it close?
Example: {joodb ifis|Number}......{joodb endif|Number}
|