Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Update post date after edit

by pryrt (Abbot)
on Nov 26, 2018 at 14:39 UTC ( [id://1226340]=note: print w/replies, xml ) Need Help??


in reply to Update post date after edit

I have previously had a similar thought; I'm glad ++you took the important step of acting on the thought, rather than procrastinating like I did :-). It would be nice, when listed in the RAT/Newest Nodes, if such a post highlighted itself somehow (an asterisk or similar) to indicate it's a changed post, rather than a new post.

Replies are listed 'Best First'.
Re^2: Update post date after edit
by Perlbotics (Archbishop) on Nov 26, 2018 at 19:37 UTC
    ...a post highlighted itself somehow (an asterisk or similar) to indicate...

    I would suggest to tag an updated node using CSS class attribute (i.e. updated) with a sensible site-default:

    <div class="$AS_BEFORE updated"> ... </div>
    Now, every monk can fine-tune the layout using own CSS redefinitions (Help for Display Settings). Something like i.e.
    .updated { border-left: 1px solid red; }
    or
    .updated::before { content: "UPDATED: "; }
    Perhaps add ud-$YYYYMMDD or updated-today or similar for more customisation options?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1226340]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-25 06:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found