MyBB Community Forums

Full Version: Quick Edit help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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:

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 Smile

Any ideas as to why the "edited by" information might not be getting posted?
Well, I just tested it, It does work when you reload the page, not if you do not tho.
*slaps forehead*

Heh, I feel stupid now. It never occurred to me to just refresh the page. Thanks for pointing out the obvious, cuz apparently I needed it Smile
No problem at all Smile
Yeh - It didnt add support for it to automaticly include/update the "last edited by" in the current release, but its not really a big deal, as you can just refresh the page to have it show up. I may in the future though
Reference URL's