mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Fixes #2494 Comment Menu Avatar. eg {CM_AUTHOR_AVATAR: shape=circle}
This commit is contained in:
@@ -1489,6 +1489,7 @@ class comment
|
||||
//author - no ned to split now
|
||||
$comment_author_id = $row['comment_author_id'];
|
||||
$ret['comment_author_id'] = $comment_author_id ;
|
||||
$ret['comment_author_image'] = $row['user_image'];
|
||||
$comment_author_name = $row['comment_author_name'];
|
||||
$ret['comment_author'] = (USERID ? "<a href='".e107::getUrl()->create('user/profile/view', array('id' => $comment_author_id, 'name' => $comment_author_name))."'>".$comment_author_name."</a>" : $comment_author_name);
|
||||
//comment text
|
||||
|
Reference in New Issue
Block a user