PDA

View Full Version : Allow all to see editted posts


Matt_Crawford
03-05-2009, 10:33 AM
Hello all,

I did some edits a while back that allowed all my users to click on the "last edited by" link and see the changes that had been made.

Unfortunately, after upgrading, this change was lost and I cannot find the original post that described how to make the edits, so any help tracking this down would be greatly appreciated.

Many thanks,

Matt

Lynne
03-05-2009, 02:30 PM
If you look at the template, this is the condition that defines if it is shown or not:
<if condition="$show['postedited']">
<!-- edit note -->

So, I think all you need to do is write a plugin that defines $show['postedited'] as true. I haven't tried it, but go ahead and try it and see.