How to show an user's signature only once per page.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73979

    How to show an user's signature only once per page.

    Originally posted by Kier

    In the postbit template, find this conditional:
    HTML Code:
    <if condition="$post['signature']">
    And replace it with this one:
    HTML Code:
    <if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">
    This will cause each user's signature to be shown only on their first post on each page.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...