Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/29/2021 in all areas

  1. Updated a side project (https://www.restaurants-neumuenster.de/) today to the newest master and all related modules without any issues. Such a perfect setup overall! Feels not only faster but even Google says it is. Never saw those ratings on that site
    6 points
  2. Congratulations Ryan and everyone involved! It's always amazing to see these blog posts that gather all changes from longer timeline.
    2 points
  3. This week we have a new master/main version released after a full year in the making. With nearly 40 pull requests, hundreds of new additions and more than 100 issue reports resolved, this new version has a ton of great new stuff and we’ll cover most of the new stuff here— https://processwire.com/blog/posts/pw-3.0.184-master/
    1 point
  4. Congratulations to all of us it the community! And the biggest possible thanks to Ryan for making this step to actively communicate with everyone interested on PRs, issues and wishes! Many of the latter came true ???
    1 point
  5. There is a configurable limit on page numbers that you can increase from the default 999:
    1 point
  6. It's me again... this time with a weird finding. There are 2 snippets with schema.org markup and some {{page.variables}} within them. The first one (schema-restaurant) should be placed before </head> for pages with a specific template. The second one (schema-sitepage) should be placed at the same spot (before </head>) on all non-admin pages. Expectation: schema-restaurant would be rendered on all restaurant pages based on the template selector. schema-sitepage would be rendered on all pages across that website which are accessible in the frontend for users/guests. Reality: schema-restaurant gets rendered on all restaurant pages based on the template selector. schema-sitepage gets rendered only on restaurant pages based on the template selector from schema-restaurant. What I tried: I deleted all snippets, added them again one after another, changed the position of the snippets, tried different snippet names and yet the seconds snippet won't render on all non-admin pages. I have to disable the first one (schema-restaurant) in order to see my schema-sitepage snippet. UPDATE 2021/08/29: Fixed in latest version. Thanks, @teppo
    1 point
  7. I've just recoded a brief video where I've tried to explain how to install tailwind inside Processwire ( really badly spoken ? , so be kind...) Moreover I've updated the gist here to reflect the changes I've made since the last time I've written the guide above. There you have it:
    1 point
  8. Almost one click - check out the Batch Child Editor module: http://modules.processwire.com/modules/batch-child-editor/ - either Edit or Replace mode. You could also code an API snippet and store it in the Tracy Console panel snippets list - just run it from the parent page (either on the frontend, or while editing the parent page in the backend - the console will get $page as the page being edited): Or you could use that code in an AdminActions (http://modules.processwire.com/modules/process-admin-actions/) action.
    1 point
×
×
  • Create New...