WebsiteBaker Support (2.13.x) > Modules

Module WebsiteBaker_Lingual_v2_0_7 - Droplet??

(1/1)

CodeALot:
From the readme-file:

"The easiest way is the combination with Droplet [[iMultiLingual]]"

Great. Would have been nice if that droplet was included. :-) Does anyone know what droplet this would be?

sternchen8875:
iMultiLingual is a older Droplet to display the used language flags as small menu

CodeALot:
Thank you. It's still not working though, but I'll try to find the solution.
(Biggest problem is the notorious documentation for the module WebsiteBaker Lingual v2.0.7, written in broken English and with incomplete examples.)

CodeALot:
Does ANYONE have a working example? I used to work with the old Multilang-module 'mod_multilingual', and I'm upgrading an older WB.
The language menu does not appear though. Not with the old way, not with the new module.

If someone could post the PHP-code from their template where the new WebsiteBaker_Lingua l_v2_0_7 is working, I would be a happy man :-)

sternchen8875:
What you need, is a second language tree and at minimum one public page for every language.
In my case, i've pages mit type=menu-link for every used language, for example EN, FR, DE etc
and as childs from this pages minimum one public page in every tree.

i use this code for a flag menu. This Flag menu is only visible, if you have more than one language tree's in the project


--- Code: ---<?php
$iMultiLang = 0;
if(function_exists(&#39;language_menu&#39;)){ ?>
    <div id="multilang">
        <?php language_menu(&#39;png&#39;);
              $iMultiLang = 1; ?>
    </div>
    <?php
    }
?>
--- End code ---

It is only the menu. I'm sure, you need there somethings around this menu like a div etv.

be sure, that you've the option "Multilingualism" activated (in advanced WB-Options -> General Settings)
and (very important) have everytime a look to the selected page languages

Navigation

[0] Message Index

Go to full version