Announcement

Collapse
No announcement yet.

Make it so guests cannot SEE signatures?

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Make it so guests cannot SEE signatures?

    Sorry, I did a search and can't seem to find this in usergroup Forum Viewing Permissions either.

    I want to make it so guests can see thread content BUT cannot see member's signatures.

    Is this possible?

  • #2
    Disable viewing of signatures for only one usergroup

    In the postbit or postbit_legacy template find:
    Code:
    <if condition="$post['signature']">
    Change to: I do not know what id# you have for guest? Change != 0 to Usergroup Guest id: #
    Code:
    <if condition="$post['signature'] AND $bbuserinfo[userid] != 0">

    Comment


    • #3
      THANKS!!!
      I appreciate it.

      I'd love to see this be a stock option in a future vB.

      Comment


      • #4
        How do I do this in version 4.0.2 ?

        Comment


        • #5
          That code should work fine.

          Comment


          • #6
            In the postbit or postbit_legacy template find:
            Code:
            <vb:if condition="$post['signature']">
            Change to: I do not know what id# you have for guest? Change != 0 to Usergroup Guest id: #
            Code:
            <vb:if condition="$post['signature'] AND $bbuserinfo[userid] != 0">

            Comment


            • #7
              Originally posted by joyboy2001
              How do I do this in version 4.0.2 ?
              If you want you can use my mod that does that for vb 4X.




              Whereas to hide avatars from guests, at the postbit_legacy template find the following code:

              HTML Code:
              <vb:if condition="$show['avatar']">
              and replace it with:

              HTML Code:
              <vb:if condition="$show['avatar'] AND !$show['guest']">
              Last edited by borbole; Thu 8 Apr '10, 6:48am.

              Comment


              • #8
                decided to change the code back to normal so guests can see forum link sigs
                DNN l Drewry l DNN on YouTube l DNN Web Links Library l Twitter

                Comment

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