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

  • Userdata is not set when logged in · 7 years ago

    Hi @sque, Are you sure a user did indeed login? If not, there is no data about a user... To force the user to login when accessing a page, add the following to the page: access: site.login: true S

  • RSS Feed picking up wrong name · 7 years ago

    Hi @techielass, I presume you are using the plugin "feed"? Looking at the source code at Github, the title is always the title of the page on which the plugin in placed. This is the Twig the plugin u

  • Horizontal rules omitted every other child · 7 years ago

    @ThosGreen Looking at your research (which is very informative) there is probably more to it then just the browser... According to Modzilla Developer Netword on <hr>: Historically, this has be

  • Horizontal rules omitted every other child · 7 years ago

    Hi @ThosGreen, I have run your code using Quark and the blog skeleton. I have replaced template '/user/themes/quark/templates/blog.html.twig' with the following code: {% extends 'partials/base.html.tw

  • Version dropdown and languages · 7 years ago

    Hi @graf, You might want to take a look at the build-in 'Taxonomy' functionality of Grav in combination with the 'TaxonomyList' plugin. You can see both in action in this demo of the TaxonomyList plug

  • List tags and URLs inside · 7 years ago

    @pabloluih Would you mind sharing an image or drawing of what you have in mind? I'm not sure I understand...

  • Comments mystery · 7 years ago

    @hotel If you follow the following steps, you will have Comment forms on regular pages. I use the Quark theme, but it should work on any theme. It is also not tied to any type of template. Create fre

  • Why Google articles have an ending - Grav CMS? · 7 years ago

    @dydaevskiy You didn't get much response (none) the first time you asked this question and haven't yet received a response this time... So here is mine... TLDR: It has to do with the quality of your p

  • Replace logo using Quark child theme · 7 years ago

    @jmaster To replace the default logo provided by Quark, you could do the following in you own child theme's folder: Go to "user/themes/your-child-theme" Create folder "/images/logo" Copy your logo in

  • How to get the slug url using the LangSwitcher plugin? · 7 years ago

    @reboom You are absolutely right that for each node in the path, I fetch all available languages. That might indeed become quite an overhead with (deep) nested pages combined with many languages. Wise