pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Accessing custom user variables
· 8 years ago
@markic Are you sure? I cannot reproduce that behaviour. When not logged in, I do get a 'user' object showing the definition of the 'account.yaml' and default values are shown, but no sensitive data b
-
Alternatives to '@slugify-title'
· 8 years ago
Maybe the following sample might give you some thoughts to handle your use case. Created the same blueprint as above (kept the @slugify-title) and created a plugin with the following code: public func
-
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?