The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
3.5.0 has the Language Choose at the bottom of the page.
How would I place this Language Chooser either: Inside the Top NavBar, between "Search" and Quick Links? Or to make it be directly accessible via quicklinks (without having to resort to sub-menus)? Or perhaps there is some way I can replace and existing Navbar, option (which I may not be using) - for example: to replace "Calendar" with the "Language Selector"? Thanks |
#2
|
|||
|
|||
![]()
Hi, did you find anything?
|
#3
|
|||
|
|||
![]()
If you do a search for "Quick Language Chooser" on the vBulletin forum you will see that you can cut this from the "footer" template and add it to the "navbar" template to accomplish this:
Code:
<if condition="$show['languagechooser']"> <td class="tfoot"> <select name="langid" onchange="switch_id(this, 'lang')"> <optgroup label="$vbphrase[quick_language_chooser]"> $languagechooserbits </optgroup> </select> </td> </if> Where I added it was right above the area highlighted in red. Code:
<if condition="$show['languagechooser']"> <td class="vbmenu_control"> <select name="langid" onchange="switch_id(this, 'lang')"> <optgroup label="$vbphrase[quick_language_chooser]"> $languagechooserbits </optgroup> </select> </td> </if> </tr> </table> </div> <!-- / nav buttons bar --> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|