may i change languange flgs to fonts

Hi :

may i change languange flgs to fonts ENGLISH .Chinese ? I don't think the people know the flags is a language botton.

anyone know this ?

Thanks

Ling

Quote · 30 Jul 2009
You can simply add a text streng before the flags templates/tmpl_uni/_header.html

<font color="#336699" size="3"><b>Switch language</b></font>


Code will come here

<font color="#336699" size="3"><b>Switch language</b></font
__switch_lang_block__
</div>


I can see if there is another way to do this...larger flag or something

Quote · 30 Jul 2009

 

Hi :

may i change languange flgs to fonts ENGLISH .Chinese ? I don't think the people know the flags is a language botton.

anyone know this ?

Thanks

Ling

 

I have looked at it and I think the biggest issue it's difficult to click on the flags like a url link,

if we add some css code on the flags it will be much easier to click on them,

(I think they have forget to made it, I can at least do not find it...)

 

Before you change something, open your site and se how difficult it's to click on the flags.

 

Open file templates/base/css/general.css

 
Find this code, about line ~445

div#switch_lang
{
position:absolute;
top:4px;
right:10px;
}

 

Add this code below it

 

/*Added by me - start*/
.lang_not_selected
width:18px;
height:12px;
}
/*Added by me - end*/

 

 

Open your site again and see how easily you can click on the flags now.

 

One flag you can't click on,

this is the default flag/language on your site or the flag/language you clicked on last time you visited the site, and it's shall be so.

Quote · 31 Jul 2009

Okweb:

Thank you very much.

I added Choose Language. i didn't change flags to be big.

you are great guy.

Ling 

Quote · 31 Jul 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.