Skip to:
Content
Pages
Categories
Search
Top
Bottom

Message’s Send To auto-fill functionality not working

  • @rhormazar

    Participant

    The “Compose” page has a field labeled “Send To” that, when I type inside, seems to attempt to auto-fill names, but nothing happens. I checked for JavaScript errors and there were none. I have “Friend Connections” disabled, but I also tried with it enabled and the profiles being friends.

    I’ve also tested for theme/plugin conflicts by deactivating all plugins except BuddyPress and activating a WP default theme. No Javascript or PHP errors are displayed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • @vapvarun

    Participant

    @rhormazar, You can try following codes inside the child theme functions.php

    add_filter( 'bp_activity_do_mentions', '__return_false' );					
    add_filter( 'bp_activity_maybe_load_mentions_scripts', '__return_false' );

    @rhormazar

    Participant

    @vapvarun Thank you for your response.

    I added those filters on the child theme’s function.php file, but I saw no difference. What is that code intended to do?

    @rhormazar

    Participant

    I didn’t test it right initially. The auto-fill only works when members are friends, and when I tested it I tested it with “@username” which didn’t work.

    I then found a plugin that enables it to work for all members and not just friends: https://wordpress.org/plugins/buddyextender/

    @vapvarun

    Participant

    @rhormazar above code had the same purpose to enable it for all members, the same code is also used inside buddyextender plugin https://plugins.svn.wordpress.org/buddyextender/trunk/loader.php

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar