hide the "What's Going On" part?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tekguru
    Senior Member
    • Apr 2006
    • 105

    hide the "What's Going On" part?

    Is it possible to hide the Whats Going On part of the forum list from guests?

    If so if it is hidden does it stop the underlying queries from running?
  • GameWizard
    Senior Member
    • Nov 2004
    • 121
    • 4.0.x

    #2
    Open your FORUMHOME template:

    Find:
    <!-- what's going on box -->

    Add below:
    <if condition="$show['member']">

    Find:
    <!-- end what's going on box -->

    Add above:
    </if>

    Comment

    • Charlie_Brown
      Senior Member
      • Dec 2006
      • 1275
      • 4.1.x

      #3
      Originally posted by GameWizard
      Open your FORUMHOME template:

      Find:
      <!-- what's going on box -->

      Add below:
      <if condition="$show['member']">

      Find:
      <!-- end what's going on box -->

      Add above:
      </if>
      Nice little tweak there. I am using it.

      Comment

      • tekguru
        Senior Member
        • Apr 2006
        • 105

        #4
        Cheers working beautifully - does this stop the underlying queries executing then?

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...