Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Is there a Wordpress "functions.php" equivalent in antimatter theme?
· 10 years ago
Thanks, that's what I'm looking for! I'm really digging the simplicity of the system and the way I'm not forced into a box.
-
Is there a Wordpress "functions.php" equivalent in antimatter theme?
· 10 years ago
Do not directly modify a theme. functions.php in WP as far as I know is a place to put custom PHP code for the theme, but it's going to be overwritten if you update the theme. Same works in Grav. If y
-
Is there a Wordpress "functions.php" equivalent in antimatter theme?
· 10 years ago
Have a look at Theme Inheritance in the documentation. I think it describes what you want to know.
-
Is there a Wordpress "functions.php" equivalent in antimatter theme?
· 10 years ago
I'd like to enable pinch zooming in antimatter and read in a post that I can edit the templates/partials/base.html.twig file viewport settings to do so. However when antimatter is updated, will I lose
-
How to write data from MySql table to Excel using Java?
· 10 years ago
This Forum is about Grav, a Content Management System which does not use MySQL or any other database and does not use Java. I expect you have more luck posting your question on Stack Overflow.
-
How to write data from MySql table to Excel using Java?
· 10 years ago
Hi, I have built an application using java programming and I want to write MySQL table data to excel sheet by using Apache's POI libraries and MySQL connector in java. I have explored many mobile deve
-
MultiSite in Subdirectory, Page not found
· 10 years ago
It seems to be working better when I place the website directly in http://localhost/ and not in a subfolder. Silly me.
-
MultiSite in Subdirectory, Page not found
· 10 years ago
Thank you for pointing in the right direction. It got me halfway there, I think. I replaced $name = Folder::shift($path);with $name = basename($path);and that made it fetch the subsite instead of test
-
MultiSite in Subdirectory, Page not found
· 10 years ago
I did a quick test, it seems that the setup.php picks /test as your subsite. You need to run it in your root domain (e.g. localhost/subsite). You can check this by adding an echo ROOT_DIR . "user/{$f
-
MultiSite in Subdirectory, Page not found
· 10 years ago
This is a problem I have also struggled with for a while.