The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Putting A Translator on the forum

+3
Base
IA03
doodlez doobie
7 posters

Go down

Putting  A Translator on the forum  Empty Putting A Translator on the forum

Post by doodlez doobie Tue 27 Nov 2012 - 0:05

I have a forum being used by many people from around the world some of them speak not so good english and have requested a page translator to be put on each page or post so they understand is there a way to do this ? if so could someone point me in the right direction. ty kindly
avatar
doodlez doobie
New Member

Posts : 2
Reputation : 1
Language : english

Back to top Go down

Putting  A Translator on the forum  Empty Re: Putting A Translator on the forum

Post by IA03 Tue 27 Nov 2012 - 1:36

JUST USE GOOGLE TRANSLATE DUMMY :wouhou:
IA03
IA03
New Member

Male Posts : 21
Reputation : 6
Language : infect ME WITH LOVE HOT STUFF
Location : MAGNET HOT HOT HOT

Back to top Go down

Putting  A Translator on the forum  Empty Re: Putting A Translator on the forum

Post by doodlez doobie Tue 27 Nov 2012 - 1:41

wow jeez thats not what i was talking about and calling me names is something childish and what i dont have time for but u have a good day any ways
avatar
doodlez doobie
New Member

Posts : 2
Reputation : 1
Language : english

Back to top Go down

Putting  A Translator on the forum  Empty Re: Putting A Translator on the forum

Post by Base Tue 27 Nov 2012 - 1:47

IA03 wrote:JUST USE GOOGLE TRANSLATE DUMMY :wouhou:

You are definitely receiving a warning for this. It is not nice to call other people names. If you intend to help, please do so in a respectful manner. Just as you would expect to be treated with respect when you ask a question. Do not do this again.

=> Member warned.
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Putting  A Translator on the forum  Empty Re: Putting A Translator on the forum

Post by Aconitin Tue 27 Nov 2012 - 8:58

Aconitin
Aconitin
Forumember

Male Posts : 246
Reputation : 7
Language : Indonesian
Location : Indonesia

Back to top Go down

Putting  A Translator on the forum  Empty Re: Putting A Translator on the forum

Post by iyaaz Tue 27 Nov 2012 - 20:33

doodlez doobie wrote:I have a forum being used by many people from around the world some of them speak not so good english and have requested a page translator to be put on each page or post so they understand is there a way to do this ? if so could someone point me in the right direction. ty kindly

Hello doodlez doobie

have you try this puting a tool bar called Wibiya Bar on your forum?
I have over 65 language on that tool bar
the Wibiya Bar can be installed and customized without any coding; simply log in to your account at any time, and edit the bar.

Putting  A Translator on the forum  2ptvz2r

the best part of this tool it's freeware, now this will put a smile on your face..... Very Happy
(Google it ------) Wibiya Bar
iyaaz
iyaaz
Forumember

Male Posts : 350
Reputation : 8
Language : English
Location : London

http://iyaaz.forumotion.co.uk/

Back to top Go down

Putting  A Translator on the forum  Empty Re: Putting A Translator on the forum

Post by Kaizer Lee Tue 27 Nov 2012 - 22:04

Hello,

Code:
<div id="translator">
This is your bottom bar.
</div>

Now do you see the This is your bottom bar? Anyway, changed it to the code of the translator you can download or from an embedded in the internet Smile

And then add this in your CSS:

Code:
#translator {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  background: #105289;
  color: #fff;
}
Kaizer Lee
Kaizer Lee
Active Poster

Female Posts : 1064
Reputation : 54
Language : English, Tagalog, Spanish and Chinese
Location : Philippines

http://www.medievalchaos.net/forum

Back to top Go down

Putting  A Translator on the forum  Empty Re: Putting A Translator on the forum

Post by IA03 Wed 28 Nov 2012 - 0:33

Base wrote:
IA03 wrote:JUST USE GOOGLE TRANSLATE DUMMY :wouhou:

You are definitely receiving a warning for this. It is not nice to call other people names. If you intend to help, please do so in a respectful manner. Just as you would expect to be treated with respect when you ask a question. Do not do this again.

=> Member warned.

Don't post on this topic unless you're helping
DEFINTLY NOT HELP TO THIS TOPIC bwi
IA03
IA03
New Member

Male Posts : 21
Reputation : 6
Language : infect ME WITH LOVE HOT STUFF
Location : MAGNET HOT HOT HOT

Back to top Go down

Putting  A Translator on the forum  Empty Re: Putting A Translator on the forum

Post by SLGray Wed 28 Nov 2012 - 3:08

IA03 wrote:
Base wrote:
IA03 wrote:JUST USE GOOGLE TRANSLATE DUMMY :wouhou:

You are definitely receiving a warning for this. It is not nice to call other people names. If you intend to help, please do so in a respectful manner. Just as you would expect to be treated with respect when you ask a question. Do not do this again.

=> Member warned.

Don't post on this topic unless you're helping
DEFINTLY NOT HELP TO THIS TOPIC bwi

Member banned for being rude to staff, posting nonsense everywhere, and taking credit for another member's graphics.


Putting  A Translator on the forum  Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Putting  A Translator on the forum  Empty Re: Putting A Translator on the forum

Post by Kaizer Lee Wed 28 Nov 2012 - 11:18

Please do check if the provided codes will help in anyway. I already researched about some translator embedded codes and this is what I came up with:

This code will be put in your announcement:

Code:
<div id="translator">
<!-- Start of Code for Google Translate -->

<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>

<!-- End of Code for Google Translate -->
</div>

And then please put this in your CSS:

Code:
#translator {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  background: #105289;
  color: #fff;
}

Hopefully, the codes provided would work Smile.

Or, the above code in a Javascript management or in your template Smile.
Kaizer Lee
Kaizer Lee
Active Poster

Female Posts : 1064
Reputation : 54
Language : English, Tagalog, Spanish and Chinese
Location : Philippines

http://www.medievalchaos.net/forum

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum