Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Dimitri Longo Regular
ModSquad Team Member
Grav Forum Moderators
@dimitrilongo · Joined 9 years ago · 119 posts · 6 topics · 40 reputation
Badges
Recent posts
-
Are there any paid themes available?
· 9 years ago
Take a look here : http://www.rockettheme.com/grav/themes
-
Number of views of pages
· 9 years ago
take a look https://github.com/Perlkonig/grav-plugin-count-views
-
Browser language detection
· 9 years ago
i think you need to get http_accept_language in a custom plugin for instance
-
Multisite Setup sub_directory
· 9 years ago
@tuttle: Got it working. @tuttle glad to hear it 🙂 You can then mark this as solved 😉
-
Multisite Setup sub_directory
· 9 years ago
in my case yes, but you can add plugins folder in each subsites, so each subsite can have his own plugins
-
Multisite Setup sub_directory
· 9 years ago
this is my structure -user --- sites ---- siteA ----- Pages ----- Config ----- Themes ------ Mytheme ---- siteB ----- Pages ----- Config ----- Themes ------ Mytheme <?php /** * Multisite setup for
-
Multisite Setup sub_directory
· 9 years ago
Test this setup.php <?php /** * Multisite setup for sub-directories or path based * URLs for subsites. * * DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING! */ us
-
Multisite Setup sub_directory
· 9 years ago
your directory /user/site/2ndSite/themes and in your setup.php there is folder = "sites/{$name}"; site / sites
-
Multisite Setup sub_directory
· 9 years ago
paste your setup.php
-
Multisite Setup sub_directory
· 9 years ago
in your list , can't see reference to setup.php