I know I've seen this option, but can't seem to find it now. Could someone please tell me where to locate the option to turn off the "Edited by" statement for administrators?
EDIT: I made a mistake in my wording. It's not "Edited by" that I'm trying to turn off, it's the edited date.
There may be other places where those two words are used, but the one for comments (as in your comment there) is in the 'view thread' template (viewcomments.tpl) so you can remove it there, or make it admin-only by putting <IF {THISMEMBERISADMIN}> </IF> around it. The date part is "on {COMMENTLASTEDITDATE}" there.
When I edit a link the date edited is attached to the link. I want to remove this. I thought I saw an option in the admin cp to do this, but can't seem to find it now. Is there one, or do I need to remove the code from the template?
Comments on Edited by statement
Beginner
Usergroup: Customer
Joined: Jul 16, 2007
Total Topics: 2
Total Comments: 3
I know I've seen this option, but can't seem to find it now. Could someone please tell me where to locate the option to turn off the "Edited by" statement for administrators?
EDIT: I made a mistake in my wording. It's not "Edited by" that I'm trying to turn off, it's the edited date.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
There may be other places where those two words are used, but the one for comments (as in your comment there) is in the 'view thread' template (viewcomments.tpl) so you can remove it there, or make it admin-only by putting <IF {THISMEMBERISADMIN}> </IF> around it. The date part is "on {COMMENTLASTEDITDATE}" there.
Beginner
Usergroup: Customer
Joined: Jul 16, 2007
Total Topics: 2
Total Comments: 3
When I edit a link the date edited is attached to the link. I want to remove this. I thought I saw an option in the admin cp to do this, but can't seem to find it now. Is there one, or do I need to remove the code from the template?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
There are no admin cp options for display of edit dates, you'll need to use the template. Find and remove