pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3195 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Create a new page from php or?
· 8 years ago
@dlannan Would you mind sharing what you have tried so far? You might have been on the right track and only need some finger-pointing to get you going. Folders/files, frontmatter (yaml) and content ca
-
Redirect in new browser window
· 8 years ago
@nix Yes you can use some Grav magic using the uri object The following sample is using Quark as theme and should be adapted to your own theme. In partials/navigation.html.twig, add uri as extra par
-
Gibberish in index.php
· 8 years ago
Deobfuscating the code online renders: @include /srv/www/sealeteam6.com/public_html/vendor/composer/ca-bundle/.43fa9ccd.ico; Does this ring a bell?
-
I'm researching GRAV CMS for project use
· 8 years ago
@mwoodfield I recently moved away from Wordpress to Grav and would like to share that experience with you. In short: Migration was a breeze... Development is fun again. Maintenance is easy. Perform
-
What is the best way to download all site content and migrate it to a new Grav Install
· 8 years ago
The Git approach is really nice and works great. The only issue I have with this approach is that only 1 out of the 3 hosters I deal with supports ssh and git in combination with shared hosting. A ste
-
What is the best way to download all site content and migrate it to a new Grav Install
· 8 years ago
@johnfrenchxyz The zip contains a complete backup of the root of your site. Just tried it myself and it works instantly after unzipping. You may have to consider some configuration settings that are d
-
What is the best way to download all site content and migrate it to a new Grav Install
· 8 years ago
@johnfrenchxyz FTP + Unzip?
-
What is the best way to download all site content and migrate it to a new Grav Install
· 8 years ago
@johnfrenchxyz According the docs Creating a Backup: Backing up your project is nothing more than creating an archive of the ROOT of Grav. No Database, no complications. You can create the backup th
-
Plugins and caching
· 8 years ago
Can't help being curious... In GChartShortcode::process() you add assets in the following two ways: 1) $this->shortcode->addAssets('js', 'https://www.gstatic.com/charts/loader.js'); 2) $this->
-
How to avoid double submit validation for the ajax contact form?
· 8 years ago
I've tried that simple solution when I tried your form in a test environment. It didn't work in my tests unfortunately, but glad it does works for you :-)