pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3130 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Comments mystery
· 7 years ago
@hotel If you follow the following steps, you will have Comment forms on regular pages. I use the Quark theme, but it should work on any theme. It is also not tied to any type of template. Create fre
-
Why Google articles have an ending - Grav CMS?
· 7 years ago
@dydaevskiy You didn't get much response (none) the first time you asked this question and haven't yet received a response this time... So here is mine... TLDR: It has to do with the quality of your p
-
Replace logo using Quark child theme
· 7 years ago
@jmaster To replace the default logo provided by Quark, you could do the following in you own child theme's folder: Go to "user/themes/your-child-theme" Create folder "/images/logo" Copy your logo in
-
How to get the slug url using the LangSwitcher plugin?
· 7 years ago
@reboom You are absolutely right that for each node in the path, I fetch all available languages. That might indeed become quite an overhead with (deep) nested pages combined with many languages. Wise
-
How to get the slug url using the LangSwitcher plugin?
· 7 years ago
@michael, @reboom If my issues were the same as yours, I might have a solution to point you in the right direction... Grav has a function Page::translatedLanguages() (see docs on Page) which is said
-
Cloud service to drop files but not read them
· 7 years ago
@hughbris I'm not familiar with Dropbox and I'm not sure if I understand your requirement properly, but while building my own static website generator (based on Grav pages) I experimented with several
-
Modify Maintenance plugin page
· 7 years ago
@jerry, Since the message will probably be multi-lingual, try 'user/plugins/maintenance/languages.yaml'
-
Frontmatter global setting for Default page
· 7 years ago
@mikulabc If you are using the Admin panel to create pages, the following might be a solution. If you create pages manually using an editor I would not know of any Grav solution. Grav allows you to ex
-
Access image meta.yaml for Alt in markdown?
· 7 years ago
@metbril, I'm not sure how that will fly with images embedded in the content of pages... At the very top or bottom of the page, OK, but anywhere else would be inefficient (e.g. regex) in Twig templat
-
Access image meta.yaml for Alt in markdown?
· 7 years ago
@Ckka If I understand Grav's caching correctly.... The processing of Twig in Markdown only happens when the cache needs to be (re)build (e.g. page change, system.yaml change, ...). Once cached, the pa