how to put kanguage flags on the bottom of page so the user can select language how to put kanguage flags on the bottom of page so the user can select language
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

how to put kanguage flags on the bottom of page so the user can select language

Started by veki, January 26, 2014, 08:45:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

veki

I have the latest version of Coppermine which I use with Mac_osx theme installed.  I would like to enable appearance of language flags on the  bottom of each page so the users can select the language by clicking on flags.
Please instruct me what is procedure for that.

Thanks
Veki

ΑndrĂ©


veki

I succeded to add token by adding:
<div id="SELECT_FLAGS">
  {LANGUAGE_SELECT_FLAGS}
</div>

to my template and flags appeared on the bottomn of the page.

Thanks,

veki

kpgmza

Hi:
I put the token in the footer and it works great.

What is the tag in the CSS that affects the phrase "Language selection"?

Thank you