Jump to content

Gideon So

Members
  • Posts

    508
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gideon So

  1. Hi all, @ryan fixed that last night. Gideon
  2. Seems the version is not bumped to 3.0.116.
  3. Get well soon, ryan.
  4. 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; ?>
  5. 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
  6. Hi, Got it solved myself. I use $p = $pages->find("template=repeater_yourRepeaterField, limit=10") rather than $p = $page->yourRepeaterField->find("limit=10"). Gideon
  7. 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
  8. Hi, Is it possible to do pagination for repeater field? Gideon
  9. 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
  10. Thanks for the update on this amazing project. Looks more and more promising. Gideon
  11. WOW. It is great!! Gideon
  12. 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
  13. 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
  14. WOW. Amazing. Impressive. This community is incredibly talented. Gideon
  15. I think just keep the dev version is fine. Gideon
  16. 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
  17. 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
  18. 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
  19. Maybe you need to check if the .htaccess file there in the server folder? Gideon
  20. Hi @theo, WOW. Surely will give it a try. Nice job. By the way, why not update the first post so that others can find the package easier?? Gideon
  21. Hi @theo, Nice work. Glad to see some progress. Gideon
  22. Stupid me. Thanks. Gideon
  23. Hi, Maybe a dumb question. Shouldn't $file->url works like $image->url that both of them return path with filename?? Gideoon
  24. When does the public beta come out and we can give it a try?? Waiting for it eager ly. Gideon
×
×
  • Create New...