Activity

  • raytronx started the topic Error getting likes patch in the forum BuddyBoss Wall 9 years, 7 months ago

    @tjchester I noticed the problem came back after the latest BB Wall update. looks like it overwrote the change. So I replaced the line again in includes/wall-template.php to fix it.
    Is this fix going to be put into the new updates or is it something I will have to change after every update?

    @raytronx SOLVED
    Change line 132 of includes/wall-template.php from this:
    if( !$users_who_liked && $refetch_users_who_liked ){
    to this:
    if( !$users_who_liked ){