Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Learn2 only searches current page
· 11 years ago
You probably should start with the RTFM skeleton and remove the extra pages.. Then just add the admin plugin with bin/gpm install admin
-
Learn2 only searches current page
· 11 years ago
To be honest it's kinda hard to tell with just 1 chapter and 1 docs page. Maybe create some more pages? Also the navigation arrows are not working on yours either. So maybe you didn't add the req
-
Learn2 only searches current page
· 11 years ago
Still no luck. I'm almost sure it's because it doesn't create caches properly... You'll find my site here
-
Learn2 only searches current page
· 11 years ago
The calls appear to return successfully. I also have caching enabled. I also tried installing the skeleton of the theme. It does search pages that come with it but not the ones that I created. I suppo
-
Learn2 only searches current page
· 11 years ago
Thank you very much for the quick reply. I will try that out.
-
Learn2 only searches current page
· 11 years ago
Do you have caching off? This searching process could take a few seconds if you have caching disabled. It should be very fast with caching enabled however. Also check your XHR requests in your "Netw
-
Learn2 only searches current page
· 11 years ago
The search function on learn.grav.com or the demos is really nice. For some reason I cannot get it to work. I installed grav+ admin and then learn2 via gpm. I then added a few pages, sub pages and put
-
List Datetime in forms
· 10 years ago
Ok, thanks for the quick answer. I think I will use date for now. Too bad it's not yet supported by all browsers.
-
List Datetime in forms
· 10 years ago
date uses the HTML5 date field. Depends on the browser how it's rendered. Chrome: Screen Shot 2016-02-15 at 13 datetime uses JS rendering: Screen Shot 2016-02-15 at 13 As for datetime fields in lis
-
List Datetime in forms
· 10 years ago
For the first question, I used something like this: date: type: date label: Date name: date Actually, I don't really know what to expect as I didn't find any use of the date type in antimatte