Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Ole Vik Regular
Grav Core Team
Grav Forum Moderators
@OleVik · Joined 9 years ago · 313 posts · 2 topics · 106 reputation
Badges
Recent posts
-
Reading site.yaml or page frontmatter as a variable in plugin
· 8 years ago
Listing the error would help, but this works in 1.4.1: $this->grav['config']->value('site.title'). Or, if you need to return it in a static function, for example when called by a blueprint: Grav
-
Grav v1.3.9 + Admin v1.6.7 + more released
· 9 years ago
You want 1.3.0 as that fixes an issue with the GPM.
-
Are shoppingcart and shoppingcart-paypal plugins maintained or not?
· 9 years ago
@flavio would know, he maintains and develops them.
-
Twig loop on nested list
· 9 years ago
Nest the loops: {% for data as genre %} {% for genre as subgenre %} {% for subgrense as artist %} {{ artist.name }} {% endfor %} {% endfor %} {% endfor %}
-
Grav for e-Commerce?
· 9 years ago
PayPal and Stripe are addons, and you could extend GravCart in the same manner to use a different payment option. I am unfamiliar with Reaction Commerce, but it seems capable enough, though certainly
-
Grav for e-Commerce?
· 9 years ago
There's a dedicated plugin for eCommerce: GravCart. If you don't mind (with asynchronous chat like a forum, you're left without much choice), I'll quote an answer given to a new Grav user who was in t
-
Get -recursively- all pages
· 9 years ago
Also, there's a recipe for recursively iterating through pages and media. You'd have to pass the resulting array back through Twig, though.
-
Are themes still in active development?
· 9 years ago
@MakaryGo Bootstrap 4 is in beta now, and feature-freeze is in place. Go forth and create! @bohan As far as I can tell the match between displayed dates on the site and the repos are correct, many the
-
Support Username
· 9 years ago
In Preferences -> Account. Click your avatar in the right corner, click the gear ("Preferences"), click the pencil next to your username. At least that's how it displays for me, if you do not have
-
Admin missing in download
· 9 years ago
There is no HTML element for columns, thus there are no columns in the Markdown-editor. The closest you'll get is HTML tables, which are supported by Markdown Extra. That said, Markdown allows arbitra