Jump to content

Gideon So

Members
  • Posts

    516
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gideon So

  1. This is a blocking bug that prevent non-ascii user upgrade the core beyond 3.0.110. @ryan any chance to take a look at it?? Gideon
  2. me too here. I was totally sold by this video and this https://processwire.com/docs/tutorials/hello-worlds/ help me to get start with Porcesswire. Gideon
  3. I would suggest you to go for option A. It is flexible and extensible if you want to add more content type later. Gideon
  4. Please help to bump this issue in github. I think this bug is quite critical. https://github.com/processwire/processwire-issues/issues/724 Gideon
  5. Hi, After testing with different version of the core. I found that the creation of page in page field function normally up to 3.0.110. It doesn't work anymore from 3.0.111. I will file a bug report to github. Gideon
  6. Hi, I think this is a bug in the Page Reference field which was introduced after core version 3.0.106. I tested it with both multi-language and single language setting. Both of them give the same error when trying to create a page with non ASCII page name in the page edit page. Should I report this to the github bug issue? Gideon
  7. I create a page reference field that allows user to create new page in the page edit page. I got this error: Error adding page "一二三" - SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (ascii_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' think it worked fine before I upgraded to 3.0.115. Any idea? Gideon
  8. Hi all, @ryan fixed that last night. Gideon
  9. Seems the version is not bumped to 3.0.116.
  10. Get well soon, ryan.
  11. Hi, try this: <?php if ($single->fajli->url): ?> <span <span class='big'>>Velikost: <?= __('Size:'); ?></span><br> <span>{$single->fajli->filesizeStr}</span> <?php else: ?> <span class='big'><?= __('link:'); ?></span> <?php endif; ?>
  12. What is the function name. Is there any chance your function name conflicts with one of the Processwire function or one of the module's function? Gideon
  13. Hi, Got it solved myself. I use $p = $pages->find("template=repeater_yourRepeaterField, limit=10") rather than $p = $page->yourRepeaterField->find("limit=10"). Gideon
  14. Hi @dragan, Thanks for your reply. I think the caption below the image tells us some useful info. 1. it is added automatically if criteria is met. 2. It is about the pagination in the backend but I need do pagination in the frontend. Gideon
  15. Hi, Is it possible to do pagination for repeater field? Gideon
  16. Tried to download the Google authenticator but comments show that it is not very popular among users. One of the most common complains is that you will lose all your keys when you switch to a new phone and then you cannot login all the 2FA accounts. Gideon
  17. Thanks for the update on this amazing project. Looks more and more promising. Gideon
  18. WOW. It is great!! Gideon
  19. No. They can see but not edit the page that they are not allow to edit. In other words, users are limited to edited the branch that assign to them. tpr is right. It is configurable. Gideon
  20. Hi @henri, Add your new server ip address to your doamin DNS setting. I can't tell how to do it because I don't know where you host your site. If you want to have more advice, please provide more info to us. Gideon
  21. WOW. Amazing. Impressive. This community is incredibly talented. Gideon
  22. I think just keep the dev version is fine. Gideon
  23. Oh. No. Let me try and see. But I think the template file is compiled if I don't add Processwire namespace to it? Gideon
  24. No one? If this is a bus then I will open an issue in github. If not allow to use __( ) function then how can I do the translation?? Gideon
  25. I have this error when I put __("some string") to a repeater matrix template file. Error: Call to undefined function __() (line 17 of /path/to/site/site/templates/fields/contents/staff.php) Is it not possible to use __( ) function in repeater matrix field?? Gideon
×
×
  • Create New...