MysticGames
11-09-2011, 08:23 PM
Hi!
Can somebody please tell me how can I make a language change link and not select?
Here's the original vbulletin select in footer:
<vb:if condition="$show['languagechooser']">
<select name="langid" onchange="switch_id(this, 'lang')">
<optgroup label="{vb:rawphrase quick_language_chooser}">
{vb:raw languagechooserbits}
</optgroup>
</select>
</vb:if>
I'd like to make it like:
<foreach languages>
<a href="languageX">LanguageX</a>
</foreach>
etc, is this possible?
EDIT:
OK solved it :)
http://yourforumaddress/forum.php?langid=1 ?langid=2 etc.
Can somebody please tell me how can I make a language change link and not select?
Here's the original vbulletin select in footer:
<vb:if condition="$show['languagechooser']">
<select name="langid" onchange="switch_id(this, 'lang')">
<optgroup label="{vb:rawphrase quick_language_chooser}">
{vb:raw languagechooserbits}
</optgroup>
</select>
</vb:if>
I'd like to make it like:
<foreach languages>
<a href="languageX">LanguageX</a>
</foreach>
etc, is this possible?
EDIT:
OK solved it :)
http://yourforumaddress/forum.php?langid=1 ?langid=2 etc.