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

  • Logo image not redirecting to homepage · 8 years ago

    @Travelogy Hi Jeffrey, I see you are using theme 'mediator'. This theme is 4 years old, which is also the beginning of Grav. Only a handfull updates/fixes have been applied. There was already a PR iss

  • Multiple boxes – but unique content? · 8 years ago

    @RiverTim Maybe I haven't understood you correctly, but this sounds very much like the 'features' module of theme Quark. /user/themes/quark/blueprints/modular/features.yaml containts a 'features' lis

  • Breadcrumbs not showing on a modular page · 8 years ago

    @marcocevoli I may have overlooked it, but in the modular template of Quark and 'Open Publishing' I cannot find 'partials/breadcrumbs.html.twig' being included anywhere... And what is not included, wi

  • Multiple collection pages and popular tags · 8 years ago

    @marcocevoli The plugin 'Popular Tags' has implemented two different methods for generating a list of taxonomies. One gets all taxonomies defined in the site, the other collects taxonomies occurring

  • How to translate options in select field? · 8 years ago

    @mnemotechnikon I think I should update my answers given... Continuing on the initial post using the method 'hagne::kittenStatus()' I proposed a solution for translations in PHP in posts #2 and #4. Ho

  • How to translate options in select field? · 8 years ago

    @mnemotechnikon Not sure if you would really want translated strings in your *.md files. What if you made a typo in one of your translation? You would than have to update the page(s) too. As develop

  • Installation: why not changing user:group? · 8 years ago

    @Jarry Have you tried the most simple way of installing Grav? Option 1: Install from ZIP package The easiest way to install Grav is to download the ZIP package and extract it: Download the latest-an

  • How do you change the title of a site (halcyon theme)? · 8 years ago

    @atlas Have a look at /user/config/site.yaml header: title: HALCYON<span>DAYS</span> description: An exclusive HTML5/CSS3 freebie by Peter Finlan, for <em>Codrops</em> b

  • Issue getting next post url · 8 years ago

    @Michael Did you have a look at the skeleton Blog Site? Always handy to have a working example at hand... If you are on a single blog item, the collection of the page is empty... Therefor when I use y

  • Nofollow does not work for img links · 8 years ago

    @NEA Have you tried using <span> instead of <div> or Markdown Extra? Using <span>: <span> [![ALT_TEXT](unsplash-overcast-mountains.jpg)](https://www.website.com/?rel=nofollow)