Michael Beckwith

Results 748 comments of Michael Beckwith

First part handled in 54bfb10

@Nicscott01 Can you point out and remind me where you're doing custom endpoints at? For example, are you in the `wds_check_for_vimeo()` function or `wds_get_vimeo_details()` ? Trying to determine the best...

It does, but at the same time it's taking over everything really early in the process and basically overriding EVERYTHING. Would you be willing to zip up your copy and...

I'm going to punt the override details to a later release as I don't want to hold up on a 1.2.0 which has some good fixes in it.

Add nonce and/or $_GET parameters? Check for current_user_can? Potentially need to include user ID as parameter.

Another one getting bumped. I don't have a great solution for this and I don't want it holding the rest up.

http://www.wpexplorer.com/how-to-ban-a-wordpress-user/

Need a way to log sanely as well as view log for end user. Possibly use https://github.com/Seldaek/monolog. Needs php5.3+ though. Test for 5.3 before using. Would prefer not to disable...

Due to latest BuddyPress requiring PHP 5.3, this is feasible. However, not sure if needed since BPRO 4.4.0 is planning to use BuddyPress emails.

This plugin is pretty basic and straightforward and each "chat room" is just a post in a custom post type while the text used in the chatroom is saved to...