pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Plugin Comments not working
· 8 years ago
@codiergott Apparantly, the variable 'enable_comments_plugin' is not set. This variable is set in 'comments.php' line 76: $this->grav['twig']->enable_comments_plugin = $this->enable; The var
-
Plugin Comments not working
· 8 years ago
@codiergott Comments plugin uses the following code to test if comments should be shown: if (!in_array($path, $disable_on_routes)) { if (in_array($path, $enable_on_routes)) {
-
Plugin Comments not working
· 8 years ago
@codiergott If the route of the page on which you want to add comments does not start with '/blog', you need to add that route in 'user/config/plugins/comments.yaml' like: enable_on_routes: - /blog
-
Taxonomy searches give no results
· 8 years ago
@Cylindric Just had to have a second look... The multiple blogs issue can be 'worked around' by using the following: Override Quarks partial template 'taxonomy.html.twig' in 'user/themes/mytheme/temp
-
Taxonomy searches give no results
· 8 years ago
@Cylindric I haven't worked with blogs yet, but did some investigation. Theme Quark needs the variable ‘blog-page’ to point to the correct blog page. To fix the issue mentioned above, copy 'user/theme
-
Uziversitari: a book promotion site made with Grav
· 8 years ago
@marcocevoli Congrats on your book and new website. I've taken a look at your website from a performance point of view. When looking at the network traffic, I noticed: 9 out of 14 css file have not
-
Aviary plugin options INFO appreciated
· 8 years ago
@ryan, I can reproduce the issue. No errors, no log and no saved changes.... The plugin has (had?) a saving issue before. The issue seems to be closed without a fix. Maybe you can try to get an answer
-
Crikey! on Grav 1.4.7 Administration Panel
· 8 years ago
@k64 To help you get a better response then to the same issue you created last week, I searched on Google for some bug reporting guidelines. The title of one of the guidelines says it all: How to writ
-
Create a new page from php or?
· 8 years ago
@dlannan The plugin Add Page By Form might be doing something you're aiming for. It allows users to add a new page by filling in a form.
-
Setting a Global Variable (like a phone number)
· 8 years ago
And yet again a new gem of Grav revealed to me... Thanks.