Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation

Badges

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

Recent posts

  • Getting API Key - developing new plugin · 7 years ago

    @graf I once created a plugin (unfinished and unpublished) to migrate WordPress to Grav. The user needed to be authenticated using OAuth. In short, the logic of my solution looks like the following:

  • How to rename a user uploaded file through YAML · 7 years ago

    @dev_on_a_journey, Would you mind sharing why you would like the uploaded file to have predefined name? When using the file field in the 'blueprints.yaml' of your theme, it will save the uploaded file

  • Modular page in menu does not display ints children · 7 years ago

    @normawhite, The following is what I have understood from your question (with a few assumptions sprinkled here and there). Please correct me if I'm wrong. It does, at least, reproduce the problem you

  • Extra space between label and button · 7 years ago

    @Aiace, Although the form definition in frontmatter allows you to add style or classes to individual fields, you cannot add style/classes to the group of buttons. This means you have to alter the form

  • How to reference hero image in the images file · 7 years ago

    @Boaime, I think this question should be in a separate issue. If you create a new issue, I'll be happy to copy my reply. @hughbris, Do you perhaps have the permission to split this issue into its ow

  • How to reference hero image in the images file · 7 years ago

    @Boaime, There are a couple of issues in both your frontmatter as in Twig: Variable names in Twig and frontmatter do not match, e.g. 'imageone' vs. 'image_one' Referencing location of media files in

  • Put .html on every page URL · 7 years ago

    @sunil951, What SEO issue do you think it creates? A few thoughts: I think there is a consensus on the web that urls without extensions are preferred. Google doesn't care whether a url ends with an e

  • Funky login issue with admin panel on scotch box · 7 years ago

    @msqueeg, then, saidly, I have no more suggestions for you... Maybe a last one: You could check using de devtools of your browser if cookies are being set.

  • Funky login issue with admin panel on scotch box · 7 years ago

    @msqueeg, I have seen a similar issue last week on the forum... The problem was caused by disabling the initialization of sessions. In that case, cookies cannot be created and hence the user cannot l

  • Put .html on every page URL · 7 years ago

    @sunil951, My first response is one of curiosity... What might be the rationale? Do you need to preserve urls when migrating an existing website? Regardless the reason, the configuration setting appen