Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Quick "Translate This Page" Link Details »»
Quick "Translate This Page" Link
Version: 0.01, by RWerksman RWerksman is offline
Developer Last Online: Dec 2011 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.8 Rating:
Released: 12-28-2007 Last Update: Never Installs: 22
Template Edits
Re-useable Code  
No support by the author.

This modification adds a drop down box in the lower right corner of each page directly under the Forum Jump Box that is currently there. When a user selects an option from this box, they'll be forwarded on to a Google translation of the page at hand.

Please note that when viewing the translated version of this page, the user will not be logged in.

In the forumjump template, look for:

Code:
<br /><br />
and

Code:
</div>
Place the following code between the two entires:

Code:
 
<strong>Translate This Page<br />
<form action="http://translate.google.com/translate" method="post">
 <input type="hidden" name="u" value="http://YOURSITE.COM/$scriptpath" />
 <select name="langpair" onchange="this.form.submit();">
  <option value="en|de">English to German</option>
  <option value="en|nl">English to Dutch</option>
  <option value="en|es">English to Spanish</option>
  <option value="en|fr">English to French</option>
  <option value="en|it">English to Italian</option>
  <option value="en|pt">English to Portuguese</option>
  <option value="en|ko">English to Korean</option>
  <option value="en|ja">English to Japanese</option>
  <option value="en|ar">English to Arabic</option>
  <option value="de|en">German to English</option>
  <option value="de|nl">German to Dutch</option>
  <option value="de|es">German to Spanish</option>
  <option value="de|fr">German to French</option>
  <option value="de|it">German to Italian</option>
  <option value="de|pt">German to Portuguese</option>
  <option value="de|ko">German to Korean</option>
  <option value="de|ja">German to Japanese</option>
  <option value="de|ar">German to Arabic</option>
  <option value="nl|en">Dutch to English</option>
  <option value="nl|de">Dutch to German</option>
  <option value="nl|es">Dutch to Spanish</option>
  <option value="nl|fr">Dutch to French</option>
  <option value="nl|it">Dutch to Italian</option>
  <option value="nl|pt">Dutch to Portuguese</option>
  <option value="nl|ko">Dutch to Korean</option>
  <option value="nl|ja">Dutch to Japanese</option>
  <option value="nl|ar">Dutch to Arabic</option>
  <option value="es|en">Spanish to English</option>
  <option value="es|de">Spanish to German</option>
  <option value="es|nl">Spanish to Dutch</option>
  <option value="es|fr">Spanish to French</option>
  <option value="es|it">Spanish to Italian</option>
  <option value="es|pt">Spanish to Portuguese</option>
  <option value="es|ko">Spanish to Korean</option>
  <option value="es|ja">Spanish to Japanese</option>
  <option value="es|ar">Spanish to Arabic</option>
  <option value="fr|en">French to English</option>
  <option value="fr|de">French to German</option>
  <option value="fr|nl">French to Dutch</option>
  <option value="fr|es">French to Spanish</option>
  <option value="fr|it">French to Italian</option>
  <option value="fr|pt">French to Portuguese</option>
  <option value="fr|ko">French to Korean</option>
  <option value="fr|ja">French to Japanese</option>
  <option value="fr|ar">French to Arabic</option>
  <option value="it|en">Italian to English</option>
  <option value="it|de">Italian to German</option>
  <option value="it|nl">Italian to Dutch</option>
  <option value="it|es">Italian to Spanish</option>
  <option value="it|fr">Italian to French</option>
  <option value="it|pt">Italian to Portuguese</option>
  <option value="it|ko">Italian to Korean</option>
  <option value="it|ja">Italian to Japanese</option>
  <option value="it|ar">Italian to Arabic</option>
 </select>
 <input type="hidden" name="hl" value="en" />
 <input type="hidden" name="ie" value="UTF-8" />
 <input type="hidden" name="oe" value="UTF-8" />
 <input type="hidden" name="safe" value="active" />
 <input type="hidden" name="prev" value="/language_tools" />
 </select>$gobutton
</form>
Make sure that you change the YOURSITE.COM to the correct domain name.

Save.

Enjoy.


Credit goes to oldfan (for his or her post here) that I tweaked to make work better.


For a demo of what this looks like go here: http://f800riders.org/forum/forumdisplay.php?f=67

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 03-31-2008, 08:06 AM
Brady1505 Brady1505 is offline
 
