Jump to content

Gideon So

Members
  • Posts

    485
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gideon So

  1. @PWaddict My php.ini contains: memory_limit = 512M post_max_size = 600M upload_max_filesize = 500M I think all these settings are more than capable for uploading a file less than 500M in size. Gideon
  2. Hi, I have a file inputfield which I use to upload video file. If I upload a file larger than 250Mb, the progress bar moves until 100% and then the upload seems never ends. I found the following error: Any hints to fix this or I have to file a bug to github? Gideon
  3. Hi, I get the following error when trying to edit a file. I only get a blank editor. ReferenceError: require is not defined Gideon
  4. @Robin S You are my hero. Works like a charm and I learn something new about Processwire everyday with the help of all the great community here. Gideon
  5. Hi, is there anyway I can change default filter, say email address, instead of roles in user lister view? Gideon
  6. @adrian @bernhard Thanks for the info. Look promising.
  7. @bernhard I am not a capable and decent programmer. I am still learning writing code. I will try my best to work on it. If I were able to get it done in a professional way, It is no doubt I would share my experience with all of you. In fact I am inspired by this thread: I think @POWERFULHORSE is able to give us some more light on how to do it. @adrian also mentioned that he has some experiences. Would you share something with us here?? Gideon
  8. @StanLindsey I think making a PWA without a backend is not hard. There are so many tutorials and examples. Agree. Thanks for the advice and encouragement. Gideon
  9. One of the ways is installing Processwire in a sub-directory called api and the progressive web app built with Angular or Vue in the root directory. Then Processwire serves as a REST api provider and the web app fetch json data and parse it to content. I need offline access to contents, the I can cache api/site/assets/ with service worker. Is this feasible?? Gideon
  10. Hi, I am not sure if it is the right forum to ask this question. If not, please move it to the appropriate forum. I would like to build a Progressive web app with Processwire as the backend to serve content to the web app. Is it possible? If so, what is needed? Any ideas and suggestions are welcome. Gideon
  11. Hi, atom is a nice one. You should give it a try. Gideon
  12. Hi @incognito.ms, Thanks for your quick answer. Works very well. Gideon
  13. Hi, I have a website with multi-languages support and a frontend form for course registration. If a user choose English which is not the default language, the page title only save to the English tab of the page title. How can I save the page title to the default language through API?? Gideon
  14. Hi, After upgraded to the latest version, I found that the CKeditor doesn't work anymore. I got the following error as the attached image shows. Gideon
  15. What can I say other than WOW!!! Very impressive and inspiring work. Gideon
  16. Hi, I think the default maxLegth is 128 but the page name is very long after UTF-8 characters are translate to punycode. Is thee any way to increase the limit?? Gideon
  17. @helmut2509 Go to setup —> language and change the language label there. Gideon
  18. Hi, I would ask the hosting admin enable mod_rewrite in their Apache conf. Gideon
  19. Hi @homma, Glad that it works for you. Which version of ProcessWire you use?? Gideon
  20. Hi @homma, Yes. I do keep a copy here. It is for 3.0.42. I am not sure whether it works with the latest version. Gideon ProcessWireUploadDemo.zip
  21. Hi @homma, Someone posted a solution in github. I tested it and it works fine. The downside is that you have to modify the core of ProcessWire which mean you have to do it again every time you upgrade your core. https://github.com/processwire/processwire-requests/issues/56#issuecomment-263669255 Gideon
  22. Hi Zeka, Take a look of this amazing module which does the job for you. http://modules.processwire.com/modules/admin-restrict-branch/ Gideon
  23. Hi, ProcessWire doesn't support non alpha numberic file name. I have made a feature request in within and waiting Ryan implement it but seems that he has no plan to do it in the near future. Gideon
  24. Hi, We can better help you if you provide more info such as your code and your textarea field settings. Gideon
  25. Hi Adrian, Thanks for the fast investigation into the problem. This is from their document: But I don't think it is not necessary to check the key every page load. Gideon
×
×
  • Create New...