Condition?

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • The-Ensemble
    replied
    Thats what I thought, thanks lol

    Leave a comment:


  • zCarot [RU]
    replied
    Code:
    <if condition="THIS_SCRIPT == private">

    Leave a comment:


  • The-Ensemble
    replied
    quick question related to the condition given by peterska2, how would you change that so it says only show this in private.php? (private messaging)

    Leave a comment:


  • The-Ensemble
    replied
    Thanks Kerry-Anne *hugs*

    Leave a comment:


  • peterska2
    replied
    Code:
    <if condition="THIS_SCRIPT != forumdisplay">
    will stop items from appearing in the forumdisplay pages.

    Leave a comment:


  • The-Ensemble
    replied
    I have another question lol
    Is there a condition that will show something everywhere BUT inside forums? I need it for the breadcrumb/navigation bar thingy.
    Thanx

    Leave a comment:


  • The-Ensemble
    replied
    Perfect! thanks lol and yes It is for forum display.

    Leave a comment:


  • Chroder
    replied
    Which template? It matters

    On FORUMDISPLAY (the one that lists the threads in a forum), you can use

    Code:
    <if condition="$show['threads']">Only show this when there are threads</if>

    Leave a comment:


  • The-Ensemble
    started a topic Condition?

    Condition?

    Hey me again lol
    Is there a condition for if no threads in forum don't show this?
    I've seen other people use something which I can assume is this but I can't find this condition.
    Any help given would be really appreciated.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...