I am facing the same problem. The plugin is broken and gives the error “undefined undefined” when you type @ and a letter after it.
Can you please help resolve this?
Same problem for me. WordPress Multisite 3.4.2 e BuddyPress 1.6.1
Going to release a fix this weekend!
Ok @paul Gibbs. This fix will be wonderful, since I expected that my site will go online next monday.
When I become a billionaire, I will not forget you. Thank you.
Looking forward to a fix! This would be quite useful if it worked.
Now it’s working…
But a oficial fix will be perfect! Very thanks @djpaul (Paul Gibbs).
Site: http://www.areaonze.com
Thanks again!
@mariovalney, how’d you get it to work?
Thanks!
@tmonk15, I change one line of code… I’m so sorry not put the credits, but I really don’t remember the source…
But the code is in:
wp-admin/admin-ajax.php
In “public function __construct() {“
Change if ( is_admin() ) for if ( is_admin() && (!defined(‘DOING_AJAX’) || DOING_AJAX === false) )
Thanx @mariovalney. I’ll give that a try!
ok.
Tell us with it works to you too.
Perfect! You are awesome, man!!!