Boone Gorges

Results 231 comments of Boone Gorges

Thanks for this! Very helpful. It looks like the problem is *not* with rewrite rules - the query is being set up properly. So the next place to look is...

This was all copied directly out of a version of WordPress several years ago, so I have no objection to changing it to whatever looks better!

Hi @rvlak - Thanks very much for the suggestion! Can you give a sense of what you think this would entail? It's already possible to add arbitrary fields using a...

@rvlak Gotcha, thanks! This is an interesting idea. It'd be a pretty involved project, more than can probably be done without some client sponsorship, but it's worth filing away as...

> Actually Buddypress docs lose his link from the uploaded media. Could you say more about this? Exactly what is happening? 1. Are you able to upload the file using...

Thanks very much. One more question: What *should* the URL look like?

Yes, that's what I need - I need to understand how the Offload plugin filters URLs. Can you confirm that this is the plugin you're using? https://wordpress.org/plugins/amazon-s3-and-cloudfront/ If so, I'll...

I had a look and it looks like this is a minimal solution. In a plugin or a theme file: ```php add_filter( 'bp_docs_attachment_url_base', function( $att_url, $attachment ) { $att_url =...

The Doc protection feature has two parts. 1. Direct download URLs are masked. For a doc with URL like example.com/docs/test-doc, attachment download links appear as example.com/docs/test-doc?bp-attachment=image.jpg. WP then catches these...

Hello @ParkLai - The widget sorts by 'modified', rather than publish date. Can you verify whether this is the behavior on your installation? You might help to debug by checking...