One user's signature per page?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • masterross
    Senior Member
    • Nov 2005
    • 525
    • 4.2.5

    One user's signature per page?

    Hi,

    How to limit user's signatures to be shown only one per page?

    Thank you!
    Latest Tech News in the World
    Кейс със снимка по поръчка
  • RedWingFan
    Senior Member
    • Sep 2004
    • 371
    • 4.0.0

    #2
    This is what a forum other than ours used for 3.7.2 to show the signature only in a person's first post. I haven't tested it yet (and you haven't given your vB version), so use at your own risk.

    In the postbit template, change:

    Code:
    <if condition="$post['signature']">
    to:

    Code:
    <if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">
    I think this may need to be done in the postbit_legacy template if you have your postbits showing vertically (on the left) as opposed to horizontally (on top of each post). I still need to look into this more, but am in the middle of a server tweaking session for the next week or so...

    Comment

    • masterross
      Senior Member
      • Nov 2005
      • 525
      • 4.2.5

      #3
      Thanks.
      It works!
      Latest Tech News in the World
      Кейс със снимка по поръчка

      Comment

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