(FIXED) How do I combine 2 conditionals?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • manderson
    New Member
    • Dec 2005
    • 13

    (FIXED) How do I combine 2 conditionals?

    I want to combine these 2 conditionals:

    <if condition="$show['threadslist']">

    <if condition="$show['threads']">

    I tried this but it didn't work:

    <if condition="$show['threadslist']" and condition="$show['threads']">

    Thanks in advance.
  • manderson
    New Member
    • Dec 2005
    • 13

    #2
    Alright, I got it working with this:

    <if condition="$show['threadslist'] AND $show['threads']">

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...
    😀
    😂
    🥰
    😘
    🤢
    😎
    😞
    😡
    👍
    👎