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.
The forum of the forums
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 11/11/2011, 22:27

    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 11/11/2011, 23:00

    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 15/11/2011, 04:33

    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 15/11/2011, 05:19

    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 18/11/2011, 04:14

    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 27/11/2011, 18:11

    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 27/11/2011, 23:58

    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 28/11/2011, 02:47

    Topic Solved & Moved

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

      Current date/time is 11/11/2024, 23:29