[buddypress-trac] [BuddyPress Trac] #5993: Mentions autosuggest not working on groups home page
buddypress-trac
noreply at wordpress.org
Wed Nov 5 14:57:06 UTC 2014
#5993: Mentions autosuggest not working on groups home page
--------------------------+------------------------------
Reporter: tobyhawkins | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Activity | Version:
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by shanebp):
Confirmed.
Forum reference:
[https://buddypress.org/support/topic/mentions-autosuggest-not-working-on-
group-home-page/]
OP:
"I’ve fixed it using the following code in my bp_custom.php file, but I’m
wondering if this is intended functionality, site-specific or a bug?"
{{{
function my_load_mentions_on_group_home_page( $retval ) {
if( bp_is_group_home() )
$retval = true;
return $retval;
}
add_filter( "bp_activity_maybe_load_mentions_scripts",
"my_load_mentions_on_group_home_page" );
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5993#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list