yii2mod / yii2-comments

Comments module for Yii2
MIT License
159 stars 64 forks source link

How can i get the user id ? #54

Closed eduardo-g-silva closed 7 years ago

eduardo-g-silva commented 7 years ago

Hi thanks for the code I works fine and the readme helps a lot to implement it.

I am overriding the _list.php to add a link to the user profile. in the model i can get the updateBy but is not always correspond the user who made the comment.

I manage to add the getAvatar and getAuthorName but i can't manage to get the user id is it any method to do that?

Thaks again

ihorchepurnyi commented 7 years ago

CommentModel has attribute createdBy, you can use this attribute.

eduardo-g-silva commented 7 years ago

Yes it work perfect sorry it was my js playing tricks :(

ihorchepurnyi commented 7 years ago

You're welcome :)