04-24-2006, 11:30 AM
I love TikiWiki's Quick Edit plugin, however it doesn't seem to add "Edited By" information to the post when it's edited. Looking at the code, it appears that it's *supposed* to:
I don't imagine that gets defined for no reason at all
Any ideas as to why the "edited by" information might not be getting posted?
Code:
$post = array(
"message" => addslashes($mybb->input['message']),
"edittime" => time(),
"edituid" => intval($mybb->user['uid']),
);I don't imagine that gets defined for no reason at all

Any ideas as to why the "edited by" information might not be getting posted?