Jump to content

zoeck

Members
  • Posts

    380
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by zoeck

  1. Nice module! An "autoclose on save" function would still be good πŸ™‚
  2. Did you take note of this information from the module description?
  3. zoeck

    if query

    "if ($article->gallery_images)" just works if the field is set to one image only. You have to use "if (count($article->gallery_images))" if you want to check whether one or more images are available. https://processwire.com/docs/fields/images/ -> "How to tell if a page has images present"
  4. That looks very interesting, currently I use PhpSpreadsheet for such tasks, but I think the library is actually too big for what I use πŸ˜‰
  5. No, the latest master version was released in august 2023…
  6. Could it be that you have an absolute path to the css files with https in the source code?
  7. Or Laragon πŸ˜‰ https://laragon.org
  8. Unfortunately, I'm not really familiar with XAMPP. But does the website work if you call it up via the following link: http://192.168.0.225/ticf/ or http://192.168.0.225:8080/ticf/ You would have to check which ports your XAMPP uses, apparently port 8085 is set for https. There should be another port for http (possibly 80 or 8080?)
  9. If you don't want https, you have to do the opposite πŸ˜‰ Simply write a # before lines 194 and 195.
  10. Just create a new field in the admin and add it to your template? Here's a little tutorial πŸ˜‰ https://www.smashingmagazine.com/2016/07/the-aesthetic-of-non-opinionated-content-management-a-beginners-guide-to-processwire/#three-simple-core-concepts
  11. Wouldn't it make more sense to put the H2 headings in a separate field? Would also be easier for the editor πŸ˜‰
  12. You have to open the database + table (field_pass) in an SQL administration tool, e.g. PHPMyAdmin (Or if you have installed Tracy with Adminer, you can also use this)
  13. For the custom page classes there is a great video by @bernhard And you can take a look at the Latte documentation, everything is well described here
  14. Do you mean the beginner Template? https://github.com/processwire/site-beginner you can also have a Look at the other starter templates: https://github.com/orgs/processwire/repositories
  15. I think Both is possible πŸ™‚ Port 465 is the SSL Port. All Inkl FAQ: The Mail address as username also works (mostly), but I have had problems with it before, so I always recommend using the username.
  16. You can also have a look at "Bruno" πŸ™‚ (Win, Mac & Linux) https://www.usebruno.com/
  17. You have entered a few small details incorrectly πŸ˜‰ Use Port 587, Uncheck "use SSL" and then "Select a crypto method for TLS" (for Example STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT) And change the SMTP User to your Mail USERNAME, not your Email Address (you can find this info in the All-Inkl KAS -> Edit the Mailbox).
  18. A very nice module, thank you Bernhard! That was a missing function of the Processwire Core πŸ˜‰ (even if you could do it via a page)
  19. I'm not entirely sure, but wouldn't that be a great usage for custom page classes? Blog Post from Ryan: https://processwire.com/blog/posts/pw-3.0.152/#new-ability-to-specify-custom-page-classes And bernhards Video:
  20. If you are using a file field, you can also use the "Custom Upload Names" module. https://processwire.com/modules/process-custom-upload-names/
  21. If you need Access restrictions, you can use "pagefileSecure" https://processwire.com/api/ref/page/secure-files/
  22. Look directly into the error log (via FTP): site/assets/logs/errors.txt You should find the error message there.
Γ—
Γ—
  • Create New...