David Cavins
@dcavins on WordPress.org and Slack
- Member Since: January 6th, 2012
- Location: Mid-Missouri
- Website: cavinsguitars.com
Bio
Contributions
David Cavins’s badges:- Core Contributor Core Contributor
- Translation Contributor Translation Contributor
- Plugin Developer Plugin Developer
-
Posted a reply to Updating group document title duplicates the document, on the site WordPress.org Forums:
HI @dern3rd- Which version of BP Docs, BuddyPress and WordPress are you using? There was…10 hours ago
-
Posted a reply to PHP Error with 7.3, on the site WordPress.org Forums:
Thanks, @venutius, for flagging this issue. We'll look into it. :)1 week ago
-
Posted a reply to Edit Window Default Height, on the site WordPress.org Forums:
Hi Rob- I've verified that the snippet as provided works. You can really blow it…2 weeks ago
-
Posted a reply to Edit Window Default Height, on the site WordPress.org Forums:
Hi Rob- You can use a filter like this, in your bp-custom.php, another plugin file,…2 weeks ago
-
Posted a reply to Updating group document title duplicates the document, on the site WordPress.org Forums:
Hi @pauldyke- I'm not able to replicate the error that you're seeing, so I'm guessing…3 weeks ago
-
Posted a reply to “HTTP Error” when uploading files / Attachment Upload not working, on the site WordPress.org Forums:
Hi Reinhard- As Boone has suggested, getting a -1 back is a good indication that…4 weeks ago
-
Posted a reply to Delete button not show when upload file, on the site WordPress.org Forums:
Hi @davidbet2- Thanks for your comments. You are correct, you cannot delete a just-uploaded file…1 month ago
-
Posted a reply to Conflict with Smart Slider 3, on the site WordPress.org Forums:
Hi @netextend- Thanks for your feedback. We've incorporated your suggestion in https://github.com/boonebgorges/buddypress-docs/commit/ddb6cace02dbb0ffdc7f27a9944d8dcb68598b48 Best, -David1 month ago
-
Created a new ticket, #8004, in BuddyPress Trac:
Multiple comment forms on activity stream lead to duplicated ...1 month ago
-
Posted a reply to Problem with tripled files, on the site WordPress.org Forums:
Hi @elkiske- We've (really Boone solved it) identified the issue, and the fix can be…1 month ago
-
Posted a reply to Problem with tripled files, on the site WordPress.org Forums:
Unfortunately, WPML is a paid plugin to which I don't own a license. I've asked…2 months ago
-
Posted a reply to How to get the Doc Tags of a doc programmatically, on the site WordPress.org Forums:
Sounds like you worked out the answer here? For any future visitors, docs tags are…2 months ago
-
Posted a reply to List documents with attachments shown by default, on the site WordPress.org Forums:
Excellent, thanks!2 months ago
-
Posted a reply to Buddypress Docs Plugin accessible for everyone, on the site WordPress.org Forums:
Hi @alessiocasa- You could put something like that in a bp-custom file, as described here:…2 months ago
-
Posted a reply to Failed update, on the site WordPress.org Forums:
Hi @pandraka- Can you update us on what happened? Thanks! -David2 months ago
-
Posted a reply to Hierarchization of documents, on the site WordPress.org Forums:
Hi @musatge- You could use the bp_docs_hierarchy_show_children filter. Something like this would get pretty close:…2 months ago
-
Posted a reply to List documents with attachments shown by default, on the site WordPress.org Forums:
Hi @phillcoxon- On the /docs screen, the attachment "drawers" are all rendered, but hidden. The…2 months ago
-
Posted a reply to Problem with tripled files, on the site WordPress.org Forums:
Hi @elkiske- Sorry you're having troubles. I am unable to duplicate this issue on any…2 months ago
-
Posted a reply to Paginate Long Buddypress Docs?, on the site WordPress.org Forums:
Hi @jineu- I can't think of any easy way to paginate BP Docs using shortcode…3 months ago
-
Created a new ticket, #3220, in bbPress Trac:
Accessibility: Avoid Adjacent Duplicate Links for Topic Author3 months ago
-
Created a new ticket, #7963, in BuddyPress Trac:
Activity item: Secondary avatar and user name/group name create ...4 months ago
-
Posted a reply to Reporting author-only doc permalink broken, on the site WordPress.org Forums:
I see from the plugin page that the "pro" version includes "Custom post-type protection" as…4 months ago
-
Closed ticket #7930, in BuddyPress Trac:
Harmonize BP Nouveau Group Header files5 months ago
-
Created a new ticket, #7930, in BuddyPress Trac:
Harmonize BP Nouveau Group Header files5 months ago
-
Posted a reply to Buddypress Docs Plugin accessible for everyone, on the site WordPress.org Forums:
You can filter the default access permissions using a filter: bp_docs_get_default_access_options Your code might look…5 months ago
-
Posted a reply to Attaching to Docs programmatically, on the site WordPress.org Forums:
Ha ha, Boone can read code as well as write it! A+6 months ago
-
Posted a reply to Attaching to Docs programmatically, on the site WordPress.org Forums:
Check out how attachments are handled in the plugin for your answers: create_htaccess() builds the…6 months ago
-
Posted a reply to Change Doc Author, on the site WordPress.org Forums:
Assuming you're logged in as a site admin, it should work. You can always use…6 months ago
-
Posted a reply to Change Doc Author, on the site WordPress.org Forums:
Sorry, no. You'll have to troubleshoot your server. (That's part of the fun of running…6 months ago
-
Posted a reply to Change Doc Author, on the site WordPress.org Forums:
Yes, it works as expected for me. As an admin, I can reassign my posts…6 months ago
-
Posted a reply to Change Doc Author, on the site WordPress.org Forums:
On my installation, the "author" box populates with all available users (including those who haven't…6 months ago
-
Posted a reply to Change Doc Author, on the site WordPress.org Forums:
Hi @b0zar- Sure, you can change the author of the doc. The easiest way would…6 months ago
-
Posted a reply to JS issues, on the site WordPress.org Forums:
Thanks for the update!6 months ago
-
Posted a reply to Would like to report the error regarding BuddyDocs, on the site WordPress.org Forums:
Hi @dunhakdis- Thanks for your report. This issue will be resolved in an update. Here's…7 months ago
-
Posted a reply to Curl Error, on the site WordPress.org Forums:
Hi @venutius- Two questions: What happens if you visit that URL in your browser? There…7 months ago
-
Posted a reply to Fatal error: Call to undefined function bp_is_group_forum, on the site WordPress.org Forums:
Did you happen to update buddy press to version 3? It sounds like a similar…7 months ago
-
Posted a reply to 500 error, on the site WordPress.org Forums:
Hi Steven- I'm not seeing this error on any of my sites. Can you tell…7 months ago
-
Posted a reply to Completely restricting normal users from creating, on the site WordPress.org Forums:
Hi Jesper, I don't know exactly what you mean. If you're wanting to change the…7 months ago
-
Posted a reply to Completely restricting normal users from creating, on the site WordPress.org Forums:
Hi Jesper- Sure, you can prevent normal users from creating docs. Something like this map_meta_caps…7 months ago
-
Posted a reply to Creating many documents, on the site WordPress.org Forums:
Hello. Yes, you can create docs programmatically, using BP_Docs_Query::save(): https://github.com/boonebgorges/buddypress-docs/blob/master/includes/query-builder.php#L412 Here's an example of how…7 months ago
-
Posted a reply to Add Image Button to Visual Text Editor, on the site WordPress.org Forums:
Hi. Yep, we think that would be cool, too, but need to find the time…8 months ago
-
Posted a reply to Buddy Docs for regular blog posts?, on the site WordPress.org Forums:
Hi jromaine- Why not use this plugin as is and build a different front end…8 months ago
-
Posted a reply to Access, on the site WordPress.org Forums:
Hi Ignazio- I'll need some more information. What part of docs are you trying to…8 months ago
-
Posted a reply to Show categories, on the site WordPress.org Forums:
Hi, I'm not sure what you mean. If you're talkign about the WP-stock categories, then…8 months ago
-
Posted a reply to Attachment links not working, on the site WordPress.org Forums:
Congratulations on finding the root of the issue! I don't use W3TC myself, I find…8 months ago
-
Posted a reply to Attachment links not working, on the site WordPress.org Forums:
Hi Liam- I'd follow these steps for troubleshooting code interaction: • Switch to a "default"…8 months ago
-
Posted a reply to Attachment links not working, on the site WordPress.org Forums:
That looks good to me! I even followed the link and the pdf downloaded fine.…8 months ago
-
Posted a reply to Attachment links not working, on the site WordPress.org Forums:
Huh. When I use a known BP Docs attachment ID with that code, the output…9 months ago
-
Posted a reply to Attachment links not working, on the site WordPress.org Forums:
OK, if you've added a page-test.php file to your theme, then WP will use it…9 months ago
-
Closed ticket #7610, in BuddyPress Trac:
Use bp_user_can for some group-related permissions.9 months ago
Developer
-
BuddyPress
Active Installs: 200,000+
-
BuddyPress Docs
Active Installs: 9,000+