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

Reply
 
Thread Tools
Details »»

Version: , by Admin (Coder) Admin is offline
Developer Last Online: Nov 2024 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 01-14-2002 Last Update: Never Installs: 0
 
No support by the author.

Well someone requested this as a hack, but it ended up being a template modification so it's here.

Anyway, what this does is adding a drop down menu with a list of languages, and you just select one and the thread will be translates.

The install this, add the following HTML code:
Code:
	<td align="center"><table cellpadding="0" cellspacing="0" border="0"><tr><td><smallfont><b>Translate Thread:</b><br>
	<select name="lang" onchange="window.location=('http://fets3.freetranslation.com:5081/?Url=path_to_forums%2Fshowthread.php%3Fs%3D%26threadid%3D$threadid&Sequence=core&Language='+this.options[this.selectedIndex].value)">
		<option value="-1" selected>Please select direction:</option>
		<option value="English/Spanish">English to Spanish</option>
		<option value="English/French">English to French</option>
		<option value="English/German">English to German</option>
		<option value="English/Italian">English to Italian</option>
		<option value="English/Norwegian">English to Norwegian</option>
		<option value="English/Portuguese">English to Portuguese</option>
		<option value="Spanish/English">Spanish to English</option>
		<option value="French/English">French to English</option>
		<option value="German/English">German to English</option>
		<option value="Italian/English">Italian to English</option>
		<option value="Portuguese/English">Portuguese to English</option>
	</select></smallfont></td></tr></table></td>
right before this:
Code:
	<td align="center">$adminoptions</td>
in your showthread template.

You only need to change the red part, like this. If the forum is at http://www.vbulletin.com/forum you need to replace the red part with "www.vbulletin.com%2Fforum" (you drop the http:// and change / into %2F as you can see!).

That's it.

Show Your Support

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

Comments
  #2  
Old 01-14-2002, 12:24 PM
Lucky Lucky is offline
 
Join Date: Dec 2001
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey buddy,

I take it that if that server goes down so does the translation.
I got on an hr ago with yours but their site must be down. hehe.

Is there an alternative site to go to if this one should go down?
Reply With Quote
  #3  
Old 01-14-2002, 01:01 PM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yup, if that site goes down the translator won't work.
And no, I don't know of another site that offers this server.
Reply With Quote
  #4  
Old 01-14-2002, 03:39 PM
GrphicImprssion's Avatar
GrphicImprssion GrphicImprssion is offline
 
Join Date: Jan 2002
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Firefly, have a question my bb is completely password potected,..you can not view my forums without being logged in as a registered user,...can this hack be modified to account for that? I installed it and everythime i tried to use it , i was returned to my bb login screen translated into whatever language i selected??? maybe? hopefully?
Reply With Quote
  #5  
Old 01-14-2002, 03:54 PM
eva2000's Avatar
eva2000 eva2000 is offline
 
Join Date: Oct 2001
Location: Brisbane, Australia
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by FireFly
Yup, if that site goes down the translator won't work.
And no, I don't know of another site that offers this server.
how about

http://translation.lycos.com/

http://babelfish.altavista.com/
Reply With Quote
  #6  
Old 01-14-2002, 03:58 PM
eva2000's Avatar
eva2000 eva2000 is offline
 
Join Date: Oct 2001
Location: Brisbane, Australia
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

and looks like freetranslation is load balanced or using round robin dns on several servers

fets1.freetranslation.com
fets2.freetranslation.com
fets3.freetranslation.com
fets4.freetranslation.com
fets5.freetranslation.com
Reply With Quote
  #7  
Old 01-15-2002, 02:53 AM
Lucky Lucky is offline
 
Join Date: Dec 2001
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by GrphicImprssion
Firefly, have a question my bb is completely password potected,..you can not view my forums without being logged in as a registered user,...can this hack be modified to account for that? I installed it and everythime i tried to use it , i was returned to my bb login screen translated into whatever language i selected??? maybe? hopefully?
I am having this same problem.
Even me the administrator.
You would think that when your users are logged in that they would be able to use this service:
http://fets3.freetranslation.com:508...showthread.php

Any one who can help me with this is appreciated.
Reply With Quote
  #8  
Old 01-15-2002, 05:31 PM
okrogius okrogius is offline
 
Join Date: Dec 2001
Location: USA
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by GrphicImprssion
Firefly, have a question my bb is completely password potected,..you can not view my forums without being logged in as a registered user,...can this hack be modified to account for that? I installed it and everythime i tried to use it , i was returned to my bb login screen translated into whatever language i selected??? maybe? hopefully?

Modify whats after the red in that line from
%2Fshowthread.php%3Fs%3D%26threadid%3D$threadid&Se quence=core&Language='+this.options[this.selectedIndex].value)">

to
%2Fshowthread.php%3Fs%3D$session[sessionhash]%26threadid%3D$threadid&Sequence=core&Language='+t his.options[this.selectedIndex].value)">
Reply With Quote
  #9  
Old 01-15-2002, 05:32 PM
kermit's Avatar
kermit kermit is offline
 
Join Date: Dec 2001
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i too have the same problem .. think it must have to check username and pass in the database but how do you do that?..
Reply With Quote
  #10  
Old 01-15-2002, 05:40 PM
kermit's Avatar
kermit kermit is offline
 
Join Date: Dec 2001
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tried that.. but still the same.
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 09:55 AM.


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.04308 seconds
  • Memory Usage 2,298KB
  • Queries Executed 23 (?)
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
  • (2)bbcode_code
  • (3)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
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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_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