Jump to content

markus-th

Members
  • Posts

    119
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by markus-th

  1. My wife loves to cook, and I always like to further my knowledge around Processwire. So I thought I'll build a small page with the some small function to learn something. Used modules: ProMailer RepeaterMatrix Pages2PDF AIOM and some other litte modules Current functions: JSON-LD for recipes and page search Automatic ingredient calculation when changing the number of servings Creation of a PDF of the recipe Basic PWA (here is something to do, actually) Planned functions: a lot ? Site: https://www.dothiscookingthing.de
  2. Thanks for this terrific feature, I will be able to use this directly on one of the next projects as a short link for QR codes on products. This will save me so much work.
  3. Hello all, when I try to rename an image in the backend, I get the following error in the console: JqueryCore.js?v=1577948776:2 Uncaught Error: cannot call methods on sortable prior to initialization; attempted to call method 'disable' at Function.error (JqueryCore.js?v=1577948776:2) at HTMLUListElement.<anonymous> (JqueryUI.js?v=1577948776:6) at Function.each (JqueryCore.js?v=1577948776:2) at init.each (JqueryCore.js?v=1577948776:2) at init.e.fn.<computed> [as sortable] (JqueryUI.js?v=1577948776:6) at HTMLHeadingElement.<anonymous> (InputfieldImage.min.js?v=123-1577948776:1) at HTMLDocument.dispatch (JqueryCore.js?v=1577948776:2) at HTMLDocument.u (JqueryCore.js?v=1577948776:2) at HTMLDocument.c (rocket-loader.min.js:formatted:468) However, only with version 3.0.165 on another installation with 3.0.148 it works without problems. Can someone maybe help me with this?
  4. Nice work, but one question, why not multi-language?
  5. Hi, when i use nested repeater in PW 3 it will only output the first entry from the second repeater. Code: <?php foreach ($page->first_rep as $c): ?> <?php echo $c->fields; ?> <?php foreach ($c->second_rep as $p): ?> <?php echo $p->fields; ?> <?php endforeach; ?> <?php endforeach; ?> Can anybody help me?
×
×
  • Create New...