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
4 posters

    Remove Reason For Edit

    NiteSpinR
    NiteSpinR
    Forumember


    Posts : 35
    Reputation : 1
    Language : english

    Solved Remove Reason For Edit

    Post by NiteSpinR June 22nd 2013, 1:15 am


    Will the code given here also work for phpbb3?

    Re: Remove "Last edited by ...." from posts?
    Remove Reason For Edit Sujet11 by Richard. on June 10th 2013, 5:13 pm
    Alright its good to go, try to go in Templates=>Viewtopic_body=> search for Code: ----------Select content
    Code:
    <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span
    Ultron's Vision
    Ultron's Vision
    Forumember


    Male Posts : 631
    Reputation : 45
    Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
    Location : Vienna, Austria

    Solved Re: Remove Reason For Edit

    Post by Ultron's Vision June 22nd 2013, 1:23 am

    You cannot edit your templates in phpBB 3 or Invision, so the code provided will not work.

    Could you give us a link to a topic in your forum with the "Last edited by" line available in a post? Thanks! Smile
    NiteSpinR
    NiteSpinR
    Forumember


    Posts : 35
    Reputation : 1
    Language : english

    Solved Re: Remove Reason For Edit

    Post by NiteSpinR June 22nd 2013, 5:28 am

    Ultron's Vision wrote:You cannot edit your templates in phpBB 3 or Invision, so the code provided will not work.

    Could you give us a link to a topic in your forum with the "Last edited by" line available in a post? Thanks! Smile
    http://victimsheartland.forumotion.com/t6360-supermoon-rises-in-weekend-night-sky-sunday#187277


    Last edited by NiteSpinR on Fri Jun 21, 2013 10:27 pm; edited 1 time in total

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    last edit appears here also



    Remove Reason For Edit Solved10 remove members birthdays from calendar

    Is it possible to remove or hide members birthdays from the calendar so that the calendar only shows events


    Last edited by Swos on May 14th 2013, 1:55 am; edited 1 time in total




    Remove Reason For Edit Up11
    NiteSpinR
    NiteSpinR
    Forumember


    Posts : 35
    Reputation : 1
    Language : english

    Solved Re: Remove Reason For Edit

    Post by NiteSpinR June 25th 2013, 1:09 am

    Ultron's Vision wrote:You cannot edit your templates in phpBB 3 or Invision, so the code provided will not work.

    Could you give us a link to a topic in your forum with the "Last edited by" line available in a post? Thanks! Smile
    HELLO?
    Remove Reason For Edit Anyone10
    avatar
    bob77707
    Forumember


    Posts : 48
    Reputation : 4
    Language : English

    Solved Re: Remove Reason For Edit

    Post by bob77707 June 30th 2013, 11:30 pm

    I think I was able to figure it out in phpbb2. Not sure if it will, but see if this works with phpbb3:

    Code:
    $(function() {
    $(document.getElementById('parent_editor_simple')).closest('tr').next('tr').remove();
    });

    Put that in a javascript page and mark it for "In all the pages"
    NiteSpinR
    NiteSpinR
    Forumember


    Posts : 35
    Reputation : 1
    Language : english

    Solved Re: Remove Reason For Edit

    Post by NiteSpinR June 30th 2013, 11:42 pm

    No Luck, but thank you at least for trying!

    Last edited by NiteSpinR on Sun Jun 30, 2013 4:39 pm; edited 1 time in total
     

    Remove Reason For Edit Thanky10
    avatar
    bob77707
    Forumember


    Posts : 48
    Reputation : 4
    Language : English

    Solved Re: Remove Reason For Edit

    Post by bob77707 July 1st 2013, 2:59 am

    Wait, are you trying to get rid of the "Reason for edit" text and text box you see when your are editing a post or just the "last edited by..." text that you see when you have submitted your edit?

    If its the second case, try using the code provided here:

    https://help.forumotion.com/t117497-remove-last-edited-by-in-phpbb3#772796
    NiteSpinR
    NiteSpinR
    Forumember


    Posts : 35
    Reputation : 1
    Language : english

    Solved Re: Remove Reason For Edit

    Post by NiteSpinR July 1st 2013, 11:17 am

    BOB! It worked! You did it! Excellent!
    Remove Reason For Edit Woohoo10
    Thank You Thank You


    Problem SOLVED by bob77707
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Remove Reason For Edit

    Post by SLGray July 1st 2013, 7:03 pm

    Topic Solved & Locked



    Remove Reason For Edit Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is November 11th 2024, 8:42 pm