Hide "Last edited by:"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cykelmyggen
    Member
    • Oct 2006
    • 73
    • 3.5.x

    [Forum] Hide "Last edited by:"

    Is it possible (and how) to hide the "Last edited by and reason in posts?
    http://www.boggnasker.dk/vbforums/
  • CK
    Banned
    • Mar 2010
    • 1084

    #2
    It's a usergroup option

    Comment

    • cykelmyggen
      Member
      • Oct 2006
      • 73
      • 3.5.x

      #3
      Thanks - found it. I had checked the usergrup settings but missed it first time looking ;-)
      http://www.boggnasker.dk/vbforums/

      Comment

      • cykelmyggen
        Member
        • Oct 2006
        • 73
        • 3.5.x

        #4
        Strange though - even if I disabled this it still shows?
        http://www.boggnasker.dk/vbforums/

        Comment

        • nakedanvil
          Senior Member
          • Mar 2010
          • 1920
          • 4.0.0

          #5
          It still shows in case you want to add a comment, but you are no longer required to do so.

          Comment

          • cykelmyggen
            Member
            • Oct 2006
            • 73
            • 3.5.x

            #6
            Well I just thought that if you said no to "Show last edited by note..." in usergroup settings it wouldn't show up?
            http://www.boggnasker.dk/vbforums/

            Comment

            • Hawk2
              Senior Member
              • Apr 2008
              • 862
              • 4.1.x

              #7
              edited by the real account owner
              Last edited by Hawk2; Tue 2 Aug '11, 12:14am.

              Comment

              • CK
                Banned
                • Mar 2010
                • 1084

                #8
                Originally posted by cykelmyggen
                Well I just thought that if you said no to "Show last edited by note..." in usergroup settings it wouldn't show up?
                No basically it's to allow you to make super sneaky edits. The box still shows but if you don't fill it then the "edited by" note doesn't get tagged to the post.

                Comment

                • Zachery
                  Former vBulletin Support
                  • Jul 2002
                  • 59097

                  #9
                  It doesn't remove the box from posts you've already edited or already have a reason.

                  Comment

                  • Andy
                    Senior Member
                    • Jan 2002
                    • 5886
                    • 4.1.x

                    #10
                    Please vote for this feature request. It would completely turn off the Last Edited By function.

                    Comment

                    • cykelmyggen
                      Member
                      • Oct 2006
                      • 73
                      • 3.5.x

                      #11
                      Originally posted by Andy
                      Please vote for this feature request. It would completely turn off the Last Edited By function.

                      http://tracker.vbulletin.com/browse/VBIV-11517
                      Voted, but with only two votes so far it'll be a long way home...
                      http://www.boggnasker.dk/vbforums/

                      Comment

                      • nakedanvil
                        Senior Member
                        • Mar 2010
                        • 1920
                        • 4.0.0

                        #12
                        Mine still always says "reason for editing" and under the box it says "optional".

                        Comment

                        • CK
                          Banned
                          • Mar 2010
                          • 1084

                          #13
                          Originally posted by Andy
                          Please vote for this feature request. It would completely turn off the Last Edited By function.

                          http://tracker.vbulletin.com/browse/VBIV-11517
                          I wouldn't vote, I like the option of not putting anything.

                          Comment

                          • Sunka
                            Senior Member
                            • Nov 2008
                            • 131
                            • 3.8.x

                            #14
                            Put in conditional in template and that will show only to members group you want to!


                            HTML Code:
                            <vb:if condition="$show['postedited']">
                                        <!-- edit note -->
                            <vb:if condition="is_member_of($bbuserinfo, 5, 6, 7)">
                                        <blockquote class="postcontent lastedited">
                            <!--                        <img src="{vb:stylevar imgdir_button}/edit_40b.png" class="inlineimg" alt="" /> -->
                                            <vb:if condition="$show['postedithistory']">
                                                {vb:rawphrase last_edited_link_by_x_on_y_at_z_postid, {vb:raw post.edit_username}, {vb:raw post.edit_date}, 
                                                    {vb:raw post.edit_time}, {vb:raw post.historyurl}}
                                            <vb:else />
                                                {vb:rawphrase last_edited_by_x_on_y_at_z, {vb:raw post.edit_username}, {vb:raw post.edit_date}, {vb:raw post.edit_time}}
                                            </vb:if>
                                            <vb:if condition="$post['edit_reason']">
                                                <span class="reason">{vb:rawphrase reason}:</span> {vb:raw post.edit_reason}
                                            </vb:if>
                                        </blockquote>
                                                    </vb:if>
                                        <!-- / edit note -->

                            Comment

                            • user 1-2-3
                              Senior Member
                              • Oct 2002
                              • 210
                              • 4.2.x

                              #15
                              Originally posted by Sunka
                              Put in conditional in template
                              Yes, it works, but every time you want to change it you have to edit template, It's not very convenient.

                              Why it doesn't work from Usergroup Manager? Is that a bug or what?

                              Comment

                              Related Topics

                              Collapse

                              Working...