Furry stuff, oekaki stuff, and other stuff.
You are not logged in.
Hi, for some reason, when I or any admin edits a members posts, it will not allow us to not display the “Edited by (Admin)".
Last edited by Rage Inflictor (07-08-2009 01:42:31)
Offline
Oops. This works correctly for comments, but not picture edits!
Get the fix here: Functions 1.4.3
If you've edited the functions file, use this substitute:
if ($flags['mod'] || ($flags['admin'] && $editon)) { REPLACE WITH if (!$flags['admin'] || ($flags['admin'] && $editon)) {
This happened when I added the new moderator account. I'm not sure how I missed that.
Offline
Offline