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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3129 posts · 12 topics · 1011 reputation

Badges

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

Recent posts

  • Feed plugin and autodiscover · 6 months ago

    @dmeissner, It depends on where your blog resides. The example given by the Feed plugin, does not apply to all site configs. If your blog is the home page, it should be fine. If the url to your blog i

  • ALT Tag for header image (hero_image) · 6 months ago

    @farf, In that case, the header image cannot have an alt attribute, because it is a background image. Only <img> elements can have an alt attribute. <section id="blog-hero" class="sectio

  • How to handle complex data in Flex Objects via custom Admin fields? · 6 months ago

    @g222, Since I am not confident in implementing a secure user-authentication and permission system via a login plugin, I was hoping to use the built-in Admin custom fields and Flex Objects. Please k

  • How to handle complex data in Flex Objects via custom Admin fields? · 6 months ago

    @g222, You are mentioning Flex Objects and custom Admin fields, but all I understand from your requirements, is that your frontend (not Admin) submits a json object async to the server using JS and th

  • Feed plugin and <head> tag · 6 months ago

    @dmeissner, So possibly an inherited theme would be the recommended way to handle this? Good point! I forgot my usual warning: Only make theme customisations in an inheriting (aka. child) theme.

  • Feed plugin and <head> tag · 6 months ago

    @dmeissner: I assume I have to modify a .twig file somewhere, but which file? There usually is only one twig file that creates the \&lt;head&gt;, and it is extended by all page types: /user/themes/yo

  • Include checkbox options from another file · 6 months ago

    @FlachyJoe, Instead of investing a lot of time and effort to prevent the user from doing anything wrong by boarding everything up, you might consider informing/educating the user about what to do, wha

  • Clear cache with CLI on shared hosting · 6 months ago

    @01K, I don't know how high your site's exposure is, how critical your site is, nor how the url is being called, but above solution might impose some security risks: The secret token is transmitted a

  • Modular page blueprints load, but their custom fields don’t appear in Admin · 7 months ago

    @aev, I'm puzzled... Using the "One-Page Site" (uses a modular home page) skeleton, I have... created an empty folder /user/themes/quark/blueprints/pages/ user/themes/quark/blueprints ├── blog.yaml

  • Modular page blueprints load, but their custom fields don’t appear in Admin · 7 months ago

    @aev, That still doesn't clarify it for me... Anyway, your issue has been solved.