NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

#1 07-08-2009 01:32:09

Admin edits

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

#2 07-08-2009 04:57:44

Waccoon
Administrator

Re: Admin edits

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:

Code:

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

#3 07-08-2009 06:39:58

Re: Admin edits

Ah. Thank you :]

Offline

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB