-
Posts
485 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Gideon So
-
Welcome @handzain. This is a very friendly and helpful community. I believe you will get much help here like I did. Gideon
-
Hi, Done. https://github.com/processwire/processwire-requests/issues/56 Gideon
-
Hi, When upload a file with non ascii file name, all the characters get stripped. Is there any way to retain non ascii like Asian characters in file name?? Gideon
-
Hi, As far as I know, no '+' sign in selector. Gideon
-
Hi, Can you make a screen shot to give us a little more info?? Gideon
-
Outputting the value of the selected radio button (page field)
Gideon So replied to Christophe's topic in API & Templates
Hi, I think it should be $page->nameofthefield->title and $page->nameofthefield->value Gideon -
Can't access to admin page after change admin template to show 404
Gideon So replied to Gideon So's topic in General Support
Oooppps. Too many errors today. Didn't notice it until now. Thanks for reminding me. Edited. Gideon @kongondo -
Can't access to admin page after change admin template to show 404
Gideon So replied to Gideon So's topic in General Support
Hi BitPoet, I did think the same but I have no access to the client's database. I come with another way, make a custom login form to one of the page and login from the page. Then go back to the admin page. Thanks for your quick reply and help anyway. Gideon -
image httpUrl not woring in multi-instance
Gideon So replied to Gideon So's topic in General Support
Hi LostKobrakai, It works as expected. Hope this thread help someone in the future. Big thanks to you two. Gideon -
image httpUrl not woring in multi-instance
Gideon So replied to Gideon So's topic in General Support
Hi Bitpoet, Eventually you are right. In multi-instance environment, you need to call the first object even the limit of the image filed is set to 1. Maybe this is a bug in multi-instance support. Gideon -
image httpUrl not woring in multi-instance
Gideon So replied to Gideon So's topic in General Support
Hi, Yes. You can see it $site = new ProcessWire('/path/to/the/site/','url.of.the.site'); I tried to set the field both automatic and one. By the way $site->pages->get(pageid)->httpUrl works. Gideon -
image httpUrl not woring in multi-instance
Gideon So replied to Gideon So's topic in General Support
Hi BitPoet, Yes. The limit to this field is 1. So I think my syntax is right. Gideon -
Hi, I tried multi-instance and found that I cannot load image from other installation with $image->httpUrl. <?php $site = new ProcessWire('/path/to/the/site/','url.of.the.site'); echo $site->pages->get(pageid)->imagefield->httpUrl; ?> This return nothing. <?php $site = new ProcessWire('/path/to/the/site/','url.of.the.site'); echo $site->pages->get(pageid)->imagefield->url; ?> This only return the page path like site/assets/files/pageid/ I am using PW 3.0.33 Any ideas?? Gideon
-
Hi, Thanks. I will take a look and try. Gideon
-
Hi, Tried. Doesn't work. How to get jQuery modal?? Gideon
-
Hi, I am building a module which lists some pages in a table with edit add new and delete button. I would like to have a modal window when the edit or add new button is clicked. Do I need to implement a third party js plugins or there is some built-in function in ProcessWire?? Gideon
-
Hi, Thanks for reminding me. Just closed it. Gideon
-
Thanks for Ryan's quick work. This bugs has been fixed. Gideon
-
I think this is a bug that not ready for long whitelist. I make a bug report here: https://github.com/ryancramerdesign/ProcessWire/issues/1968 Gideon So
-
Hi, Still get the same error nomatter how high the max_nestibg_level set. I have 5000 Chinese characters whitelisted in the config.php file. Is it possible the problem? If I disable xdebug, the connection just get reset and show a blank page when save. Any more ideas to fix it?? Attached last two lines of the error message from xdebug. Gideon
-
Hi, I tried the UTF8 page name function. It is indeed very good but it seems limit the number of Chinese Character to 16. If the page name is more than 16 Chinese Characters, the whole backend become a blank page. I enabled the debug mode and found this error: ( ! ) Fatal error: Maximum function nesting level of '256' reached, aborting! in /home2/web/testserver/WireCore-3.0/core/Sanitizer.php on line 551 Any hints to fix it?? Gideon So
-
Silly problem: How to move page across page boundaries in the backend?
Gideon So replied to joe_g's topic in Getting Started
Hi, Can you show us the family tab of your template?? Gideon -
Does using dedicated module files help a lazy programmer?
Gideon So replied to horst's topic in Case Studies
It is AMAZING!!!! Gdeon -
Hi tpr, Would you share how to get it done?? A tutorial would be good and helpful to many. Gideon