Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Conditional Operators in VisualizersConditional Operators in Visualizers
Previous
 
Next
New Post
9/11/2018 4:12 PM
 

I have been searching and couldn't find exactly what I am looking for.  I am new to this so I apologize if this has been asked elsewhere.  

I am putting together a Visualizer and need to apply an even and odd class to each iteration of the content.  I am trying to place a conditional statement with the modulus as seen below.  I believe my syntax is off, but could use some help figuring out where I am wrong.  Thank you!

  {% if ({{destinationNo | modulo:2}} != 0) %}

    <div class="menuItem odd">

    <div class="menuPic">

        {{image}}

    </div>

    <div class="opaqueBox menuDescription">

        <h4 id="destination">DESTINATION No. {{destinationNo}}</h4>

    <h2 class="formTitleDark">{{name}}</h2>

    <p class="b1RegularDark">{{itemDescription}}</p>

    

    <a href="" class="borderButton">VIEW {{mENUTYPESTARTERENTREEORDESSERT}}</a>

    </div>

</div>

    

 

{% else %}   

<div class="menuItem even">

    <div class="menuPic">

        {{image}}

    </div>

    <div class="opaqueBox menuDescription">

        <h4 id="destination">DESTINATION No. {{destinationNo}}</h4>

    <h2 class="formTitleDark">{{name}}</h2>

    <p class="b1RegularDark">{{itemDescription}}</p>

    

    <a href="" class="borderButton">VIEW {{mENUTYPESTARTERENTREEORDESSERT}}</a>

    </div>

</div>

    

{% endif %}

 
New Post
9/24/2018 3:41 PM
 
Which module are you talking about?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Conditional Operators in VisualizersConditional Operators in Visualizers


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out