Language Changer for Vbulletin
This is a little add on for VB so your members can switch the site to their chosen language.
I have it in the footer but if you know what you are doing you can put it just about anywhere. It will work in the header or footer like I have it now. If you are new at VB it's not to hard with a little trial and error to get it were you want it. UPDATED 9/12/2011 to change margin and padding to chance font color Code:
<!-- Translate vBulletin --> <style> .goog-te-banner-frame{ display: none !important; } .goog-te-balloon-frame{ display: none !important; } .goog-te-gadget { font-size: 0px; color #333333; } .goog-te-gadget img { display: none !important; } .goog-te-combo { margin-left: 14px; margin-right: 14px; vertical-align: baseline; } .goog-te-gadget .goog-te-combo { margin: 0px 0px 0px 0px; border: 0px solid #444444; float:right; } .goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active { display: none !important; } .goog-te-combo, .goog-te-banner *, .goog-te-ftab *, .goog-te-menu *, .goog-te-menu2 *, .goog-te-balloon * { font-family: none; font-size: none; color: #ffffff; } body{ top: 0px !important; } font{ clear: both !important; color:auto !important; background: transparent !important; } </style> <div id="google_translate_element" class="footer_select"></div><script> function googleTranslateElementInit() {new google.translate.TranslateElement({ layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL, pageLanguage: 'en', gaTrack: true,}, 'google_translate_element'); } </script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> <!-- /Translate vBulletin --> example: this is the start of footer templet Code:
{vb:raw ad_location.ad_footer_start} {vb:raw ad_location.global_above_footer} <div id="footer" class="floatcontainer footer"> <form action="{vb:link forumhome|nosession}" method="get" id="footer_select" class="footer_select"> <vb:if condition="$show['quickchooser']"> <select name="styleid" onchange="switch_id(this, 'style')"> <optgroup label="{vb:rawphrase quick_style_chooser}"> {vb:raw quickchooserbits} </optgroup> </select> </vb:if> <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> I found parts for doing this from here and from Google's code for the translator. It took a little trial and error to get it this far but it works really good so i have decided to let every one check it out but keep in mind we are still working on improving it. Credit goes To me, Mark over at Virtual Customs as well as those whose code we started out with. If you can make it any better feel free to do so and post up what you have here. You can also change colors of the text for different parts of as you can see in the code. Just play around with it and you will figure out which is which. Bugs. ! so far. It will preempt the color of text in post bits.. So if you have posted coloring you text it shows up white on the forum. But not in the editor.. go figure. But I dont color my text so it doesn't bother me a bit, but we are working on it. If you figure it out let me know. Download No files for download. Supporters / CoAuthors
Screenshots |