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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Creation of a accordion with radio boxes · 10 years ago

    Hi, this article could get you going (the FAQ-page uses an external js-library with accordion effect)

  • Creation of a accordion with radio boxes · 10 years ago

    Hi, I've tried to play around with the form to create an collapse/open feeling. I would like to create four radio buttons, when you select one of them it foldes out and have a textarea or something in

  • Hiding private pages from menu · 10 years ago

    Great! I hope the Admin Pro plugin is progressing (https://getgrav.org/blog/plans-for-2016) I'd be willing to pay for such a plugin if it could handle such things natively

  • Hiding private pages from menu · 10 years ago

    Currently this is not something the login plugin provides. It assumes the page is visible, you can navigate there, but are prompted to login if you don't have access. Hiding the menu can be done by p

  • Hiding private pages from menu · 10 years ago

    Hi all, I'm new to Grav and I love it (a blessing compared to WP). I still have a lot to learn and to experiment, now I have a question about the menu (using Antimatter) I've managed to create a prote

  • Changing PHP version for cli · 10 years ago

    You should ask your host. There are usually command aliases when multiple versions are available, as for example when I do the same I do not need the executable path but just php70 bin/gpm selfupgrade

  • Changing PHP version for cli · 10 years ago

    I don't want to execute any php-commands directly but grav commands which obviously depend on a minima php version. I still don't get how I execute something like bin/gpm selfupgrade Where can I set t

  • Changing PHP version for cli · 10 years ago

    Depending on the host, I find it easier to check if their PHP versions are just renamed executables. For example, my host uses php70 for PHP v7, so I can just substitute it for php.

  • Changing PHP version for cli · 10 years ago

    Thanks a lot. php -v gets an old version. According to this thread, it's possible to configure a .bshrc I just don't understand how. https://www.df.eu/forum/threads/79588-Cron-Shell-PHP-Kann-PHP-Versi

  • Changing PHP version for cli · 10 years ago

    First check which version of php you are running by default: $ php -v If it's the wrong version, you just need to put the path to the PHP binary in your path, before the regular one. This usually mea