adding signature to existing posts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kjh411
    Senior Member
    • May 2007
    • 194
    • 3.7.x

    adding signature to existing posts

    If a user creates a signature, will it show up on their pre-existing posts?
  • peterska2
    Senior Member
    • Oct 2003
    • 8869
    • 3.7.x

    #2
    No. It will only show on posts they make after they have created a signature.

    Comment

    • Lats
      Senior Member
      • Mar 2002
      • 3671

      #3
      You can force older posts to show a signature by running a query...
      Code:
      UPDATE
          post
      SET
          showsignature = 1
      WHERE
          userid = X
      AND
          showsignture = 0
      Change X as required.
      Lats...

      Comment

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