![]() |
Change Place of Quick Language Chooser in vbulletin
Hello
I Add This Codes From Footer File To Navbar file for show Quick Language Chooser in vbulletin navbar: <form action="{vb:raw vboptions.forumhome}.php" 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> But Now Language Chooser is empty In Top in navbar file just it is showing in footer correctly Please see: http://pcmbrokers.com/forum/ |
I suspect that you need to register the languagechooserbits variable for the navbar template (I presume when you say file that you mean template).
To do this create a plugin (use something like parse_templates for the hook location) and then put something like the following into the code. PHP Code:
|
Hello
It Worked Correctly Thanks So Much |
is there a way to make the language chooser with flags not a drop down menu?
|
All times are GMT. The time now is 10:03 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|