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.

Christiana Member

@christiana83 · Joined 5 years ago · 78 posts · 19 topics · 17 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Problem with assigning group rights for pages · 2 years ago

    The problem is solved. The cause was incorrect indentation in groups.yaml

  • Problem with assigning group rights for pages · 2 years ago

    Hi @pamtbaau, thank you for the tip. I swapped the screenshots.

  • Problem with assigning group rights for pages · 2 years ago

    HI, I want the users who belong to the "Editor" group to be able to edit the pages. With the following settings the pages are not visible to editors, only when I make them super user. What is wrong wi

  • Cookie policy plugin? · 4 years ago

    Hi @joejac , you can choose the position where your script should be included - whether in "head", "after openening "body" tag or before closing "body" tag. A Script can be loaded with timeout And

  • How to automatically rename imagefile on upload? · 4 years ago

    @heihachi88 did you find a solution for this issue?

  • Cookie policy plugin? · 4 years ago

    Hi @pamtbaau, I have answerded the issues on github and responded to pull requests yet. Have a look at the plugins admin pages and try out the possibilites. It will be self explaining shortly. The co

  • Relocate pages folder · 4 years ago

    Hi to everyone! Is it possible to put the pages folder outside of the grav root directory? And then work with a symlink for example or relocate the global pages path from grav? I would be very happy a

  • Admin Event Hook for Flex Object · 4 years ago

    @gdrgdr : I used onFlexAfterSave() function to solve my issue. public static function getSubscribedEvents() { return [ 'onFlexAfterSave' => ['onFlexAfterSave', 0],

  • Admin Event Hook for Flex Object · 5 years ago

    I think I found it. It is onFlexAfterSave(), right?

  • Admin Event Hook for Flex Object · 5 years ago

    Hello! Can you give me the correct Admin Event Hook that I can use to intervene when saving Flex Objects to extend the functionality in my plugin? The "onAdminSave" event does not work for me at this