pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3181 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
How to use forms to collect information from users
· 1 year ago
@phil, Have you actually implemented forms for collecting data? I find this remark a bit of an insult to one of the most valuable contributors to this forum. Just because AI cannot help you out and
-
How to reorder modular page children in Admin using page titles instead of manual array input?
· 1 year ago
@Nicola, Add number prefixes to the page folders, like 01._about/about.md. Admin will then show the field 'Folder Numeric Prefix' as 'Enabled'. When you drag/drop modules in the page list, Grav will a
-
Impossible to align images left or right on pages with Editorial Theme
· 1 year ago
Counter-intuitive solution provided by the theme... IMHO The markdown always creates an \<img> element. Hence the theme should have provided css like: img.right { float:right; } That would mat
-
Create a new template with card containers for blogroll [Editorial Theme]
· 1 year ago
@ramenos, If a theme's templates do not provide the layout that you want, you will have to override the theme's template you are using for that page in your own child/inheriting theme.
-
Impossible to align images left or right on pages with Editorial Theme
· 1 year ago
@ramenos, It feels like there is a misconception of how Markdown for images work.. Depending on you interpretation, there could be two things going on... You might be thinking that ?class=right shoul
-
How to reorder modular page children in Admin using page titles instead of manual array input?
· 1 year ago
@Nicola, Have you tried opening any child module of the modular page and sort the modules by drag & drop in the "Ordering" section?
-
Grav built-in captcha systems for protecting forms
· 1 year ago
@squeak, Any progress you could share? And if solved, would you mind marking the post as solved?
-
Video not playing under IOS
· 1 year ago
@tarudeone, To complement @Karmalakas... Many iOS users on the web who are complaining too.
-
List fields in admin panel
· 1 year ago
@paulchen, Grav expects a page file (*.md) to consist of frontmatter (formatted using yaml, which will be translated into object|null) and content (string|null). The content could contain Markdown, HT
-
Which files and folders to symlink under public_html?
· 1 year ago
@Gin: For sandbox, i guess it also symlink cache folder but i guess i will need it since different websites have different caches. when one cleared i dont want other also cleared. I guess... I guess.