Announcement

Collapse
No announcement yet.

How to remove this from a single forum?

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • How to remove this from a single forum?

    Posts in this forum are viewable to registered members.
    Click here to register

    We have a made a support forum whereby a member can only view their own Threads.
    However if they have not posted, the above shows, which is not true as members can only see their own Thread postings

    How to remove? Need instructions to pass on to my sidekick.

    Thanks,
    ~ Mark
    Mark

  • #2
    You might be able to control this using a conditional in your template.

    <if condition="$forumid != 'x'">the code that says it</if>

    This will display the normal code in forums where it should, but not in the forumid x (so change x to the single forumid where you dont want to display this).

    My guess is the forumdisplay template where you have to modify this.

    Comment


    • #3
      Originally posted by Floris
      You might be able to control this using a conditional in your template.

      <if condition="$forumid != 'x'">the code that says it</if>

      This will display the normal code in forums where it should, but not in the forumid x (so change x to the single forumid where you dont want to display this).

      My guess is the forumdisplay template where you have to modify this.
      Does it matter WHERE in the template I place the conditional???


      Carolem

      Comment


      • #4
        <if condition="$forumid != 'x'">the code that says it</if>

        Originally posted by carolem
        Does it matter WHERE in the template I place the If conditional???

        Still a "novice",
        Carolem

        Comment


        • #5
          After some trial and error - I added the if conditional in no_posts_in_this_forum area of FORUMDISPLAY template and had to "disable" the phrase

          $vbphrase[no_posts_in_this_forum]

          I think I got it right.
          cm

          Comment

          Related Topics

          Collapse

          Working...
          X
          😀
          🥰
          🤢
          😎
          😡
          👍
          👎