Jump to content

theo

Members
  • Posts

    299
  • Joined

  • Last visited

  • Days Won

    1

theo last won the day on June 26 2018

theo had the most liked content!

Recent Profile Visitors

2,549 profile views

theo's Achievements

Sr. Member

Sr. Member (5/6)

240

Reputation

  1. Hello In Debug Mode i am getting this notice: $stmt->bind_param("sssssssssssiis", $input->whitelist->Anrede, $input->whitelist->Vorname, $input->whitelist->Name, $input->whitelist->Firma, $input->whitelist->Adresse, $input->whitelist->Adresse_Zusatz, $input->whitelist->PLZ, ....) It's working afaics, but showing this notice. What can I do about it (Except turn Debug Mode off)? Thank you.
  2. @adrian Thanks, reopened: https://github.com/processwire/processwire-issues/issues/817 Thank you also @szabesz It is good to have a workaround, but I think it should be fixed (if possible) in the "trash for all" code.
  3. But still, I'm not happy. I've closed the bug report, but afterwards I have found out, that it is not only a problem if I move 404 under admin, but also, if I hide it like this. $wire->addHookAfter('Page::listable', function(HookEvent $event) { if($this->wire('user')->isSuperuser()) return; $page = $event->object; if($page->id === 27) $event->return = false; }); So there seems to be no way the let the "editor" see the trashcan AND not see the 404 page in the backend. What do you think? Shall I reopen the bug report? Thank you!
  4. For the record: According to Ryan, it is not good to move the 404 Page under "admin". https://github.com/processwire/processwire-issues/issues/817
  5. For the record: According to Ryan, it is not good to move the 404 Page under "admin". https://github.com/processwire/processwire-issues/issues/817
  6. Thank you all. Bug report is here: https://github.com/processwire/processwire-issues/issues/817
  7. Now I see. It does not show, because I have moved the 404 page under "admin", as suggested by kongondo. If I reparent the 404 Page under "home" again the trashcan is showing for my "editor". Strange. Would you say it's a bug? Shall I report it? Thank you.
  8. @Robin S Thank you. Did you do anything "special" to make it work? I really don't know what else I can do. Here it looks like:
  9. Hello I am trying to enable "Trash for all", but it doesn't seem to work: https://processwire.com/blog/posts/processwire-3.0.107-core-updates/#trash-for-all I enabled it in "Modules > Configure > ProcessPageList" and the "editor" user has "page-delete" permission. But I can't see anything like "Trash" in the page lister? What am I missing? Thank you.
  10. Don't hold your breath! ? It's always "work in progress". I have no idea when It will reach the next "stable" point. I'm swiss and I move within the city of lucerne.
  11. Yes I know, but afaik, this has not much in common with the way bootstrap works, so I don't think my "Gridbuilder" is a good starting point for implementing this. I don't know if it will ever be a single module. I'd call it a "setup" because it consists of several modules, plus a basic bootstrap setup using webpack (for front and backend) plus several templates etc. Release date? Not sure, I'm moving soon, so I have a lot to do.. ?
  12. Thank you. ? I've changed that completely. Now, only a placeholder icon is moved around, not the bootstrap column (which had strange visual effects). Like this, you can also move columns in or out of containers. See new video here: http://theowp.bplaced.net/upload/novtest.html Not sure if possible without a complete rewrite. This is very bootstrap-centric. I know that everyone wants a different CSS framework, but bootstrap is not just any product, it is "the most used open-source framework in the world." https://www.keycdn.com/blog/front-end-frameworks So I don't feel that bad, with my decision. ?
  13. See pictures. Same browser Chrome. Once 100% and once 125% zoom.
  14. I'm seeing this too with some fonts. It think it depends on actual font widths. Try to set some zoom (e.g 125%) in your Browser and you will probably see it too.
  15. Yes, Webp is impressive. This is my dinner from the day before yesterday. The JPEG (2394 x 1671 px) has 1.8 MiB, the Webp has 150.9 KiB wizardl.webp
×
×
  • Create New...