LISE use checkbox to display check items Topic is solved

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
johnboyuk1
Forum Members
Forum Members
Posts: 192
Joined: Mon Nov 26, 2018 3:09 pm

LISE use checkbox to display check items

Post by johnboyuk1 »

I cant figure how to do this.. I have added a checkbox field definition, i want to display only the items that have the check box checked (true)... how do I display only these items on the page?

thanks!!
johnboyuk1
Forum Members
Forum Members
Posts: 192
Joined: Mon Nov 26, 2018 3:09 pm

Re: LISE use checkbox to display check items

Post by johnboyuk1 »

actually think i figured it out through trial and error! For anyone that might need it ... looked for a value of '1' and put this in template:

{if $item->checkboxfieldname=='1'}
Display stuff
{/if}
Post Reply

Return to “Modules/Add-Ons”