Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Mick Member
Grav Forum Moderators
@unmick · Joined 8 years ago · 26 posts · 5 topics · 5 reputation
Badges
Recent posts
-
Time out during article redaction = loosing it
· 8 years ago
Hi, In the configuration, tab system, you have the possibility to modify the session time-out .
-
Grav 1.4 and Admin 1.7 released
· 8 years ago
Upgrade done ! It's just a little bit complicated in a multi-site way for the admin plugin. Good job !
-
Support for Sub-Folder And Sub-Domain Multi-Site?
· 8 years ago
@briankb: Can Grav support a multi-site using BOTH a sub-folder and sub-domain structure? If i have well understood your question, the answer is Yes ! The main issue i have is that the admin panel is
-
default.YAML issue for modular blueprints
· 8 years ago
Hello, I have found a solution. The graal is very simple : '@extends': type: modular/default instead of '@extends': type: default How to become crazy with 8 characters ....
-
Contact form - 400 display page not found
· 8 years ago
Hello, At the end of the discussion, you have just to click on the button bar looks like :
-
Theme inheritance Not Working Properly
· 8 years ago
Hi, First have you set your new theme as active in the admin panel ? can you share your mytheme.yaml ? and your blueprints.yaml ? that should be in the '/user/themes/mytheme' folder. Can you also sha
-
Any tutorial on "how to build my own page template"?
· 8 years ago
Hi , If you have created a kb.yaml in the user/themes/'mytheme'/blueprints , you must create a kb.html.twig in the "/user/themes/'mytheme'/templates" folder
-
default.YAML issue for modular blueprints
· 8 years ago
Hi, Instead of explaining what i have done, i rather explain what i would like. When i create a default page or a modular page, i would like a new customized tab. That's the reason why i have create m
-
default.YAML issue for modular blueprints
· 8 years ago
Hi, I have added a new tab in the default.yaml in "user/mytheme/blueprints title: Mapajo setup '@extends': type: default context: blueprints://pages form: fields: tabs: type: tabs active: 1 and so on
-
Access to .yaml in a .js
· 8 years ago
Hi, you can override once loaded script type="text/javascript"> var myparameter = '{{ config.theme.myparameter }}'; - and just use the myparameter - </script> but finally i don't use it