Hey guys !
I need some explanation to add custom content in an existing component. I would like to add from an extension a block after the counter posts on all discussion items.
I tried to do with the DiscussionListItem -> infoItems but there is just this one to add content for discussion items and it's wrong for me to place it here.
I kown by @luceos, it's possible to overide a function from a component but I don't know how do that with flarum/mithril combination. I think to overide the view() function in /components/DiscussionListItem.js, is it the good solution ? Or there is an other way ?
Thanks ?