Make it so guests cannot SEE signatures?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Xyabber
    Senior Member
    • Dec 2004
    • 219

    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?
  • Jose Amaral Rego
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    #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

    • Xyabber
      Senior Member
      • Dec 2004
      • 219

      #3
      THANKS!!!
      I appreciate it.

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

      Comment

      • joyboy2001
        Member
        • Nov 2008
        • 38
        • 4.2.x

        #4
        How do I do this in version 4.0.2 ?

        Comment

        • Zachery
          Former vBulletin Support
          • Jul 2002
          • 59097

          #5
          That code should work fine.

          Comment

          • GiveMeABreak
            Member
            • Aug 2009
            • 42

            #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

            • borbole
              Senior Member
              • Feb 2010
              • 3074
              • 4.0.0

              #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

              • DrewryMedia
                Senior Member
                • Oct 2010
                • 163

                #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...