Remove "Last Edited By" in phpbb2 Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    Remove "Last Edited By" in phpbb2

    ToTheFuture
    ToTheFuture
    Forumember


    Posts : 374
    Reputation : 15
    Language : English, Français

    Solved Remove "Last Edited By" in phpbb2

    Post by ToTheFuture Sat Nov 12 2011, 02:57

    How to do this in phpbb2? Very Happy Thank you.
    Darren1
    Darren1
    Helper
    Helper


    Male Posts : 11853
    Reputation : 566
    Language : English

    Solved Re: Remove "Last Edited By" in phpbb2

    Post by Darren1 Sat Nov 12 2011, 03:30

    Hi,

    To remove this, please proceed to: Admin panel >> Display > Templates/General > Click on Viewtopic_Body" and in the search box put in "Edit", and it shoukd come around this area
    Code:
    <div class="clear"></div>
                            </div>
                            <p>
                               {postrow.displayed.EDITED_MESSAGE}
                            </p>
                         </div>
                      </div>
                   </div>

    Please remove the entire table and save & publish it Smile
    Bloodhound1958
    Bloodhound1958
    Forumember


    Posts : 136
    Reputation : 3
    Language : English

    Solved Re: Remove "Last Edited By" in phpbb2

    Post by Bloodhound1958 Tue Nov 15 2011, 09:03

    I've tried this and messed up the whole thing. Mine looks like this...Which line do I remove?

    {postrow.displayed.SIGNATURE}
    </div>

    </div>
    <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="1

    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: Remove "Last Edited By" in phpbb2

    Post by kirk Tue Nov 15 2011, 09:49

    this should do it.

    Code:
    <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
    Bloodhound1958
    Bloodhound1958
    Forumember


    Posts : 136
    Reputation : 3
    Language : English

    Solved Re: Remove "Last Edited By" in phpbb2

    Post by Bloodhound1958 Fri Nov 18 2011, 08:44

    Worked like a charm! thanks Guys! Smile
    ToTheFuture
    ToTheFuture
    Forumember


    Posts : 374
    Reputation : 15
    Language : English, Français

    Solved Re: Remove "Last Edited By" in phpbb2

    Post by ToTheFuture Sun Nov 27 2011, 22:41

    Remarkably simple, thank you. Razz Now that I've done this, how do I remove the edit field from posting_body (if that is the right place)? This way, there is no box which prompts for an edit reason when a member changes a post.
    Darren1
    Darren1
    Helper
    Helper


    Male Posts : 11853
    Reputation : 566
    Language : English

    Solved Re: Remove "Last Edited By" in phpbb2

    Post by Darren1 Mon Nov 28 2011, 04:28

    Hi,

    ToTheFuture wrote:Remarkably simple, thank you. Razz Now that I've done this, how do I remove the edit field from posting_body (if that is the right place)? This way, there is no box which prompts for an edit reason when a member changes a post.

    In regards to this;
    Head to: Admin panel >> DIsplay > Templates / Post & Private msg > Viewtopic_body. Search for this: edit_reason

    and remove this entire code:
    Code:
    <!-- BEGIN edit_reason -->
             <br />
             <dl>
                <dt><label><span style="font-size:11px">{edit_reason.L_EDIT_REASON}</span></label></dt>
                <dd><input class="inputbox medium" style="width:63%" type="text" name="edit_reason" value="{edit_reason.EDIT_REASON}" maxlength="255"></dd>
             </dl>
             <!-- END edit_reason -->

    Save & publish Smile

    Also it removes the ability to do so in Blogs without further modifications loove
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Remove "Last Edited By" in phpbb2

    Post by Jophy Mon Nov 28 2011, 07:17

    Topic Solved & Moved

    Note: You can also help the staff member's work by EDITING your topic and marking it as solved.