-
herostrat posted on the forum topic bp-messages Compose Message autocomplete issue in the group How-To and Troubleshooting: 13 years, 10 months ago
sry, missed the “”, correct code is:
jQuery("ul.first").autoCompletefb({urlLookup:'root_domain . '/wp-load.php' ?>'});
-
herostrat posted on the forum topic bp-messages Compose Message autocomplete issue in the group How-To and Troubleshooting: 13 years, 10 months ago
not to code-savvy but what fixed it for me: bp-messages-cssjs.php:
jQuery("ul.first").autoCompletefb({urlLookup:' root_domain . str_replace( 'index.php', '/wp-load.php', $_SERVER ) ?>'});
pulled the wrong path to wp-load.php for my single site wp subdomain installation. Like http://DOMAIN/SUBDOMAIN/SUBDOMAIN//wp-load.php Replacing it with the…[Read more] -
herostrat joined the group How-To and Troubleshooting 13 years, 10 months ago
@herostrat
Not recently active