Michael Beckwith

Results 748 comments of Michael Beckwith

Hmm. I do see that I managed to get two calls to setting moderated status inside the `bp_registration_options_bp_core_register_account()` function, which runs on the `user_register` action hook. We use `bp_registration_set_moderation_status()` to...

Depends on how their things are set up. If they're matching `user_register` exactly, then it would be running at least twice because WordPress core uses that same hook name as...

setting your sql to distinct would remove duplicate entries in the returned results, but doesn't mean that they were removed from the database as a whole.

As long as we can get the notification ID, we should be able to mark as read via BP functions in bp-notifications

https://buddypress.trac.wordpress.org/browser/tags/3.2.0/src/bp-messages/bp-messages-notifications.php#L166

Begun this process in alpha branch. Created ui-visibility.php file holding callbacks and functionality that hides the frontend elements.

No limits that I'm aware of outside of what the server and the database can handle, size wise. We definitely don't try to implement any sort of limits either. For...

Interesting, but yeah let us know if something comes up again and we'll see what we can do to help.

This will need updated for the refactored 4.2.0

Do you have any examples of FB videos that would be embed-able in WordPress content? I tried one but it didn't work and threw errors. We'd also need some sort...