multi site & templates #137
Replies: 3 comments
-
Layout changes are saved in the theme html files, you need to duplicate a theme if you need to have different layouts on two sites.
Content and translations are not saved in the theme, multilingual content is saved in the db and translations for theme text are saved in gettext files (.po/.mo) inside Language packs can be installed from the language edit page for available packs. Translations can be added/edited from admin > settings > localization > translations https://demo.vvveb.com/admin/index.php?module=localization/translations&action=domain&lang=ro_RO&domain=user Translations are common for the entire setup and are available for all themes/sites. If you need to translate a text from a theme don't change it from page builder but add the text in the translation list. I will add a translate text dialog in the page builder as a shortcut to quickly translate template text in the next update with translation saved in gettext files. You can also edit the translation files directly for faster translation from If you want to share your translations you can push the changes to the language pack repository https://github.com/search?q=Vvveb%20language-pack&type=repositories |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I'm unable to locate those .po files :) Sure, no problem in regards to the lang. rep. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the bug report, it's fixed in the last commit 602a14a You probably don't have a language pack installed, you can install a pack from the language edit page Then the files are downloaded and you can edit them from Or you can git clone the language pack repository in |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Been playing around since a couple of hours and got the multisite up and running correctly (well i think).
I noticed that editing the homepage while in multisite mode these changes are edited on both websites.
Is it correct you need to duplicate the template per website in order to prevent this from happening or am I missing something?
I assumed every subsite would have his own folder in the background where these changes would be saved. Leaving the template section itself clean, serving as a "template"
I also read somewhere in order to translate the homepage you need to duplicate the template as well.
If so this is wild :) when you manage 20 websites each in 5 different languages you will end up with hundred duplicates of the same template?? I must be doing something wrong cause that seems unrealistic ;)
Beta Was this translation helpful? Give feedback.
All reactions