diff --git src/bp-templates/bp-nouveau/js/buddypress-nouveau.js src/bp-templates/bp-nouveau/js/buddypress-nouveau.js
index 763c74d54..5c504766e 100644
--- src/bp-templates/bp-nouveau/js/buddypress-nouveau.js
+++ src/bp-templates/bp-nouveau/js/buddypress-nouveau.js
@@ -205,6 +205,10 @@ window.bp = window.bp || {};
 			} else {
 				$( selector ).html( content );
 			}
+
+			if ( 'undefined' !== typeof bp_mentions || 'undefined' !== typeof bp.mentions ) {
+				$( '.bp-suggestions' ).bp_mentions( bp.mentions.users );
+			}
 		},
 
 		/**
