Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Set default_locale: where to find the reference and what for? · 11 years ago

    whatever you set in your user/config/system.yaml (never use system/config/system.yaml btw), is passed directly to a setLocale() method within Grav: https://github.com/getgrav/grav/blob/develop/system/

  • Set default_locale: where to find the reference and what for? · 11 years ago

    I am may be stupid being a beginner but I tried nearly all the expressions and it still do not work...

  • Set default_locale: where to find the reference and what for? · 11 years ago

    I am hesitating in setting that in system/config / system.yaml but I don't see the point / utility. What form should it take for France.

  • How to post text in forum · 11 years ago

    ok. thanks.

  • How to post text in forum · 11 years ago

    This is a bug/feature of muut forum which we are using. It's a JS solution and does not have full markdown features. We just make do with it the best we can :)

  • How to post text in forum · 11 years ago

    thanks. let's try here are some dashes -``` but they dont come out -``` this bit is also code sorry didnt work. the above contained some dashes but they do not appear.

  • How to post text in forum · 11 years ago

    There is a little question mark on the right of the input box. click that for help. However, short answer is this forum uses a sort of markdown (like Grav itself) so code is entered with triple back

  • How to post text in forum · 11 years ago

    literal text preformatted?

  • One Page Demo Icons · 11 years ago

    Hello, this is how I did it: 1) uploaded the images to the (new) folder: /grav/user/images/features/ 2) added the image condition within antimatter/templates/features.html.twig {% if feature.image %}

  • One Page Demo Icons · 11 years ago

    You could but you would also have to tweak the twig file to reference the image correctly. Currently its just inserting the name of the icon in an appropriate <i> tag. Obviously this would hav