Jump to content

Nicolas

Members
  • Posts

    109
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Nicolas

  1. Can you elaborate on "other tools that allow separating admin and frontend to different servers". Do you mean tools like Gatsby and the likes ?
  2. Surely an impressive work !
  3. No luck by turning off the dynamic loading.
  4. What i want to achieve is to be able to add an remove pages from the repeater fields. When saving the page holding the repeater field on creation everything work as expected, but later on when updating any field in the repeater the changes are not save and an error occurs. My version of ProcessWire version 3.0.36.
  5. Hi, I'm experiencing error on saving a page with multiple repeater fields. Any clue on a solution is welcome. Updating to the repeater field pages under the Admin work as expected though. NIcolas
  6. Hi, i haven't used ProcessWire in a multisite context but have already used the Admin Restrict Branch module to limit to a given subpages set of theProcessWire page tree.
  7. Waooh problem solved. That was fast. Thanks a lot !!
  8. The body field is a CKEditor field to which the Hana code text formatter is being applied. The version of the TeplateLatteReplace is 0.2.0
  9. In the latte file i've got the following code <div class="entry-main"> <h3 class="entry-title ui-title-inner">{$page->title|noescape}</h3> <div class="entry-content"> {$page->body|noescape} </div> </div> The body field is configured to process Hanna Code as a text formatter
  10. @adrian Already tried that but whatever the open and close tag choosen, Latte template will try to load the file with the name of the code. For example i have a Hanna code named "quote". Then i've got the following this error : Error: Exception: Missing template file '/Volumes/DATA/www/ceea/site/templates/views/quote.latte'
  11. Hi, Has anyone succeeded running Hanna Code with Latte template. I'm strugling getting them to work together. Is there a setting to prevent latte to process Hanna Code tags ? Thanks.
  12. Great writeup and insights on a ProcessWIre project working at scale.
  13. @mel47 Maybe you'll want to find the requested page with this code echo $pages->get("/publication/$categ/")->render(); Did you spot the double quote surrounding the the selector? In PHP this is called string interpolation. At runtime the $categ variable will be replace by its actual value in the selector. More about this here : PHP The Right Way. (See the Double quotes section).
  14. Great post @giannisok Thanks for the detailed instruction and code.
  15. Hi, That's a good read. Thanks for this.
  16. Hi, You may want to have a look at these plugin: Admin Restrict Branch http://modules.processwire.com/modules/admin-restrict-branch/ Page Edit Per User http://modules.processwire.com/modules/page-edit-per-user/ Custom Page Roles http://modules.processwire.com/modules/custom-page-roles/ Nicolas
  17. Hi, Have you read this page on getting ans setting language fields in the API ?
  18. Nice looking website. Thanks for the insights on how you build the website.
  19. DAM it ;-) I love this. This modules makes ProcessWire a respectable Digital Asset Management. Great job kongondo
  20. Hi, Nice looking site. Well done. Would you mind sharing what is your workflow for using Nette components (Latte template engine and Nette Forms) ? Thanks
  21. Hi Diogo, Great suggestion ! I'll submit this idea to the client.
  22. Right in time for Christmas for my client, a brand new Processwire website : Vip Air Limousine. Nothing too fancy in this one pager except it's always a pleasure to work with our CMS of choice !
  23. Thanks Diogo. Indeed i miss the snow here in Paris. Not so rare a few years ago ! Enjoy your holidays
  24. Great write up thank you. For 2 recents project i've also explored this kind of MVC-ish approach and it works quite well. P.S : little typo spotted in this sentence "In Processwire you can organize your code the way it make most senSe..."!
  25. Fantastique ! What i see is what i like.
×
×
  • Create New...