Jump to content

Gideon So

Members
  • Posts

    485
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gideon So

  1. Welcome @handzain. This is a very friendly and helpful community. I believe you will get much help here like I did. Gideon
  2. Hi, Done. https://github.com/processwire/processwire-requests/issues/56 Gideon
  3. 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
  4. Hi, As far as I know, no '+' sign in selector. Gideon
  5. Hi, Can you make a screen shot to give us a little more info?? Gideon
  6. Hi, I think it should be $page->nameofthefield->title and $page->nameofthefield->value Gideon
  7. Oooppps. Too many errors today. Didn't notice it until now. Thanks for reminding me. Edited. Gideon @kongondo
  8. 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
  9. Hi, I accidentally set the admin template to show 404 page when user have no access right. Then I cannot access the login page anymore. Anyway I can roll back the setting?? Gideon
  10. Hi LostKobrakai, It works as expected. Hope this thread help someone in the future. Big thanks to you two. Gideon
  11. 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
  12. 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
  13. Hi BitPoet, Yes. The limit to this field is 1. So I think my syntax is right. Gideon
  14. 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
  15. Hi, Thanks. I will take a look and try. Gideon
  16. Hi, Tried. Doesn't work. How to get jQuery modal?? Gideon
  17. 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
  18. Hi, Thanks for reminding me. Just closed it. Gideon
  19. Thanks for Ryan's quick work. This bugs has been fixed. Gideon
  20. 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
  21. 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
  22. 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
  23. Hi, Can you show us the family tab of your template?? Gideon
  24. Hi tpr, Would you share how to get it done?? A tutorial would be good and helpful to many. Gideon
×
×
  • Create New...