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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1013 reputation

Badges

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

Recent posts

  • Page remote media files (over http) · 5 years ago

    @sherpadawan, I did not noticed we could add html directly into the markdown editor. From the 'inventor' of Markdown: For any markup that is not covered by Markdown’s syntax, you simply use HTML i

  • Extending class from another plugin · 5 years ago

    @Jrbdog, I cannot get LightSlider to work either using autoloader, but the following workaround does work (using Grav 1.7.0-rc.20) : No need to alter default '/user/plugins/child/composer.json' To o

  • How to add options tab etc to blueprints in Custom Theme without inheritance to QUARK theme? · 5 years ago

    @tunkila, I fail to understand your question and replies, but... If you want to extend the default blueprint from '/system/blueprints/pages/default.yaml', which is overridden by Quark's 'user/theme

  • Dynamic update of Page Collection results with Sort/Filter user settings · 5 years ago

    @eyewinder, Dynamically filtering collection Collections defined in a page can automagically be filtered using parameters in the url. E.g. <a href="/tag:photography">photography</a>. Yo

  • Page remote media files (over http) · 5 years ago

    @sherpadawan, Have you tried the HTML Video Element <video> inside markdown?

  • Show title page for Quark theme · 5 years ago

    @Romanbiz, I have no clue what you want to achieve... Please have the courtesy to clarify your question and provide more information the community can work with. Do the default pages home and typogr

  • Extending class from another plugin · 5 years ago

    @Jrbdog, Just to be sure if we are on the same page... Setup: Create plugin 'Base' $ bin/plugin devtools new-plugin $ cd /user/plugins/base $ composer update In 'user/plugins/base/base.yaml' switch

  • Creating a new event on a calendar · 5 years ago

    Hi can i ask you something else? I think that warrant for a new topic with its own suitable title...

  • Extending class from another plugin · 5 years ago

    @Jrbdog, I was trying to setup autoloader again and noticed something that may have set things up for failure... I initialially created plugins 'Xx' (parent) and 'Yy' (child) which worked fine. For

  • Load CSS/JS assets with theme_url or do assets.JS/CSS · 5 years ago

    @pmoreno, After looking at the repo, it appears to be an issue of the order in which javascripts were loaded using the Asset Manager. jQuery was being loaded after the other scripts needed it and erro