Join Date: Feb 2008
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got it. Try and error ...

<input type="hidden" name="u" value="www.mysite.de$scriptpath" />

works correctly.

Brady
Reply With Quote
  #33  
Old 03-31-2008, 11:05 AM
zerokun zerokun is offline
 
Join Date: Oct 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow,
I have built it some days before and found this thread today.

Now, If you want to remove the frame above your translated page, replace this link: http://translate.google.com/translate by http://www.google.com/translate_p.

To apply for all website (php site), you can use this link http://$_SERVER[SERVER_NAME]$scriptpath:
EX:
<input type="hidden" name="u" value="http://$_SERVER[SERVER_NAME]$scriptpath" />
replace for <input type="hidden" name="u" value="http://YOURSITE.COM/$scriptpath" />


demo: http://www.ue-global.com (the translation at the top of the page)

regards,
zerokun
Reply With Quote
  #34  
Old 08-02-2008, 06:47 PM
frankybme frankybme is offline
 
Join Date: Apr 2008
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do these translated pages get indexed in the search engines?
Reply With Quote
  #35  
Old 09-01-2008, 08:15 PM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this work if my forum is only viewable to registered members only? Also, my forum is v3.7.3
Reply With Quote
  #36  
Old 10-23-2008, 04:31 AM
segwayon segwayon is offline
 
Join Date: Mar 2008
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by zerokun View Post
Wow,
I have built it some days before and found this thread today.

Now, If you want to remove the frame above your translated page, replace this link: http://translate.google.com/translate by http://www.google.com/translate_p.

To apply for all website (php site), you can use this link http://$_SERVER[SERVER_NAME]$scriptpath:
EX:
<input type="hidden" name="u" value="http://$_SERVER[SERVER_NAME]$scriptpath" />
replace for <input type="hidden" name="u" value="http://YOURSITE.COM/$scriptpath" />


demo: http://www.ue-global.com (the translation at the top of the page)

regards,
zerokun
Slick language selector you have on your website. It changes all the text without reloading the whole webpage, and allows users to re-select English easily. May I ask how you do that?

I altered this mod as you directed and yes the framing is gone now. But I wonder how to allow a user to choose English again after browsing some languages, as Google shows an error page stating that English-to-English translations are not supported. With the framing the users had an option for reverting back to the original language.
Reply With Quote
  #37  
Old 10-23-2008, 04:43 AM
segwayon segwayon is offline
 
Join Date: Mar 2008
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yotsume View Post
Will this work if my forum is only viewable to registered members only? Also, my forum is v3.7.3
Yes, as this translation feature is on your forum, and if non-members can't reach your forum then they won't be able to reach this feature either.

Now, if you allow non-members to view the forum but only want to provide this translation feature to registered members, then place these lines of code around this mod's whole section of code:

HTML Code:
<if condition="$bbuserinfo['userid']">
  (this mod's code)
</if>
We use this mod on 3.7.3 without any problems, by the way.
Reply With Quote
  #38  
Old 11-01-2008, 11:34 PM
wraggster wraggster is offline
 
Join Date: Mar 2005
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this looks fantastic but is the mod the same one thats on the forum now

http://f800riders.org/forum/forumdisplay.php?f=67

because that mod looks a lot better than what the code implies.

im also curious to know if this bring visitors from other regions of world ?
Reply With Quote
  #39  
Old 01-28-2009, 05:51 PM
chick's Avatar
chick chick is offline
 
Join Date: Aug 2006
Location: PI Land
Posts: 381
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wraggster View Post
this looks fantastic but is the mod the same one thats on the forum now

http://f800riders.org/forum/forumdisplay.php?f=67

because that mod looks a lot better than what the code implies.

im also curious to know if this bring visitors from other regions of world ?
is this mod the same???
Reply With Quote
  #40  
Old 08-14-2009, 05:15 AM
Meestor_X Meestor_X is offline
 
Join Date: Apr 2006
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You must have added to this mod. There's drop-down at the top left of the page as well as one to the right of the forum style chooser.

What's the code for the mod as it shows on your forum?
Reply With Quote
  #41  
Old 06-21-2010, 04:31 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is this available for vb 4 ?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:51 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05158 seconds
  • Memory Usage 2,326KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)bbcode_html
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete