In video app, "favorites by author" says "{display_name}"

In the view video page I enabled the "favorites of author" block in admin, but on the front-end of the site it says "Favorites by {display_name}" instead of showing the author's name.

  • 399
  • More
Replies (1)
    • Hello Joseph!

      Well, this block was made to get an argument "profile_id" to show the "favorited" videos from the given profile id. This block was developed to be placed on the profile pages (where exists "profile_id" parameter). For your purposes, it's necessary to change the code and add the method to show the "favorited" videos.

      Login or Join to comment.