• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Where do I change multi language options

xexam

New Member
Joined
Aug 3, 2010
Messages
172
Reaction score
1
Hello! I've got a problem with gesior aac, I want to add some extra languages to my news system, but I dont know where to set it. I opened all files from /var/www and I've been searching for it (ctrl+F --> news language) but no results.
Anybody knows where do I edit it?
 
@up
thanks a lot

Now the second question:

Where do I set this squaring around the flag?
atxiea.jpg
 
how should i know, i don't have the code :p if you want to remove the border, use border="0" inside img tag
 
lol, you could use that with those flags, or use google translator code.
Code:
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
  new google.translate.TranslateElement({
    pageLanguage: 'en'
  }, 'google_translate_element');
}
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
 
I want to get effect like at the picture above, so I would like to add border

<a href="index.php?subtopic=latestnews&lang=en"><img src="http://images.boardhost.com/flags/us.png"></a>

here is what my img tags look like, how do I add the border command inside them so it would work properly?

@up
i know how to use translator google and I'm going to do so, but I just want to get "blue square effect" around the flag, that's it
 
Back
Top