markusklems
Forum Replies Created
-
Forum: Plugins
In reply to: [CloudWok File-Upload] LIMITATIONS, SECURITY AND THE PAID PLANDear Isaac,
thanks for your message and sorry that we kept you waiting for so long!! We actually found your note very interesting and based on that we did some security enhancements.
Secure access:
By now all /sh/ links to access any file or folder in your cloud has a different (any more complex) hashid. There is no way to derive this ID from the wok’s hasid. The has for file access has now 16 characters and only people you shared the files will will be able to get access. That’s now similar to getting a shared link e.g. directly from Dropbox or Drive.
The reason why we cannot set all files invisible for all /sh/ links in case “Show files” is deactivated is that all links in notifications and in particular the email attachment upload feature will not be working then anymore.Second Dropbox:
It should actually be possible to link two different Dropboxes to the same account. When creating a wok there should be an additional drop down to select the Dropbox you’d like to create the folder in (I attached a screen shot on how it’s supposed to look like). Can you see that selection when you create a new wok as well?
I suppose you saw the Your Cloud Storages Tab. Here both of your Dropbox accounts should be listed.Customized success message:
In case you embed CloudWok in your own webpage you’ll be able to customize the message (just check https://www.cloudwok.com/developers). For the regular upload page(s) it is not possible right now.Again sorry that we kept you waiting. I hope my response gave you some answers you were looking for. For further clarification – especially that we sort out the two Dropboxes for you – please get back to me any time. Next answer will come quicker 😉
Best regards
Forum: Plugins
In reply to: [CloudWok File-Upload] Name Email Fields SizeI am marking this as resolved now. Please let me know if you have further questions. Thanks
Forum: Plugins
In reply to: [CloudWok File-Upload] Name Email Fields SizeHi, I can’t see the cloudwok plugin on your site. Did you remove it? You can also send me a direct message markus@cloudwok.com
Thanks
Forum: Plugins
In reply to: [CloudWok File-Upload] Can't get plugin to workGreat! We are currently working on some additions and customization possibilities for the plugin, including the ability to specify your own ToS checkbox, however, it will likely take 2-3 more weeks until we are ready to release the update. We will also release a “widget/plugin configurator” that will make it easier to make these customizations.
Forum: Plugins
In reply to: [CloudWok File-Upload] Can't get plugin to workYou can upgrade to plans that offer 10 Gigabytes max file sizes (and more, with the enterprise plans). Please let me know if you have further questions.
Forum: Plugins
In reply to: [CloudWok File-Upload] Can't get plugin to workHi, there is a file size limit of 5MB for the free plan. Please take a look at the pricing table: https://www.cloudwok.com/pricing
Forum: Plugins
In reply to: [CloudWok File-Upload] Can't get plugin to workHi, I have just tested the upload and it seems to have worked. Did you enter a message in the message textarea (this is required by default and should trigger a validation message if left empty). If you do not need the message textarea, you can disable it with:
hide_form_message_text=”True”
Please let me know if it still does not work for you and, in that case, please post your browser version so I can try to replicate the error. Thanks!
Forum: Plugins
In reply to: [CloudWok File-Upload] List of options?Hi there, I created an initial version of a cheatsheet – will follow up with a more comprehensive list of command references, soon.
Forum: Plugins
In reply to: [CloudWok File-Upload] List of options?Hello fellow WordPress and CloudWok user,
that’s a great idea! Since there are more and more features and customization options that we include upon feedback and request, I can see that it is not obvious how to customize the widget. I will put together a little cheat sheet and publish it.
Thanks!
Forum: Plugins
In reply to: [CloudWok File-Upload] 3 Questions on password & message fieldGreat! That’s good to hear. We will add some more customization options over time.
Forum: Plugins
In reply to: [CloudWok File-Upload] 3 Questions on password & message fieldHi,
we just released the password-protection feature for embedded widgets. Sorry that it took so long. Right now, the password feature is very simple. We will update and improve the style and usability in next versions of our software.
You can enable password-protection for your wok on the settings page. Go to https://www.cloudwok.com/user/list and click on the right-side menu drop-down list on “Modify” and then enable “Ask Password”.
I am now working on the “required fields” customization.
Best regards,
Markus
Forum: Plugins
In reply to: [CloudWok File-Upload] iamges before uploadI am currently looking into ways how we can allow customizing the widget as you described.
Forum: Plugins
In reply to: [CloudWok File-Upload] 3 Questions on password & message fieldHello,
we have implemented the password-protection field for embedded/wordpress widgets and are currently testing it. We should be able to release the feature with our next upgrade, scheduled for Tue, Sept 8th.
I will look into how to make #2 and #3 work for you asap.
Best regards!
Forum: Plugins
In reply to: [CloudWok File-Upload] Custom text – translationHi Marcin,
that’s odd. Can you send me an email at markus@cloudwok.com with a link to your WordPress site? Then I can take a look at the problem.
Thanks,
Markus
Forum: Plugins
In reply to: [CloudWok File-Upload] Custom text – translationHello,
I have just commited a new version 0.3.4 of the plugin that gives you the custom text features. You can apply them like this:
[cloudwok wok_id="YOUR_WOK_ID" show_uploads="True" show_downloads="True" show_form="True" show_form_input_name="True" show_form_input_email="True" show_powered_by_link="True" label_add_files_btn="Dateien hinzufügen" label_dropzone="Dateien hierher" label_send_msg_btn="Nachricht schicken" label_send_msg_placeholder="Hallo Welt" label_send_email_placeholder="Bitte E-Mail eingeben" label_send_firstname_placeholder="Vorname" label_send_lastname_placeholder="Nachname"]You can add a custom “Add Files” button label with
label_add_files_btn="My Label", a custom Dropzone text withlabel_dropzone="My Dropzone", etc. For now, this should do the job. We are currently working on better customization features, so this is only a temporary fix of the missing feature.Let me know if you run into troubles… Thanks!