pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Creating Backend Pages
· 8 years ago
What is it you are missing?
-
Creating Backend Pages
· 8 years ago
The PHP file comments.php from the 'comments' plugin shows how to save/retrieve data to/from the 'user/data' folder.
-
Alternatives to '@slugify-title'
· 8 years ago
I have created a new blueprint as shown in Add a custom page creation modal. When I create a post using 'Add Post' and enter '2018-09-18' as 'Post Title' in the modal form, then save the page, a fold
-
Multiple collection pages and popular tags
· 8 years ago
@marcocevoli Are you sure 'show_sidebar: true' is the issue? When parameter 'children_only: true' is set for plugin 'taxonomylist', it only looks for taxonomies in children of the current page. If the
-
Alternatives to '@slugify-title'
· 8 years ago
@mathmax Currently, '@slugify-title' is internally translated into a call to method \Grav\Plugin\Admin\Utils::slug($str), where $str is the value of the title of the page. Among others, the method 'sl
-
How to get a collection of pages that are descendants of page "/products" AND have a taxonomy: taxonomy.tag = top in twig?
· 8 years ago
@fosil I'm afraid I do not really get the gist of the question. Would you mind editing your post/title and elaborate a bit more on: what you are trying to achieve what you expected to see what you ha
-
Accessing custom user variables
· 8 years ago
@markic I guess the step you are missing is... There is no 'user' when the page is requested, only an anonymous visitor. When an anonymous visitor is accessing the page, the 'user' object does exists
-
How to assign meta data for taxonomy output pages (for categories and tags pages) Using the SEO plugin v2.3.4?
· 8 years ago
Have you been able to find a suitable solution to your question?
-
How to add default content on new page
· 8 years ago
Layout/style should be the responsibility of theme/templates and stylesheets and not the content. Would you mind sharing what you are doing in the content field to get a consistent presentation?
-
Installer problem
· 8 years ago
Just curious, have you been able to install Grav in the meantime?