You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make the render functions for the comments list and item in CommentList.php hookable.
I need microdata in the markup for the comment lists ratings. I know I could loop through the comments and output my own markup. But it would be much better if I could place this in a module and hook from there as I (and maybe others) sure could use this on other projects, too.
See also forum tread
Thank you.
I added a pull request for master
The text was updated successfully, but these errors were encountered:
Are those methods not hookable for a certain reason?
We don't usually make methods hookable unless there's a definite need for it. That's because there's more overhead in calling a hookable method vs. a non-hookable method. However, after looking at LostKobrakai's suggestion, if you find that you still need these methods to be hookable, just let me know.
Thank you, Ryan, for clarifying. I think I can do with LostKobraKai's suggestion. So there isn't really a need to make those methods hookable and you can close this issue.
Please make the render functions for the comments list and item in CommentList.php hookable.
I need microdata in the markup for the comment lists ratings. I know I could loop through the comments and output my own markup. But it would be much better if I could place this in a module and hook from there as I (and maybe others) sure could use this on other projects, too.
See also forum tread
Thank you.
I added a pull request for master
The text was updated successfully, but these errors were encountered: