Signature to post edits

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mowbars
    Member
    • Jul 2008
    • 42
    • 3.7.x

    Signature to post edits

    When a moderator edits a post and puts a reason for that edit in the appropriate box it adds his signature.
    Is there any way to prevent that signature being added?

    Brian (Mowbars)
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24351
    • 5.7.X

    #2
    Find and comment out this part of the postbit/postbit_legacy template:

    Code:
    <if condition="$show['postedithistory']">
                            <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>
                        <else />
                            <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>
                        </if>
                        <if condition="$post['edit_reason']">
                            $vbphrase[reason]: $post[edit_reason]
                        </if>
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • mowbars
      Member
      • Jul 2008
      • 42
      • 3.7.x

      #3
      Thanks

      Many thanks Trevor - problem solved.

      Brian.

      Comment

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