• Resolved kiinoo

    (@kiinoo)


    bp profile search plugin, i found this plugin shortcode like “echo do_shortcode(‘[bps_form id=123]’);” can’t insert in any BuddyBoss theme buddypress template file, like i tried to attach this shortcode to buddypress/groups/single/home.php, something terrible happened! generate 20 repeating contents of the shortcode generated!

    do you know why?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Andrea Tarantini

    (@dontdream)

    Hello kiinoo,

    Sometimes a conflict surfaces in the Groups pages, I don’t have a solution yet but you can try this workaround:

    1. Open bp-profile-search/bps-external.php

    2. Locate the first line:

    add_filter ('bps_add_fields', 'bps_groups_setup', 99);

    3. Comment it out:

    // add_filter ('bps_add_fields', 'bps_groups_setup', 99);

    4. Save the file, and see if your page works correctly now.

    Thread Starter kiinoo

    (@kiinoo)

    That works!!!! 😉

    but is there side effect by disabling this line? 😉

    Thread Starter kiinoo

    (@kiinoo)

    And thank you for responding with solution 😉

    Plugin Author Andrea Tarantini

    (@dontdream)

    You’re welcome!

    Yes, unfortunately the side effect is that the search by groups is disabled.

    Thread Starter kiinoo

    (@kiinoo)

    thanks, that would be fine. ; )

    thank you again, happy coding! you are best! ; )

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘something wrong with BuddyBoss Theme.’ is closed to new replies.