Results 21 issues of Louis Walch

Starting off simple, I would like to do some additional operations when an item's status is being updated. To do this I have added a `before_update` observer to a method...

I think this might be covered in your documentation but not fully understanding it. I'd like my results to first be sorted by a value coming in from it's relationship,...

If you call a model with `set_cache`, subsequent calls to that same model without caching will return the original cached result. The cache name should clear after query is complete....

For the following query: `$categories_nested = $this->category_model->set_cache('all_with_children')->with('children')->where('parent_id', 0)->get_all(); ` The initial (uncached) call works fine. Subsequent calls return the 'children' data only, not parent.

Is there a way to set my model to always sort by a certain column without chaining in the order_by() method?

I am looking to display my thumbnails in groups of 5 to avoid wrapping to a second line. Is there any support or advice on how best to accomplish this?...

Can a conditional be set based on a Post Type? This is very useful for sharing a single Field Group between multiple Custom Post Types.

I have a section containing ~500 pages, rendering this table takes quite a while (even when localhost) where as the native Kirby 3 sub-page list performs quite quickly. Is there...

enhancement
not planned yet

It would be great if this would support rich text pasting. Example: - In the default Wordpress Content Editor, add some text. Make part of it a link. - Copy...

enhancement

Is it possible for the accordion nav/triggers and their content sections displayed separately? I would like to display all choices in a horizontal list above all the content areas. Very...

enhancement