Remove "Last Edited By" in phpbb3  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.
3 posters

    Remove "Last Edited By" in phpbb3

    Hunnyluvs
    Hunnyluvs
    Forumember


    Female Posts : 51
    Reputation : 0
    Language : english
    Location : northeast U.S.

    Solved Remove "Last Edited By" in phpbb3

    Post by Hunnyluvs November 27th 2012, 11:14 am

    How do I remove "Last Edited By" in phpbb3, using CSS?
    It's in the code somewhere. How can I find it and get rid of it?

    Shek
    Shek
    Active Poster


    Male Posts : 1697
    Reputation : 61
    Language :  
    Location : Brazil

    Solved Re: Remove "Last Edited By" in phpbb3

    Post by Shek December 10th 2012, 6:42 pm

    Hello! Hello

    Acess PA > Modules > HTML and JS > Pages JS > New JS > Investiment in "In topics" and paste the code:
    Code:
    jQuery(document).ready(function(){jQuery('.post .postbody').each(function(){if(jQuery(this).html().indexOf('<br>Last edited by')!=-1){jQuery(this).html(jQuery(this).html().replace(/<br>Last edited by /g,'<br><div style=display:none>Last edited by ').replace(/vez(es)/g,' vez(es)</div>'))}});});
    Regards,
    Very Happy
    Hunnyluvs
    Hunnyluvs
    Forumember


    Female Posts : 51
    Reputation : 0
    Language : english
    Location : northeast U.S.

    Solved Re: Remove "Last Edited By" in phpbb3

    Post by Hunnyluvs December 10th 2012, 8:23 pm

    Shek wrote:Hello! Hello

    Acess PA > Modules > HTML and JS > Pages JS > New JS > Investiment in "In topics" and paste the code:
    Code:
    jQuery(document).ready(function(){jQuery('.post .postbody').each(function(){if(jQuery(this).html().indexOf('<br>Last edited by')!=-1){jQuery(this).html(jQuery(this).html().replace(/<br>Last edited by /g,'<br><div style=display:none>Last edited by ').replace(/vez(es)/g,' vez(es)</div>'))}});});
    Regards,
    Very Happy

    Smile Smile Smile Thank you so much! It worked perfectly.
    Oh I cant thank you enough. You just made something ugly perfect again. Yay!
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Remove "Last Edited By" in phpbb3

    Post by SLGray December 10th 2012, 9:31 pm

    Topic Solved & Locked



    Remove "Last Edited By" in phpbb3  Slgray10

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