Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Error in autocomplete Buddypress messaging – please help!


Virtuali
Participant

@gunju2221

@ultimateuser, sorry for not getting back to you. Here is a potential fix, As listed here

In bp-messages-cssjs.php:

Change

`jQuery(“ul.first”).autoCompletefb({urlLookup:’root_domain . str_replace( ‘index.php’, ‘/wp-load.php’, $_SERVER ) ?>’});`

to:

`jQuery(“ul.first”).autoCompletefb({urlLookup:’root_domain . ‘/wp-load.php’ ?>’});`

Skip to toolbar