how to have a lang. drop down! - eSyndiCat User Forums
eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > eSyndiCat Directory Software [FREE] > User interface

User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end

Reply
 
Thread Tools Display Modes
Old 05-03-2007   #1
b4uindia
 
Join Date: Sep 2006
Posts: 9
b4uindia is on a distinguished road
Default how to have a lang. drop down!

How we can have lang. drop down box in the footer where a user comes and choose his/her preferred lang. and the site goes to converted to all according to the selected lang. file


please help me asap
b4uindia is offline   Reply With Quote
Old 05-04-2007   #2
John Turner
 
Join Date: Sep 2006
Posts: 1,428
John Turner is a jewel in the roughJohn Turner is a jewel in the roughJohn Turner is a jewel in the roughJohn Turner is a jewel in the rough
Default

Hi b4uindia,

Here modification for you.
Open '../templates/{YOUR TEMPLATE}/header.tpl'
find following code
Code:
		{foreach from=$languages item=language name=select_lang}
		<li {if $smarty.foreach.select_lang.last}style="border-right: none;"{/if}>
			{if $language.lang eq $config.lang}
				&nbsp;{$language.lang}</li>
			{else}
				&nbsp;<a href="{$smarty.server.REQUEST_URI|add_url_param:'language':$language.lang}">{$language.lang}</a></li>
			{/if}			
		{/foreach}
replace with following code
Code:
	<form method="get" action="{$smarty.server.REQUEST_URI}">
		Choose language:
		<select name="language" class="what" onChange="this.form.submit()">
		{foreach from=$languages item=language}
		<option value="{$language.lang}" {if $language.lang eq $config.lang}selected{/if}>{$language.lang}</option>
		{/foreach}
		</select>
	</form>
*** save and close it.

It might helps.
John Turner is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 05:36 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Testimonials | Articles | Support | Documentation | Privacy Policy | License | Affiliates | Contact Us | SEO Resources