Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 09:28:29 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155535 Posts in 21713 Topics by 7737 Members
Latest Member: chris85
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Site with 2 languages  (Read 548 times)
applepie

Offline Offline

Posts: 342


« on: May 24, 2010, 11:43:55 PM »

Hi, what is the best way to create a site with different languages. Example, like the WebsiteBaker officlal site.Thanks,
Logged
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« Reply #1 on: May 25, 2010, 12:05:08 AM »

Hi,

please read help pages and use search on forum.

cheers
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
elarifr

Offline Offline

Posts: 115



WWW
« Reply #2 on: May 25, 2010, 07:53:30 AM »

you can read the official help
but just to say after many search

i used Multilanguage switcher 1.50
http://www.websitebaker-next.de/wb/pages/de/startseite/websitebaker-2.8.x.php
Function to display the flags menu
http://www.websitebaker-next.de/wb/pages/de/startseite/aenderungen-wb-2.8.1/mehrsprachfaehigkeit.php
<div class="langmenu">
   <?php  if(function_exists('language_menu')) { language_menu(); }  ?>
</div>

and
some info to make a multilanguage site http://www.websitebaker2.org/en/help/designer-guide/multilingual-websites.php

some information to use show_menu2 multiple menu and multilanguage
http://www.websitebaker2.org/forum/index.php/topic,9833
http://www.websitebaker2.org/forum/index.php/topic,9833.msg82934.html#msg82934
result in an howto from kirk
http://www.websitebaker2.org/forum/index.php/topic,13577.0/topicseen.html


you can see result in
http://laveurdevitres.fr/wbs2

Logged

Accedinfo.com - Société de maintenance informatique sur Strasbourg pour particuliers et entreprises. Tel +33 3 88 33 77 45
beetle

Offline Offline

Posts: 26


WWW
« Reply #3 on: February 23, 2011, 02:02:25 AM »

Hi

i see you added some css style to hover the flags.

.anchor { margin :3px auto; }

#langmenu { float :right; margin-left :auto; margin-right :auto; padding :5px 20px 0px 0px; min-height :0.6em; text-align :center; display :block; vertical-align :middle; }



#langmenu img { border :0; }

#langmenu a.default img { filter :alpha(opacity=50); -moz-opacity :.5; opacity :.5; }

#langmenu a:hover img,

#langmenu a.current img { filter :alpha(opacity=100); -moz-opacity :1.0; opacity :1.0; }

******************************************************************
I put this in the frontend.css

and in my index.php i have

<div class="langmenu">
    <?php if(function_exists('language_menu')) {language_menu ();}?>   
                             
        </div>   


I quess somewere in need to put <a  class="default"        and <a  class="current"

to get the hover effect.  Can you give me a hand?

Thanks in advanced
Logged

Waarom betalen voor adverteren als het ook gratis kan?
Zoals op  www.adverteren-gratis.nl  bijvoorbeeld.
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!