Make it so guests cannot SEE signatures?

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • DrewryMedia
    replied
    decided to change the code back to normal so guests can see forum link sigs

    Leave a comment:


  • borbole
    replied
    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.

    Leave a comment:


  • GiveMeABreak
    replied
    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">

    Leave a comment:


  • Zachery
    replied
    That code should work fine.

    Leave a comment:


  • joyboy2001
    replied
    How do I do this in version 4.0.2 ?

    Leave a comment:


  • Xyabber
    replied
    THANKS!!!
    I appreciate it.

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

    Leave a comment:


  • Jose Amaral Rego
    replied
    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">

    Leave a comment:


  • Xyabber
    started a topic Make it so guests cannot SEE signatures?

    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?
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...