Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Samuele Masetto Member
@samuele · Joined 9 years ago · 28 posts · 12 topics · 4 reputation
Badges
Recent posts
-
`blueprints()` function: infinite loop
· 5 years ago
Hello, in a custom plugin in Grav 1.6 I had this code: $grav_user = $this->grav['accounts']->load('my_user'); $grav_user['login'] = 'my_user'; $grav_user['fullname'] = 'John Smith'; $data['acc
-
Search pages by slug or title in Admin (Grav version 1.7)
· 5 years ago
Thank you @Karmalakas for opening this issue, but nobody has answered yet. :disappointed_relieved: I think it's better to move it to grav-plugin-admin repository.
-
Search pages by slug or title in Admin (Grav version 1.7)
· 5 years ago
HI @Karmalakas, I tried many times, but without success. I also tried changing the yaml file system/blueprints/flex/pages.yaml directly by inserting other searchable fields, but the search only works
-
Search pages by slug or title in Admin (Grav version 1.7)
· 5 years ago
@Karmalakas thank you for your the suggestion. I tried doing as you say and as stated in the documentation, but it doesn't work. I then tried changing the yaml file system/blueprints/flex/pages.yaml d
-
Search pages by slug or title in Admin (Grav version 1.7)
· 5 years ago
@pamtbaau I was hoping there would be an option somewhere to specify where to look. 😊 If you also notice that there isn't, then I'll open an issue
-
Search pages by slug or title in Admin (Grav version 1.7)
· 5 years ago
Hi, how can I search also by slug and page title in the admin page search? Now it seems that only the folder name is searched for. Thank you.
-
Logout button does not reload page
· 5 years ago
Hi @schneech, I have the same problem. Have you resolved?
-
Add a file input in account profile
· 6 years ago
Hi, I'd like to add a file field in account, so registered user can upload a file through /user_profile page. I modified pages/user_profile/profile.md adding: curriculum: type: fil
-
Regex-Based aliases
· 8 years ago
Hello, I tried to add in my site.yaml this route (from documentation: routes: /another/(.*): '/blog/$1' If I go to http://mysite.com/another/focus-and-blur I wait until a message "Bad gateway". I t
-
Image uploaded with wrong extension: html output is blocked before `cropZoom`action call
· 8 years ago
Hello, in page I have uploaded an image with wrong extension (jpg instead of bmp). In my template I use cropZoomaction: In developer site the result is an image called fallback.jpg. In the production