Jump to content

theo

Members
  • Posts

    299
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by theo

  1. Hello

    In Debug Mode i am getting this notice:

    Quote

    Notice: Indirect modification of overloaded property ProcessWire\WireInputData::$Anrede has no effect etc...

      $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. 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!

    • Like 1
  3. 34 minutes ago, jploch said:

    If you find some time, it would be nice if you could share your new version (the one shown in the video).
    I would also be happy with a duplicator/site profile to install.

    Don't hold your breath! ?

    It's always "work in progress". I have no idea when It will reach the next "stable" point.

     

    36 minutes ago, jploch said:

    No rush. in which city do you move? You are also german right?

    I'm swiss and I move within the city of lucerne.

  4. 4 minutes ago, jploch said:

    Iam generally not a huge fan of css frameworks, because they often feel bloated, so I usually code the complete css myself.
    With CSS grid Iam not talking about a framework but the CSS grid specification.
    Jen Simmons from Mozilla has some great videos explaining the benefits of using it for layouts.

    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.

     

    8 minutes ago, jploch said:

    Anyway I would also be very happy with the bootstrap version you made!
    Do you have any plans for releasing this as a module? Or maybe even a release date? ?

    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.. ?

    • Like 2
  5. 2 hours ago, jploch said:

    This looks very nice!

    Thank you. ?

     

    2 hours ago, jploch said:

    (thought, this could still be improved, as it sometimes don't work as expected)

    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

     

    2 hours ago, jploch said:

    I would offer to adapt this for css grid, as I think that would be a nice option for some people and has more possibilities than bootstrap.
     

    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. ?

    • Like 3
  6. 40 minutes ago, ryan said:

     

    @jmartsch and @gmclelland

    I can’t seem to duplicate this one (also Chrome). Tried numerous widths, including the narrower width like shown in the screenshot too. That dropdown is always opening to the left for me. The screenshot shows it opening to the right. Just wondering if anyone else is seeing it and if so, do you know of any adjustments that would correct it?

    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.

     

  7. Very!!!! strange PHP (PHP 7.2.11 ) error which appears only when using Opera Browser (so far) (Opera Version:56.0.3051.52)

    Quote

    Warning: session_write_close(): Failed to write session data using user defined save handler. (session.save_path: /var/lib/php7) in Unknown on line 0

    No Problem on Firefox or Chromium.

    The message disappears, when I set "$config->debug = false;"

    I know this is probably not worth investigating, but I wonder if anybody has seen this before and if it may have to do with PW.

    Thank you.

    P.S.

    Quote

    stat /var/lib/php7/
      Datei: '/var/lib/php7/'
      Größe: 74             Blöcke: 0          EA Block: 4096   Verzeichnis
    Gerät: 26h/38d  Inode: 274708      Verknüpfungen: 1
    Zugriff: (0755/drwxr-xr-x)  Uid: (   30/  wwwrun)   Gid: (    0/    root)
    Zugriff    : 2018-11-11 11:16:26.885950196 +0100
    Modifiziert: 2018-11-09 12:00:02.897898754 +0100
    Geändert   : 2018-11-09 12:00:02.897898754 +0100

     

  8. 11 hours ago, bernhard said:

    I would be interested how you do that ?

    I am not sure what you mean. I'm using bootstrap table and some PHP for the database operations.

    I can copy most parts from code had written before. I know how it works, so it is easy for me. That's all.

    It has nothing to do with Processwire.

    P.S. See also

    http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/select2-filter.html

    http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/editable.html

  9. @bernhard Thanks a lot. I will try this tonight.

    Yes, "Set filter" is what I would need. This is critical.

    Since I don't have enough time for experiments atm., I think I'll go with bootstrap table working on normal MySQL Table this time.

    I have everything at hand with this system, it just takes a few changes. So that's my best bet to get the job done as fast as possible.

    But I'll come back to RockGrid.

    Thank you.

  10. @jmartsch Thank you! I will try it this evening.

    Btw. do you know if something like this (see image below which shows a bootstrap table by wenzhixin) is possible with RockGrid? (with reasonable effort).

    I would like to use "Select Options" field types, which show their value instead of the key and which can be filtered with a Select Box (see "Status" in the image below).

    Thank you.

    selectbs.png

×
×
  • Create New...