-
Posts
485 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Gideon So
-
@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
-
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
-
Hi, I get the following error when trying to edit a file. I only get a blank editor. ReferenceError: require is not defined Gideon
-
@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
-
Hi, is there anyway I can change default filter, say email address, instead of roles in user lister view? Gideon
-
Processwire as a Progressive web app backend
Gideon So replied to Gideon So's topic in General Support
@adrian @bernhard Thanks for the info. Look promising. -
Processwire as a Progressive web app backend
Gideon So replied to Gideon So's topic in General Support
@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 -
Processwire as a Progressive web app backend
Gideon So replied to Gideon So's topic in General Support
@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 -
Processwire as a Progressive web app backend
Gideon So replied to Gideon So's topic in General Support
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 -
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
-
Hi, atom is a nice one. You should give it a try. Gideon
-
How to save page title to other language with API?
Gideon So replied to Gideon So's topic in API & Templates
Hi @incognito.ms, Thanks for your quick answer. Works very well. Gideon -
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
-
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
-
What can I say other than WOW!!! Very impressive and inspiring work. Gideon
-
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
-
@helmut2509 Go to setup —> language and change the language label there. Gideon
-
Hi, I would ask the hosting admin enable mod_rewrite in their Apache conf. Gideon
-
How to upload files without changing original filenames
Gideon So replied to homma's topic in General Support
Hi @homma, Glad that it works for you. Which version of ProcessWire you use?? Gideon -
How to upload files without changing original filenames
Gideon So replied to homma's topic in General Support
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 -
How to upload files without changing original filenames
Gideon So replied to homma's topic in General Support
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 -
Restrict pagelist to several branches for specific role
Gideon So replied to Zeka's topic in API & Templates
Hi Zeka, Take a look of this amazing module which does the job for you. http://modules.processwire.com/modules/admin-restrict-branch/ Gideon -
How to upload files without changing original filenames
Gideon So replied to homma's topic in General Support
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 -
Hi, We can better help you if you provide more info such as your code and your textarea field settings. Gideon
-
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