The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi Frnds!
I was try to move the language selector from Footer to Right Side of Breadcrumb but its not working correctly! I'm using the code Code:
<li style="float: right;">
<form action="{vb:link forumhome|nosession}" method="get" id="footer_select" class="footer_select">
<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>
</form>
</li>
|
|
#2
|
|||
|
|||
|
Looks like this is probably where your problem is.
HTML Code:
<form action="{vb:link forumhome|nosession}" method="get" id="footer_select" class="footer_select">
|
|
#3
|
|||
|
|||
|
Yes, you were right! That was the main problem!
Anyways, I found a solution using https://vborg.vbsupport.ru/showthread.php?t=254356 Thanks |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|