Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Update post date after edit

by Perlbotics (Archbishop)
on Nov 26, 2018 at 19:37 UTC ( [id://1226389]=note: print w/replies, xml ) Need Help??


in reply to Re: Update post date after edit
in thread Update post date after edit

...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://1226389]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-03-28 19:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found