• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Remove edit notification

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As an administrator, is there a way to remove the text that appears when you edit a post like below? If i make a post and quicily see that i made a mistake in it such as a typo, im going to correct it but dont want everyone else to know how big of a dumb ass i am or that my post was corrected.

This message was edited 2 times. Last update was at 06/03/2008 16:23:47
[originally posted on jforum.net by S3]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That is generated as part of the template files. Disabling it for all users is easy. Just wrap that section in an HTML comment. Doing it that way instead of deleting would let the information still be available by viewing the source if you wanted it.

Disabling it for specific users or posts is much harder. You'd have to figure out how to put the correct logic into the Template to show or hide this info using Freemarker script or modify the code to add a special template var.
[originally posted on jforum.net by monroe]
 
She'll be back. I'm just gonna wait here. With this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic