Post editing question 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.
4 posters

    Post editing question

    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved Post editing question

    Post by Mr. Eddster March 7th 2012, 10:50 pm

    I was wondering if there was a way when users edit their own posts if it was possible that the line "Last edited by (username) on (date, time), edited (number) time(s) in total." Wouldn't show up?


    Last edited by Mr. Eddster on March 8th 2012, 9:21 pm; edited 1 time in total (Reason for editing : solved)
    avatar
    Tennisdude
    Forumember


    Male Posts : 66
    Reputation : 1
    Language : English

    Solved Re: Post editing question

    Post by Tennisdude March 8th 2012, 1:27 am

    Uh, I think it usually shows up so the Moderator and Admins can see that it has been edited. If the user doesn't put a reason for editing, then it might not show up. I'm not 100% sure on this though.
    kirk
    kirk
    Forumaster


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

    Solved Re: Post editing question

    Post by kirk March 8th 2012, 2:27 pm

    i think it can be removed from the template, But then you will never know when a post may have been edited by a member, so you may be better off just leaving it there.

    Other then that i will have to check to see and get back to you.
    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved Re: Post editing question

    Post by Mr. Eddster March 8th 2012, 8:22 pm

    kirk wrote:i think it can be removed from the template, But then you will never know when a post may have been edited by a member, so you may be better off just leaving it there.

    Other then that i will have to check to see and get back to you.

    Ya we aren't exactly a big site, only 35 users, and they're all trusted members that i know wont post anything stupid. Smile
    avatar
    Guest
    Guest


    Solved Re: Post editing question

    Post by Guest March 8th 2012, 9:00 pm

    Yeah, kirk right. Go to Administration Panel => Display => Templates => General => viewtopic_body => Edit => Find:
    Code:
    <p>
                              {postrow.displayed.EDITED_MESSAGE}
                            </p>
    and replace by:
    Code:
    <p class="editare">
                              {postrow.displayed.EDITED_MESSAGE}
                            </p>
    Save and publish template. Wink

    Then add to CSS Stylesheet:
    Code:
    .editare{
    display: none;
    }
    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved Re: Post editing question

    Post by Mr. Eddster March 8th 2012, 9:18 pm

    Coddy wrote:Yeah, kirk right. Go to Administration Panel => Display => Templates => General => viewtopic_body => Post editing question 1005357294 => Find:
    Code:


    {postrow.displayed.EDITED_MESSAGE}

    and replace by:
    Code:


    {postrow.displayed.EDITED_MESSAGE}


    Save and publish template. Wink

    Then add to CSS Stylesheet:
    Code:
    .editare{
    display: none;
    }


    Thank you very much! This is solved!Very Happy
    avatar
    Guest
    Guest


    Solved Re: Post editing question

    Post by Guest March 8th 2012, 9:21 pm

    Welcome. Razz
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Post editing question

    Post by SLGray March 8th 2012, 9:25 pm

    Topic Solved & Locked






    Post editing question Slgray10

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