Jump to content

elabx

Members
  • Posts

    1,421
  • Joined

  • Last visited

  • Days Won

    17

elabx last won the day on March 26

elabx had the most liked content!

1 Follower

About elabx

Profile Information

  • Gender
    Male
  • Location
    Mexico City

Recent Profile Visitors

27,382 profile views

elabx's Achievements

Hero Member

Hero Member (6/6)

1.5k

Reputation

1

Community Answers

  1. Example: foreach($list_of_cards as $card){ // cache cleared then selector matches $files->render("inc/some-include", $vars , ["cache" => "template=some_template"]) }
  2. Hi everyone! And thanks for the great work in the new admin, I kind of also agree on the checkboxes! I'd skip the white version, your logo looks great in dark mode. I'd also vote on the customization of the logo! I think @bernhard's logo on the screenshot is just a nice coincidence, but I'd say most of the times it wont work out of the box? Been testing it a little bit my block building setup using repeater matrix ,also nested repeaters, and at first glance I kinda miss the depth the repeaters added with a slightly darker background color. Will report back with more concrete examples!
  3. I seems to me that you have a pretty clear idea overall on how to do it. The closest I've done to this I decided to use queues to handle anything having to import through that, since I had to import images too so didn't want to go into timeout issues. So the import action actually got triggered from Site A on a Page:saved hook, which passed the page ID to an endpoint in Site B, which then triggered the creation of a queue item that then got back to an "import endpoint" on Site A. The processing on Site B is managed by supervisor. The part I wouldn't know how to solve is how to temporarily setup the reverse proxy with dyndns/ngrok. First thing that comes to my mind is to maybe have a cloud based thing in the middle like Amazon SQS so you can organize the work of Site A and Site B in one place.
  4. There is a discussion going on here that could involve what's happening to you (and some of us!): https://github.com/processwire/processwire-issues/issues/2061
  5. Looks like a nice scenario for HTMX.
  6. Woah nice! U the MVP, I guess it's the usual ProcessWire double edge sword, since possibilities are up to you, well, gotta work on your flavor of AI rules. 🦾
  7. I love this goddamn AI blackmagic too, miss PHPStorm like the dessert miss the rain but what to do, their AI integration is just subpar compared Cursor's. Anyone working with rules for ProcessWire?
  8. For this error, can you try changing your session handler?? In case you are using the default, try SessionHandlerDB?
  9. I do this regularly with repeater matrix and even nested repeaters and it just works!
  10. Oh why does this happen? It worries me I might encounter this sometime.
  11. @jploch no!! sorry for the confusion
  12. I think for this specific "hierarchy" you might benefit from looking at AdminRestrictBranch and if it doesn't exactly fit your needs you'll get some ideas for hooks within it's code, although I understand you are new to ProcessWire but from the looks of your project you're in for a ride! Keep in the touch and welcome to the forums! So you might benefit from having various roles that fit the "branch" where you want to work on.
  13. I completely missed this syntax! I am living in the PHP of the past 😭
  14. I think $parent is the second parameter not the recursive flag (which is true by default)? 🤔
×
×
  • Create New...