Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Apologies for not being around
· 9 years ago
I couldn't agree more with bleutzinn ;)
-
Apologies for not being around
· 9 years ago
Nice ! And real life things always come first, so from my point of view there's no reason for apologies :)
-
Apologies for not being around
· 9 years ago
I've neglected the forum for a couple of weeks, and i'm sorry about that. I've been crazy busy with "real life" things, and some Grav releases too. I'm going to try to read/respond to forums more in
-
Import custom xml feed
· 9 years ago
If it is all valid XML, you can create a plugin specifically to parse the XML and iterate over it - essentially what TwigFeeds does, but using a generic XML-parser and applying the syntax and structur
-
Import custom xml feed
· 9 years ago
Does anybody knows a solution for importing a custom xml feed to a page content? I found the plugin Twig-Feeds. But it can´t handle custom feeds like this: http://ender-zuggal.at.news.atikon.at/conten
-
Help on image rendering with PHP
· 9 years ago
Hello, After digging arround, i found a way to do it: //on class initialization $locator = Grav::instance()['locator']; $this->cacheDir = $locator->findResource('cache://images', true) ?: $locat
-
Help on image rendering with PHP
· 9 years ago
Hello, Could someone help me on this little problem with image please ? I get an image somewhere and i'd like to generate a cache version and put the cache url as src of img tag. I use this code to ge
-
Translate list in site.yaml
· 9 years ago
Notice that I added an additional level in the quicklinks (.en, .fr..) and I made the for loop go into it: config.quicklinks[language.getActive]
-
Translate list in site.yaml
· 9 years ago
That woulds be if it was working ! {% for module in config.quicklinks %} quicklinks: - text: About url: 'base_url:about' - text: Services url: 'base_url:servi ces'
-
Translate list in site.yaml
· 9 years ago
There is no "automatic" translation at this level. What you can do is nest the quicklinks under the language: quicklinks: en: - text: About url: 'base_url:about' - text: