Jump to content

AndZyk

Members
  • Posts

    722
  • Joined

  • Days Won

    10

Everything posted by AndZyk

  1. I can recommend OpenCore Legacy Patcher for upgrading macOS on older Macs. You could upgrade your iMac to Sonoma with it. πŸ˜‰
  2. @ryan I reproduced it on a fresh install this way: Install PW 3.0.260 or earlier Install module Jumplinks Upgrade to PW 3.0.261 Refresh modules Delete compiled files Error: Class "ModuleConfig" not found I only tested it with this module. Hope this helps to reproduce it.
  3. This helps only temporary for me. As soon as you delete the compiled files (which is something I like to do πŸ˜…) the error reoccurs.
  4. It could be that Modules that use class TestConfig extends ModuleConfig Have the error "Class "ModuleConfig" not found" with the newest update. https://processwire.com/blog/posts/new-module-configuration-options/ I have this with the old Jumplinks module now and I guess some modules use this module config. Can anybody verify this please? πŸ™‚
  5. Hello @rushy, I think it only matters if you want the correct created and modified timestamp when creating or editing pages. I don't think there are any further implications. You could try this script in your config.php. It worked for me:
  6. @MrSnoozles Have you tried this GitHub repository? https://github.com/uiii/processwire πŸ™‚
  7. @ryan One suggestion: What do you think about adding a file field to the engineer for asking questions with files? For example: Create me a page with the contents of this Word file. Also it I noticed that questions that take longer will end in an internal server error because of the long execution time. In this case one would better use the terminal, because I think there is no easy solution around this except for increasing the server time limits? Very interesting development. I just created a homepage and a subpage on a fresh install without writing a single line of code. πŸ˜… One issue Claude Sonnet 4.6 had was the concept of Markup Regions. It had problems with the main-tags and disabled Markup Regions in the end. πŸ˜„ But maybe it can understand Markup Regions better with a more precise prompt. I have no tested that yet.
  8. @ryan Thank you for the explanation. When I try to enter all values manually in the primary agent: It mixes the values after saving: I cannot leave all fields empty, because then it throws an error. My module config is correct, but ignored because of the primary agent setting. I hope this helps.
  9. Thank you for adding the multi agent feature. For me it doesn't work with OpenRouter, because the model should be for example anthropic/claude-sonnet-4-6 instead of claude-sonnet-4-6. But if I change the model manually it messes app the fields, because of the predefined options I think. It mixes values in other fields. Could you please fix this? πŸ™‚ Regards, Andreas
  10. Very interesting module, thank you @ryan. πŸ™‚ Would it be possible to support API keys from OpenRouter? We use OpenRouter to switch between many models. Regards, Andreas
  11. Hello @_Roy_, you have to add or change the styles in the module settings, so that you can see it in the editor: https://processwire.com/blog/posts/using-tinymce-6-in-processwire/#customizing-the-styles-dropdown https://processwire.com/blog/posts/using-tinymce-6-in-processwire/#adding-extra-css-styles-without-adding-to-em-styles-em-dropdown You are right, ProcessWire doesn't know what framework you are using. That is why you have to tell the editor which classes of your framework you want to use. Regards, Andreas
  12. Last week I upgraded all our sites to ProcessWire 3.0.255. Thank you as always for your amazing work @ryan πŸ˜„ Also switched all sites to the new admin theme and love it so far. Thank you @diogo and @jploch 😘 One small request: Could you please make the page tree more compact on mobile phones (in this example iPhone 12)? There is some white space that could be removed.
  13. Hi @horst, here is the link to the discussion: https://github.com/FortAwesome/Font-Awesome/discussions/21364 Regards, Andreas
  14. Thank you for remembering me. The original GitHub request was by me. I think there are still many people using Font Awesome (12K stars on the repo), but if they did not include ProcessWire after 9 years, I would not get my hopes up. πŸ˜… But we could still try. Do you want to open a discussion or should I? Regards, Andreas
  15. Ok, so it seems that you have 10 000 free requests per month, so maybe you can still use it. πŸ˜‰ Are you using your own reCAPTCHA script or with FormBuilder? If it is your own script I think you could set your a treeshold score, for example 0.6 or so. Regards, Andreas
  16. I like Google reCAPTCHA but at the end of the year it won't be free anymore. So its time to look for an alternative. But right now I have no alternative to recommend. ☺️
  17. You can set custom icons for your Repeater Matrix elements in the item header. πŸ˜‰ https://processwire.com/blog/posts/new-repeater-and-repeater-matrix-features/#custom-icons-for-repeater-types
  18. Is there a way to remove sites from the ProcessWire Sites directory, that are no longer powered by ProcessWire or does this happen automatic? https://processwire.com/sites/ Sadly, I have a few websites, that are no longer powered by ProcessWire anymore. πŸ™
  19. Hello, the hoster of our client migrated their servers and now I get this warning in the back-end when logging in: I know this topic was already answered in two other threads. I tried out this solution: At first this seemed to be a simple solution, but then I noticed that pages in the page tree were blank. So this seems to be no ideal solution. I tried to find out the name of the new timezone, the current name ist "Berlin/Europe", but how do you find out the exact name? It seems to be some Pacific timezone. I tried out different websites to find out the timezone name, but with no luck yet. πŸ˜… In this thread are some solutions with SQL commands and hooks. But I am not experienced with SQL and don't want to touch the database: Can somebody please recommend me a simple solution to get rid of this warning? Regards, Andreas
  20. What will happen to developer directory?https://directory.processwire.com/ It is not mentioned anymore on the website but you can still find it on Google. You cannot login anymore. At this point I think it should either be deleted or relaunched. πŸ˜† Regards, Andreas
  21. Is it possible to change the color of links in the new admin theme? I have set a new main color in the module settings and in the admin.css with --pw-main-color, like recommended. But the links of modules or the login screen have still this styling: a, .uk-link { color: #e83561; text-decoration: none; cursor: pointer; } There seems to be no CSS variable. Is this intentional? Regards, Andreas
  22. Congratulations to the new website. πŸŽ‰
  23. Captured on iPhone 8 Safari (yes my phone is old) The navigation has issues and the page tree could look more compact. πŸ˜‰
Γ—
Γ—
  • Create New...