Jump to content

tpr

Members
  • Posts

    2,321
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by tpr

  1. Looks a bit too much for me, how about a dotted underline only?
  2. Thanks and keep bugging us with such updates
  3. Is ProcessPageList.js the stock js file and not a modified one?
  4. Thanks, I reformatted that part, hopefully it's OK now (for me it didn't appear).
  5. v162 is uploaded, changelog here. The docs still needs to be updated (FieldOverrides and the new Branding logo feature at least).
  6. It's doable I think, but the question is what is the default user behaviour, save or publish? You mean very new pages or pages left unpublished for a reason, and then hitting ctrl+s?
  7. Thanks. I used php string replace and some css but I think it's just about the same level of hacky workaround
  8. How exactly? Perhaps yours is not that bf
  9. I was experimenting with replacing the PW logo. The implementation is kind of a brute force but I don't think there's a better way atm.
  10. I would have taken an exception in this particular case
  11. Perhaps setting page template file in the hook or set alternative template file in admin?
  12. Check $user with var_dump if it has the expected user. My guess is that you overwrite $user somewhere. Where do you have this code?
  13. Works for me, eg. this one too: "children.children.portfolio_images.count>6"
  14. Just needed a few days ago: $pages->find("children.children.id=1028")
  15. tpr

    ProcessString

    I recommend looking into template engines instead, eg. my Latte module uses a similar {$page->field} syntax. There's a lot of additional filters/macros I've made in the last 1-2 years that allows quickly building up a site (getting config strings from a textarea field, generating srcset/breadcrumb/paginator markup, truncate strings/html, add active class, etc). Plus you can use php functions also if you need. But of course other template engines could do the job too. https://github.com/rolandtoth/TemplateLatteReplace/wiki
  16. Sounds awesome, thanks! How about changing the name to Settings Factory? Train doesn't sound proper to me.
  17. I can add other hotkeys too if there's a need (but may take some time)
  18. You couldn't believe your eyes at first, could you?
  19. Imo a newsletter module is very needed for PW so I hope your project will be successful. Here is a site profile that I used earlier for newsletters. It's very basic but perhaps you can get some ideas, eg using Emogrifier, preview newsletter with the View link in a panel, etc. https://github.com/rolandtoth/pwnl Some screenshots here:
  20. I still think that a nice looking img preview could convince those Czechs Anyway, in case that attempt would fail you could start hacking.
  21. How about modifying the core bluescreen and make a PR to Tracy core? At first the best would be to make design mockups and ask both parties (PW &Nette) for approval.
  22. Can you re-ave the profile page with the uikit admin theme checked?
×
×
  • Create New...