pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
How can single form send two emails using different titles and bodies
· 8 years ago
@SjoerdSmeets It might be worth considering to rephrase the question and explaining what you do look for... ;-) After some pondering... Do you perhaps mean that you want to send two different emails,
-
Pages vs. Folders
· 8 years ago
@jeffmcneill Are you familiar with the section on Pages and Folders in Grav's documentation?
-
When to add virtual pages?
· 8 years ago
@myscha I'm not familiar with the 'Events'-plugin, but can give you some suggestions... The following presumes that the events collected by the plugin are stored somewhere in the site. Eg. '/user/data
-
Browser unable to resolve website and other config issues
· 8 years ago
@abhay Be advised that access control in Apache 2.4 has changed. Have a look at the section 'Access' in the Apache document Upgrading to 2.4 from 2.2: 2.2 configuration: Order allow,deny Allow from al
-
How do I list a simple list of category and tag references?
· 8 years ago
@dydaevskiy Thanks for the feedback. I fixed two issues. Yaml syntax in frontmatter: I noticed a Yaml syntax error in my README.md in the layout of frontmatter. The labels should be defined as: --- l
-
Browser unable to resolve website and other config issues
· 8 years ago
@abhay First of all, I am a total infrastructure noob, so I might be mistaken... Having said that, I am missing the following in your virtual host definition: <Directory /var/www/> Options I
-
Inmotionhosting cpanel installation not working
· 8 years ago
@muhannad123 And I used Chrome on Window 10 laptop.... No weird characters at all.
-
Inmotionhosting cpanel installation not working
· 8 years ago
@muhannad123 I'm afraid I do not see any strange characters... Something must have gone terribly wrong... ;-)
-
How do I list a simple list of category and tag references?
· 8 years ago
@dydaevskiy You might have a look at https://github.com/pamtbaau/grav-plugin-labeltree It is a rough Proof of Concept that seems to be doing what you want, but needs optimisation. I did not do any tes
-
How do I list a simple list of category and tag references?
· 8 years ago
That labelTree would be the result of some logic in PHP. During a loop through all pages in the blog, the labels of each page are being merged together into a single labelTree.