Welcome Guest [Log In] [Register]
This board has been archived and is no longer accepting new questions. If you have a support question for your ZetaBoard, please visit us at the new support board. Registration is free and easy.


Visit the NEW ZetaBoards Support forum!

Username:   Password:
Add Reply
How do I hide the edit notice?
Topic Started: Aug 24 2008, 01:47 PM (700 Views)
dunsmoke
Member
[ * ]
I have been searching. I am sure this is very simple but how do I make the fact that a post has been edited?

Meaning if someone edits there post, I don't want it to show.

http://s7.zetaboards.com/Spanish_Mustangs/index/
Offline Profile Quote Post Goto Top
 
Chris
Member Avatar
Member
[ *  *  *  * ]
Just give users the option to not show that. If you edit a groups settings you will find the option to do so.
Offline Profile Quote Post Goto Top
 
Amanda
Member Avatar
comfortably numb
[ *  * ]
or you can stick this at the bottom of the css in your themes

Code:
 
.editby {
display: none;
}
Offline Profile Quote Post Goto Top
 
Kamali
Member
[ * ]
Amanda
Aug 24 2008, 01:58 PM
or you can stick this at the bottom of the css in your themes

Code:
 
.editby {
display: none;
}
In themes I have these options:

Edit Theme Settings
Edit Theme Appearance
Edit Theme Images
Edit Theme Layout

Which one do I put the code at the bottom of? And does it go right at the bottom of that section after the last thing there? (Sorry, I don't know CSS at all).
Offline Profile Quote Post Goto Top
 
Nicola
Darth Vader's Sewing Instructor

CSS is the coding language that is used in the Theme Appearance.

If you wanted to let your users choose whether to display the notice or not like Chris remarked on, go to:
Groups > Click on group name to edit > Select 'Yes' for Can opt out of displaying edit notice option.

Then they can tick the box to remove the edit notice if they wish. I'll be honest, the edit notice has come in handy for me once. On a board I used to administrate, a moderator edited a post with some prohibited content, and I was able to prove that they edited it, due to the edit notice on the post. It's not always an untidy feature added to the post after edit :P

Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Administrating Your Board · Next Topic »
Add Reply