forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: veki on January 26, 2014, 08:45:24 pm

Title: how to put kanguage flags on the bottom of page so the user can select language
Post by: veki on January 26, 2014, 08:45:24 pm
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
Title: Re: how to put kanguage flags on the bottom of page so the user can select language
Post by: Αndré on January 27, 2014, 11:52:11 am
Add the token {LANGUAGE_SELECT_FLAGS} to your theme's template.html file: http://documentation.coppermine-gallery.net/en/theme_template.htm#theme_template_language_select_flags
Title: Re: how to put kanguage flags on the bottom of page so the user can select language
Post by: veki on June 24, 2014, 12:43:29 pm
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
Title: Re: how to put kanguage flags on the bottom of page so the user can select language
Post by: kpgmza on September 21, 2023, 01:21:11 am
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