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

  • Datatables plugin help · 3 years ago

    @ray, The thing is all I get now is a normal looking table, the same as would normally be rendered by Markdown, not a DataTables table with paging and search etc. I cannot reproduce this issue. My e

  • Datatables plugin help · 3 years ago

    @ray, Am I missing something? Yes you do... According the README of the plugin, you need to install plugin shortcode-core NOTE: This plugin is a modular component for Grav which requires Grav and

  • Run function from plugin admin only once, when saved · 3 years ago

    @mikeb77, Not sure if I understand your point about cache and reloading the config... In the two options I suggested, there is no writing to the config file, because the plugin config page is not bein

  • Install Grav on linux ubuntu 20.04 · 3 years ago

    @Thi, This forum is about Grav and so far, I haven't seen any Grav issues... If you want the community to help you, you should, at least: Show what you have done yourself. Which steps have you taken

  • Run function from plugin admin only once, when saved · 3 years ago

    @mikeb77, There are two approaches that come to mind: Dirty: Load js (see Asset Manager) when Admin runs and route is 'admin/plugins/myplugin' Js adds a Button to the DOM of the plugin page Button su

  • Pages not showing in menu on Home page · 3 years ago

    @piccolopi, Darn, I forgot to ask: To show the frontmatter of the child modules below /home... And what you would like to see in the menu. I'm guessing you wan to see "Home | Mis servicios | Blog" i

  • Looking for an idea or tip on how to display temperature values, · 3 years ago

    @oliverr, If you want the community to help you, you will need to help the community first, by providing ample but succinct information/context about the situation. The information you've provided is

  • Collection in static function used by Admin blueprint does not contain pages · 3 years ago

    @Johanan, It seems your initial question has been solved. if so, please mark this topic as being solved. Please note, it is a bad practice to add/burry multiple questions to a single topic. Please cre

  • Collection in static function used by Admin blueprint does not contain pages · 3 years ago

    @Johanan, Try adding the following: $grav = Grav::instance(); /** @var Admin */ $admin = $grav['admin']; $admin->enablePages(); To improve the performance of Admin, pages are no longer initialis

  • Too many directions causing apache to issue error 500 · 3 years ago

    @kravclub.fr, The version of grav before the upgrade was v1.6.19 according to the changelog.md file There are many, many incompatibilities and breaking changes between 1.6 and 1.7. I suggest to read