ElkArte Community

Extending Elk => Addons => Addons ideas and questions => Topic started by: Burke Knight on June 07, 2015, 11:35:13 am

Title: Remove Last Edit
Post by: Burke Knight on June 07, 2015, 11:35:13 am
One mod I used to always use on SMF forums, was the Remove Last Edit mod.
I'd love to see that one ported over, if can. :)
Title: Re: Remove Last Edit
Post by: emanuele on June 07, 2015, 12:20:54 pm
I don't remember exactly if it is show anywhere else that display, but if display is the only place and a single <li> is not a great deal, a simple css trick would be enough:
Code: [Select]
.quickbuttons .modified {
    display: none;
}
O:-)
Title: Re: Remove Last Edit
Post by: Burke Knight on June 07, 2015, 12:23:49 pm
That removes them all.
The mod places link to remove the last edit from each post.
That way, can go and click it to remove the line from some posts, but leave for others.

But, that way would work for total last edit removal, if want that. :)
Which, I may just do, as I always hate to show that I did edits to my own posts.... LOL
Title: Re: Remove Last Edit
Post by: radu81 on June 07, 2015, 12:37:46 pm
I also used that addon on SMF http://custom.simplemachines.org/mods/index.php?mod=3361
Title: Re: Remove Last Edit
Post by: emanuele on June 07, 2015, 12:49:06 pm
Ohhh... okay, I guessed based on the title. :P
Title: Re: Remove Last Edit
Post by: Spuds on June 09, 2015, 09:24:28 am
Interesting addon, seems like an easy thing to add.
Title: Re: Remove Last Edit
Post by: ahrasis on June 09, 2015, 01:12:03 pm
Yeay... Spuds is making one for us. ;)[1]
I remember making permission to edit or something like that, but forgot what is its name and function... hurmmm...