Skip to content
Grav 2.0 is officially stable. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation

Badges

Grav Core Team ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Grav installation on 1&1 IONOS · 6 years ago

    @admin6900, You probably have fixed the issue in the mean time, but the issue resembles a previously posted issue. It had to do with the configuration of Apache's virtual host. It needed the following

  • Best practice for a long onepage site · 6 years ago

    @luap, Without knowing your folder structure, the above snippets looks OK at first sight. At first I thought it might be an issue of 'sibling' vs. 'descendants', but that doesn't match your remark th

  • Is it possible to obfuscate php output of date in blog · 6 years ago

    @joel-marks, I've had a quick look at Open Publishing and think the following will do what you are after: Copy file '/user/themes/quark/templates/partials/blog/date.html.twig' to '/user/themes/mythem

  • Create own plugin with shortcode · 6 years ago

    @keks, I see no reason to doubt the answer given by the lead designer of Grav... ;-) You will have to create a plugin to execute your own PHP logic to read the json file. If I understand you correct

  • How to disable append URL extension for folders · 6 years ago

    @Turum, Before commenting on your story containing multiple questions, I would like to suggest the following: Grav isn't Wordpress If not already, it is best to start with getting acquainted with the

  • Add image height/width · 6 years ago

    @msa, Apparently I didn't understand your exact issue... What are you trying to achieve? How should the end result look like? When are the images automatically scalled? Are you using derivatives()?

  • Add image height/width · 6 years ago

    @msa, According the docs, the ImageMedium has methods height() and width(): height(string/mixed $value='auto') : \Grav\Common\Page\Medium\$this width(string/mixed $value='auto') : \Grav\Common\Page\Me

  • Help with checkbox · 6 years ago

    @seb3000, I cannot reproduce your issue... I did the following: Create file 'user/blueprints/pages/default.yaml' I copied the first page blueprint example from the docs Example: Page Blueprints into

  • Markdown: Link does not open in new tab · 6 years ago

    @pmoreno Note the syntax of query strings: There can only be one ? in the url. It separates the path from the query string. Separate the second, third, and any subsequent parameters with & Not

  • Manipulating site taxonomy via plugin (php) · 6 years ago

    @matt-j-m, if (!$event['object'] instanceof Page) { You didn't declare the use of 'Page'. By the way, didn't 'Page' get a red wavy/squiggly underline in your editor with an error message 'Undefined