[3.2][LATEST VERSION] [3.3][LATEST VERSION] gTranslate

My little contributions to the phpBB 3.2.x and 3.3.x world. Please read the note on Version Numbering to ensure you download the correct Extension version.
Administrator
Site Admin
Posts: 789
Joined: Tue Nov 18, 2014 11:30 am

[3.2][LATEST VERSION] [3.3][LATEST VERSION] gTranslate

Post by Administrator »

VITAL INFORMATION CAN BE FOUND AT: gTranslate "Replacement"


#######################################



Extension Name: gTranslate Image Image
Author: HiFiKabin

Extension Description: Adds gTranslate to your board. This is a replacement for my Google Translator whose code is now at its end of life

Screenshots:


screenshot_128.png

screenshot_129.png


Limitations: This extension packages the gTranslate code for easy use on phpBB so its operation is limited to how they have written that code.

The gTranslate code translates THE WHOLE PAGE, including Topics, Categories, Usernames etc.

Some spaces in the template are removed but this does not affect readability.

If you are using the board in a translated language not all of the Moderation Tools will function.

It sets the default language to that of your browser.

Omit Translation: You can omit text from being translated by one of the following methods:-

1) HTML (Template files)

Wrap the text you want to be omitted within

Code: Select all

<span class="notranslate"></span>
2) BBCode (Posts and PM's)

BBCode Usage

Code: Select all

[notranslate]{TEXT}[/notranslate]
HTML Replacement

Code: Select all

<span class="notranslate">{TEXT}</span>.
Help Line

Code: Select all

NoTranslate
Extension Version: 3.3.1

Language: All

Supported Styles: Most

Additional Styles: Download Here
  • we_universal
How to change the default colours: Styling

Live Demo: HERE

IMPORTANT: If you are migrating from my Google translator extension, you MUST disable it as well as delete its Data BEFORE installing gTranslate

gtranslate_3_3_1.zip


Installation:
  • Download the latest release and unzip it.
  • Upload the folder hifikabin to root/ext/ and enable it in the ACP
Previous Versions: HERE

Support:

Support or CDB
You do not have the required permissions to view the files attached to this post.
Administrator
Site Admin
Posts: 789
Joined: Tue Nov 18, 2014 11:30 am

Re: [3.2][LATEST VERSION] [3.3][LATEST VERSION] gTranslate

Post by Administrator »

Additional Styles:
  • we_universal
gTranslate_styles_pack.zip

To Install the styles pack:
  • Download and unzip the package
  • disable gTranslate in the ACP
  • Upload the unzipped files to your ext folder on your server
  • enable gTranslate in the ACP


Additional Styling:

If you want to change the colours of the text or background to match your style, then replace contents of overall_footer_after.html with the following, altering the values to suit your style. Remember to purge your browsers cache to see any changes

Code: Select all

<script>
window.gtranslateSettings = {	
	"detect_browser_language": true,
	"wrapper_selector": ".gtranslate_wrapper",
	"flag_size": 16,
	"flag_style": "3d",
	"switcher_text_color": "#f7f7f7",
	"switcher_arrow_color": "#f2f2f2",
	"switcher_border_color": "#161616",
	"switcher_background_color": "#303030",
	"switcher_background_shadow_color": "#474747",
	"switcher_background_hover_color": "#3a3a3a",
	"dropdown_text_color": "#eaeaea",
	"dropdown_hover_color": "#748393",
	"dropdown_background_color": "#474747"
}
</script>
<script src="https://cdn.gtranslate.net/widgets/latest/dwf.js" defer></script>
You do not have the required permissions to view the files attached to this post.
Administrator
Site Admin
Posts: 789
Joined: Tue Nov 18, 2014 11:30 am

Re: [3.2][LATEST VERSION] [3.3][LATEST VERSION] gTranslate

Post by Administrator »

3.3.0-RC2 now available.

Update from previous version:
  • Download the latest release and unzip it.
  • Disable gTranslate in the ACP
  • Delete the gTranslate folder from the server
  • Upload the folder hifikabin to root/ext/ and enable gTranslate in the ACP
With many thanks to those who have made many helpful suggestions and tweaks
Administrator
Site Admin
Posts: 789
Joined: Tue Nov 18, 2014 11:30 am

Re: [3.2][LATEST VERSION] [3.3][LATEST VERSION] gTranslate

Post by Administrator »

3.3.0-RC3 now available. Bug Fix

Update from previous version:
  • Download the latest release and unzip it.
  • Disable gTranslate in the ACP
  • Delete the gTranslate folder from the server
  • Upload the folder hifikabin to root/ext/ and enable gTranslate in the ACP
With many thanks to those who have made many helpful suggestions and tweaks
Administrator
Site Admin
Posts: 789
Joined: Tue Nov 18, 2014 11:30 am

Re: [3.2][LATEST VERSION] [3.3][LATEST VERSION] gTranslate

Post by Administrator »

3.3.1-RC1 now available. Code improvement, Browser Language auto detected. All posts should now auto translate correctly

Update from previous version:
  • Download the latest release and unzip it.
  • Disable gTranslate in the ACP
  • Delete gTranslate Data (as it is no longer required for this version)
  • Delete the gTranslate folder from the server
  • Upload the folder hifikabin to root/ext/ and enable gTranslate in the ACP
With many thanks to those who have made many helpful suggestions and tweaks
Administrator
Site Admin
Posts: 789
Joined: Tue Nov 18, 2014 11:30 am

Re: [3.2][LATEST VERSION] [3.3][LATEST VERSION] gTranslate

Post by Administrator »

3.3.1 Validated on the CDB
Administrator
Site Admin
Posts: 789
Joined: Tue Nov 18, 2014 11:30 am

Re: [3.2][LATEST VERSION] [3.3][LATEST VERSION] gTranslate

Post by Administrator »