Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
look like a tree, but can't see message text
k31f
New
vanilla-core-2.0.17.8.zip
helper_functions.php:
$Sender->Options = '';
$CssClass .= $Object->InsertUserID == $Session->UserID ? ' Mine' : '';
$Sender->CssClassComment =& $CssClass;
$Sender->FireEvent('BeforeCommentDisplay');
?>
http://www.k31f.ru/temp/123.png
helper_functions.php:
$Sender->Options = '';
$CssClass .= $Object->InsertUserID == $Session->UserID ? ' Mine' : '';
$Sender->CssClassComment =& $CssClass;
$Sender->FireEvent('BeforeCommentDisplay');
?>
http://www.k31f.ru/temp/123.png
Tagged:
1
Comments
Why it doesn't work. All moves, looks as a tree but the message vanishes and isn't displayed. If already reciprocal message to edit that the message text it will be normally visible.
$Sender->Form->SetFormValue(
'Body',
T('Reply to') . ' @' . str_replace(' ', '+', $ParentComment->InsertName) . ': '
);
This was automatically inputing the "reply to @ name" and I guess causing the bug. I can live without it.