The annoxn ID is already avail just at the time the MsgBd Comment is created in MsgBd code. "Read the code" LOLZ ;- ) [ & G/N @ 12.22am;) ]
msgbd comment? i cant understand what you're trying to get at..
Oh Boy ;-) LOLZ ;-oO;X;P I never "trying to get at.." I did say "read the code" ;-)
The Comment which *is the Anno Object is avail here :=
function messageboard_add($poster, $owner, $message, $access_id = ACCESS_PUBLIC)
{
global $CONFIG;
$result = $owner->annotate('messageboard', $message, $access_id, $poster->guid);
if (!$result) {
return FALSE;
}
add_to_river('river/object/messageboard/create',
'messageboard',
$poster->guid,
$owner->guid,
$access_id,
0,
$result);
. . .
There it is ! ;-)
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.