Marcus

Results 39 issues of Marcus

I prepared my menu locally with a different domain and ended up with non working links after deploying. I tried to solve it in my template something like this: `$navigation->id()...

Is it possible to add a `depth` key to the structure? I'm able to use it in a template like this: https://github.com/getkirby/kirby/blob/c77ccb82944b5fa0e3a453b4e203bd697e96330d/src/Cms/Page.php#L376-L385 But if I use an external link, counting...

enhancement

Console: ``` Parse Error: $count ] )This function returns a string or an array with all occurrences of search in subject replaced with the given replace value.Parameters:- search: The value...

In order to not use up Algolia Units (or how they count the usage) enable sqlite mode in the backend and Algolia (or also sqlite) in the frontend. I don't...

and use a native function for that

Related to this https://github.com/kerli81/kirby-securedpages/issues/12 and this https://github.com/kerli81/kirby-securedpages/issues/10

It seems that with version 1.1.2 the new $loginstatus variable that contains the user and the logout url is not global. While we can use `$kirby->user()->username()` to show the logged...

Hi, is it possible to perform a simple text search over each row? ``` todos.items({render: 'searchterm'}); ``` (I just chose render as query param because it outputs the string)

Hi, I'm building a DB in fluid mode from a JSON object. In my model, the only `$fieldConf` entry is the ID field, any other column is added at runtime....