Ruuttu
Forum Replies Created
-
Forum: Plugins
In reply to: [Dokan Kits] No settings can be changedOk, the “Import Settings” button also works. I was able to change some settings by uploading a modified JSON. The issue appears only when using the toggles in the settings UI and clicking “Save Changes”.
Getting this error, and unable to see vendor-specific statistics in the admin panel, such as what their earnings are.
Uncaught Error: Minified React error #299; visit https://reactjs.org/docs/error-decoder.html?invariant=299 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at e.createRoot (react-dom.min.js?ver=18.3.1.1:10:126806)
at dokan-admin-dashboard.js?ver=619d5443c3982210af62:172:337784
at dokan-admin-dashboard.js?ver=619d5443c3982210af62:172:338257
at dokan-admin-dashboard.js?ver=619d5443c3982210af62:172:338261Tested with two separate WordPress installations and two different browsers using the latest versions of Dokan, WordPress, and WooCommerce.
Forum: Plugins
In reply to: [BuddyPress Group Folders] Uploads just Fail and gfold doesn't existCan you confirm that the
wp-contentfolder is writable and that you’re running a recent version of PHP and WordPress? The missinggfoldfolder would hint at a problem like that.Forum: Plugins
In reply to: [BuddyPress Group Folders] How to allow all groups?I’m sorry that this isn’t currently supported. I’ll definitely fix this in a future release.
In the meantime you can accomplish this with a simple change to the
bp-gfold.phpfile. Change the following line:
if (bp_gfold_enabled($bp->groups->current_group->id)) {
into this:
if (true || bp_gfold_enabled($bp->groups->current_group->id)) {Forum: Plugins
In reply to: [BuddyPress Group Folders] Language Files (German) – how to distribute?Oh great!
You can email them to [email protected].
I’ll add them to the plugin as soon as possible.Would you like to be credited with the name “Fee” or with something else?
Forum: Plugins
In reply to: [BuddyPress Group Folders] PermissionsThanks for the feedback! This plugin is not my main focus right now, but I’ll see if I can get that done fairly soonish.
Forum: Plugins
In reply to: [BuddyPress Group Folders] Spaces in File NamesSpaces should now work in version 1.3.
Forum: Plugins
In reply to: [BuddyPress Group Folders] Silence is golden.I’ve got this in version 1.3.
Forum: Plugins
In reply to: [BuddyPress Group Folders] Silence is golden.Oh gosh. I should’ve already had this. Thank you!
Forum: Plugins
In reply to: [BuddyPress Group Folders] Spaces in File NamesSpaces are allowed, but it’s possible that certain browsers or servers don’t like spaces in URLs. I should probably do some encoding on the link URLs so they are more compatible. I’ll see about that. Thanks for the feedback!
Forum: Plugins
In reply to: [BuddyPress Group Folders] Store folders under path settingCurrently it must always be under wp-content. This may change in the future, but it certainly must always be a publicly available location so the files are easy to access.