https://communityinter.net/groups/marketplace/docs/ shows the “read me” doc, which can be edited and the content is there, but when you click on the doc you get a 404 page
Resetting the permalinks does not fix this.
]]>Hello, has anyone managed to find a way to easily change the word ‘docs’ in the plugin to something else? It would really make my users’ lives easier if they were called ‘Pages’ throughout. Have tried looking at Locotranslate etc but it is just beyond me!
]]>Hello,
is it possible to limit the type and weight of files wich can be uploaded ?
]]>I’m having difficulty with the “Create Doc” process.
Admins can create a document via the WP dashboard (like creating a new page or post). These documents can then be edited by users. However, non-admin users wishing to create their own documents through the normal process cannot – on clicking the “Create Doc” buttons or links, the site appears to start loading a new page (the tab icon starts the loading “timer”), but nothing happens. If I leave it long enough (45 seconds or so), I have been getting a 504 Gateway Timeout error.
My context is:
BP Docs 2.2.3
BP 14.1.0
WP 6.6.2
php 8.2.24
The site is using the Astra Theme 4.8.2
I run another site on the same server with a very similar set of plugins and BP Docs works perfectly on that site. I fear it may be a plugin conflict, but since it’s a membership site with PMPro 3.2 (with the PMPro BP & BB AddOn 1.4.1), disabling these to check is out of the question (these are not on the other site).
Can anyone tell me whether this is likely? Or whether there’s a way round it? Or offer any help at all?
Thanks in advance,
Mark
I’m working on customizing the design of BuddyPress Docs and would appreciate some guidance. Could you please provide a list of the main CSS selectors that I should target ?
]]>Can’t find the option to delete an empty folder. I am sure it’s very simple, but I can’t find it…
]]>Hello team,
we’ve discovered a small bug that causes several warnings: https://prnt.sc/-MW7Pg4-yz7n
We’ve tested it on multiple non-FSE themes.
The problem is in the theme-bridge.php file on the line “Random the top template”. The code refers to the 1st element of the array $templates without checking if the array has any elements at all: https://prnt.sc/lmge5L3GADgt. And if the array is empty – it causes WP warnings.
The thing is that all modern themes (block themes and non-block themes) generate the theme.json file (a requirement of modern marketplaces). So, even if it is just an Elementor-based theme (not a block theme) they still may have this theme.json file among their files, but it will not have any templates in it.
So, could you please add a simple check for your filter get_block_templates that checks if the array $templates have any elements before referring to the 1st element? This will resolve these warnings.
Thank you in advance.
]]>I use the Jetpack plugin to set Markdown. It works well with bbPress but not with BuddyPress Docs or BuddyPress.
I guess this is bevause of the Docs use of the TinyMCE front-end doc editing?
Is there a way to make this amenable to Markdown integration or if not replace the Docs TinyMCR with the wordpress editor that integrates with Jetpack’s Markdown settings?
]]>Regarding this post.
It removes the Docs step from the group creation process. Is there an action to also remove Docs from the group’s Manage screen? For instance:
function buddydev_remove_group_admin_settings() {
if ( ! bp_is_group() ) {
return;
}
bp_core_remove_subnav_item( groups_get_current_group()->slug . '_manage', 'group-settings', 'groups' );
// reattach screen function to avoid 404.
add_action( 'bp_screens', 'groups_screen_group_admin', 3 );
}
add_action( 'bp_template_redirect', 'buddydev_remove_group_admin_settings', 1 );
removes group settings from the group’s Manage options.
]]>Hi,
I’m trying to create a new doc in a group and when I click on Create Doc, it appears a page with this text:
Archives:?Docs
All Docs Started By Me Edited By Me My Groups New Doc Title Content Visual Text Attachments Add Files Associated […]
without any form to fill. Could it be a version conflict? Many thanks.
WP install
Buddy press v 14.1.0
Buddy press docs v 2.2.3
BBpress v 2.6.11
]]>Hello team! So I would like to ask if theres a way that when a doc gets uploaded on my website, people that have a specific role (for example, moderators) to receive a email notification.
I have added moderation to every doc that gets uploaded and it would be perfect if mods can receive email notification of these.
Thanks in advance!!
]]>We would like to customize the email that goes out when someone comments on a doc. Is there a way to do this?
]]>Hello!! I would like to ask for a suggestion for this awesome plugin or to provide me with an idea how to do it. Basically I want to have a tracking system of the clicks that every doc that has been uploaded on my website has. Something like that most statistics plugins do for pages..
Thanks in advance!
]]>I was wondering if ii was possible to use the doc ID in the document slug instead of the doc name? When a user renames a doc, the slug stays the same. An ID would be more useful to avoid confusion!
]]>I am trying to display BuddyPress docs index within elementor page, but can’t find a short code for this. I am not trying to customize the the view itself, just place the docs index inside of the page container and I’m not sure how to do this. Please advise.
]]>We have noticed that recently any Buddypress Docs related activity updates with our Buddyboss-based community platform result in blank activity updates, with just the name of the person who used the Docs feature and no indication of the name of the doc and whether they had created, edited, or deleted it, etc. Is this a compatibility issue? It had not been the case before. The problem is apparent only in the web browser version of the community platform. All the necessary information appears via the BuddyBoss app.
]]>This plugin is great and provides a superb functionality to buddypress, thank you!
May I clarify, is it possible to download documents created with the plugin?
I can read, edit, save but there is no download functionality. Unless of there is something I am missing?
]]>Hi ??
In former times, to copy a document (from libre office,…) into bp docs, we just did CTRL+A, CTRL+C, CTRL+V and voilà.
This seems not to work any more?
]]>Hi!
The plugins is not working correctly with the Astra theme v.4 and beyond. I tested in a clean website, just with Astra theme, Buddypress and your plugin, to make sure it was not another plugin’s issue, and when I try to add a new document to a group, there is an infinite loop and nothing happens…
So I guess something is not working with Astra 4; I’ve talked to the Astra support and they verify there is some incompatibility and told me to come to your support.
Could you check this out, pleas?
Thanks in advance, regards!
]]>Hi,
It’s my first time using this plugin. I have created a new doc; how do I assign it to a specific group in Buddypress?
Thanks for your help,
Philippe
]]>On our testing server everything works fine. But as soon as we transfered the site over to a clients server with VPN access attached to it. It caused some weird issue where now attachments are going from the direct path of the media file to now getting some sort of ?bp-attchements=attachment-name.extension, also when opening the attachement on the front-end the user is set to download the file instead of just opening it up in a new tab.
]]>Hello! Thanks for this plugin. I want something very specific. On the Create new doc menu I want to hide some categories like the parent one. Thats the first case that I want your help. The second case is that on the tags menu I want a dropdown so users can select which tag their doc goes to but for the tags that I have created and not be able to create new tags. Is that possible somehow?
You will save me if there is a solution for those two situations. Thanks!
]]>I am using the plugin and works great, however, by default when a user is crating a document visibility is “Anyone” and this is a problem as some users are posting documents with private date.
So I would like to know if there is a way to have the option “The Doc author” only or at least, be the default option when creating a document.
Hi!
I’ve managed to install the plugin, everything shows correctly, but when I try to click on the upload button nothing happens. The page tries to load something and then I get a timeout error. Any idea what could be the problem?
Best regards
Rakel
Hello i user “user role editor” and Admin menu editor to show costumized role and menu for admins. but i have problems with BP Dokuments! Required capability is “edit_posts ” but it i still not visible after giving this capability to a role!
Thanks!
]]>deleting folders won’t work, it just refreshes to same page
]]>Currently, all BP Group admins can enable/disable “BP Docs” themselves. However, this option should only be available if it has been previously enabled in the backend for that specific group. Therefore, I suggest adding an option to toggle ‘BP Docs’ on or off for each group in the admin backend of WP.
]]>Hi,
there seems to be bug in current plugin version (tested 2.2.2 and 2.2.3). When trying to add attachments [Upload files] the following error occurs:
“An error occurred in the upload. Please try again later.”
The debug log throws this error for each new upload attempt:
[08-Mar-2024 08:52:47 UTC] PHP Notice: Undefined Offset: 0 in /var/www/html/.../wp-content/plugins/buddypress-docs/includes/theme-bridge.php on line 384
[08-Mar-2024 08:52:47 UTC] PHP Notice: Trying to get property 'content' of non-object in /var/www/html/.../wp-content/plugins/buddypress-docs/includes/theme-bridge.php on line 384
I added the capability “upload_files” to the users role, but this doesn’t make any difference.
After deactivating all plugins besides BP & BP-Classic, I narrowed down the problem to WooCommerce (blank installation from 8.2.2 to 8.6.1). After deactivating this plugin, the upload works.
BTW: File uploads also work in “BuddyDrive” even with WooCommerce activated.
BuddyPress Docs 2.2.3
I want to disable the Activity Filter ‘bp_doc_edited’ . How can I di that?
]]>