TranslationsCloud • support

Discover the dedicated support forum for the Free Translations Cloud services

Log in

I forgot my password



Latest topics
» [Closed] Social Media Profile Button Should Be Smaller
Topics tagged under multilingual on TranslationsCloud • support EmptyThu Dec 02, 2021 12:17 am by Niko

» MyBB plugin is now available !
Topics tagged under multilingual on TranslationsCloud • support EmptyWed Jan 17, 2018 4:38 pm by Ikerepc

» [New brand] Suspension of the service
Topics tagged under multilingual on TranslationsCloud • support EmptySat Jan 06, 2018 4:23 pm by Niko

» Registration page bug
Topics tagged under multilingual on TranslationsCloud • support EmptyFri Jan 05, 2018 7:58 am by Malcolm

» [Closed] Add a language selection button
Topics tagged under multilingual on TranslationsCloud • support EmptyThu Jun 15, 2017 11:32 pm by mSyx

» MyBB plugin installation tutorial
Topics tagged under multilingual on TranslationsCloud • support EmptySun May 21, 2017 1:13 pm by Soon

» XenForo: Release of a dedicated plugin !
Topics tagged under multilingual on TranslationsCloud • support EmptyMon May 08, 2017 7:08 pm by Niko

» Install our plugin on XenForo forums
Topics tagged under multilingual on TranslationsCloud • support EmptyMon May 08, 2017 6:47 pm by Niko

» Members introduction
Topics tagged under multilingual on TranslationsCloud • support EmptyFri Feb 24, 2017 10:06 am by Niko

Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

[ View the whole list ]


Most users ever online was 25 on Fri Jan 26, 2024 3:40 pm

You are not connected. Please login or register

TranslationsCloud • support » Advanced Search

Search found 3 matches for multilingual

MyBB plugin installation tutorial - Sun May 21, 2017 1:13 pm

MyBB plugin installation tutorial

Install our plugin on MyBB forums


Dear Members,

After the tutorial for the forumotion plugin and the one for XenForo forums, another plugin is not part of our collection: MyBB plugin! And as for the others, this is our dedicated tutorial about How to install a MyBB plugin on your forum Topics tagged under multilingual on TranslationsCloud • support 1f60d



What is a multi-lingual topic ?

A #multilingual topic is a special post in your forum that is available in different languages. This feature will allow new guests/members that don't speak your forum main-language to undestand your topic content and join the discussion Topics tagged under multilingual on TranslationsCloud • support 1f61d
Basically, you will create different messages in the same topic for different languages: our plugin will make visible the translation for the correct language of the member!

Installation of MyBB plugin



Creation of a MyBB plugin




  • First, you need to create an account on our website at https://www.translationscloud.com/registration.
    Topics tagged under multilingual on TranslationsCloud • support 1f510 Note that an email verification is required. Use a valid email address.

  • Once that your account has been created and it has been verified, login your client area and Go to your Dashboard

  • Now go to Modules > Plugins and you will now see the management tool for your plugins. Click on the MyBBforum plugin button to start creating a plugin for your MyBB forumTopics tagged under multilingual on TranslationsCloud • support 1f4ab

    Topics tagged under multilingual on TranslationsCloud • support Select

  • If this is the first time you create a plugin for MyBB, click on the button in this new page to start

    Topics tagged under multilingual on TranslationsCloud • support Start

  • You will be required to confirm and verify some information. Here you can find a full explanation of the different contents.

    Topics tagged under multilingual on TranslationsCloud • support Fill

    • Verify Api Key and Forum address
      you will need to check if a valid api-key is available and if the forum address corresponds to the one you will use

      Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_verify

    • Customization

      • Multilingual icon
        It is possible to set an icon to highlight multilingual contents. By default a light-bulb is displayed.


      Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_custom

    • Translations
      Some translations are required for your plugin. You can leave the default-ones or update them.. it is up to you  Topics tagged under multilingual on TranslationsCloud • support 1f607

      Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_lang



  • Once you are sure that everything is okay, click on I confirm these information to create your plugin.

  • On the next page you will be pointed to this tutorial for the latest steps. Copy the script snippet-code we created for you: you will need it later!

    Topics tagged under multilingual on TranslationsCloud • support Complete


Install your own MyBB plugin



Templates

Open your ACP and go to Templates & styles >  Templates > Manage Templates > Default Templates (expand)

Topics tagged under multilingual on TranslationsCloud • support Templates

Now, open Ungrouped Templates > Edit codebuttons

Topics tagged under multilingual on TranslationsCloud • support Template_last
Topics tagged under multilingual on TranslationsCloud • support Template_edit

In the template, find the following part:
Code:
toolbar: "{$basic1}{$align}{$font}{$size}{$color}{$removeformat}{$basic2}image,{$email}{$link}|video{$emoticon}|{$list}{$code}quote|maximize,source",


and replace it with:
Code:
toolbar: "{$basic1}{$align}{$font}{$size}{$color}{$removeformat}{$basic2}image,{$email}{$link}|video{$emoticon}|{$list}{$code}quote,alias|maximize,source",


Then save Topics tagged under multilingual on TranslationsCloud • support 263a
Topics tagged under multilingual on TranslationsCloud • support Save_template




In the same location (Templates & styles >  Templates > Manage Templates > Default Templates (expand) > Ungrouped Templates) Edit the template file headerinclude

Find the following string:
Code:
{$stylesheets}


and add your personal snippet-code before it (this is just an example)
Code:
<script type="text/javascript" src="https://www.translationscloud.com/MyBBforum/js/mybb-XX.js"></script>



[/list]

Customization



There are some CSS lines to include in your forum stylesheet. To do so, another file needs to be changed.
Go to Templates & Styles > Themes > Edit Stylesheet > Stylesheets in default >
Topics tagged under multilingual on TranslationsCloud • support Css_select

Global.css > Options > Edit >
Topics tagged under multilingual on TranslationsCloud • support Global-css

Edit Stylesheet: Advanced Mode and add:

Code:
a#change_language {
    display: block;
    padding: 1px 0 1px 23px;
    background-image: url(https://www.translationscloud.com/MyBBforum/mybb-alias-button.png);
    background-repeat: no-repeat;
}

.post_date img.multilingual-post {
    background: #fafafa;
    border-radius: 100%;
    padding: 5px;
    vertical-align: middle;
    margin-right: 6px;
}

alias {
    display: inline-block!important;
    background: #444444;
    color: white;
    font-style: italic;
    font-size: 11px;
    padding: 4px!important;
    border-radius: 2px;
    border-bottom: 2px solid #6D6B6B;
    box-shadow: 0px 0px 1px white;
}

.sceditor-button-alias div {
    background-image: url('https://www.translationscloud.com/fa_sceditor/fa-alias-button.png')!important;
}


Topics tagged under multilingual on TranslationsCloud • support Css-advanced

Then , save your changed Topics tagged under multilingual on TranslationsCloud • support 1f607

Topics tagged under multilingual on TranslationsCloud • support 1f50d  Explanation of css lines


  • a#change_language
    this html elements refers to the new option that will be added in your edit profile page

  • .post_date img.multilingual-post
    this class refers to the icon added in the header of a multilingual post

  • alias
    this html tag allows you to change the appearance of the BBcode in WYSIWYG mode and in case that an alias doesn't exist.

  • .sceditor-button-alias div
    this class refers the the button in your editor





How does it work ?



Creating a new multilingual post



Once the installation process is completed, you can start creating your own multilingual posts and topics  Topics tagged under multilingual on TranslationsCloud • support 1f60b

Thanks to our plugin and your settings, a special BBcode button is included in your editor Topics tagged under multilingual on TranslationsCloud • support Xenforo-alias-button and it will allow you to include an alias in your post

Topics tagged under multilingual on TranslationsCloud • support Dashboard_plugins_button
Topics tagged under multilingual on TranslationsCloud • support 26a0 Alias can be created from your client area from Management > New translation and you and your translators can translate them in different languages from Client area > Pending translations. If you include an alias that hasn't been created yet, the system will return "not found"

Of course you can write a normal post and having only a part in multilingual.
Once included it will appear as in the example above (Source mode / WYSIWYG mode)

Now we are ready to post it  Topics tagged under multilingual on TranslationsCloud • support 1f60d



In your topic page the alias will be automatically replaced with the content of your translation! Wow!

Topics tagged under multilingual on TranslationsCloud • support Dashboard_plugins_demo

Topics tagged under multilingual on TranslationsCloud • support 2666 An icon that you can set during the plugin creation will be displayed for valid multi-lingual posts. A simple post or a not-valid multilingual post will not be marked with this icon.

Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_icon

Selecting the multilingual posts' language


If you want to modify or select a language for your multilingual posts you can go on your forum to Edit profile > Settings > Preferences

Topics tagged under multilingual on TranslationsCloud • support Xenforo_preferences

There is no need to save the page: the update is made in async mode. If you see the green success text, your modification is done !

What if an alias does not exist in my language ?


If an alias is valid, but it is not available for in your language, the default version will be displayed and a special icon will notify you of a multilingual post in default language

Topics tagged under multilingual on TranslationsCloud • support Xenforo_default




For extended technical details, customization and generic support,
please contact us in our Plugin assistance section

Have a nice day!

Search in: Frequently Asked Questions (FAQs)  Topic: MyBB plugin installation tutorial  Replies: 0  Views: 830

Install our plugin on XenForo forums - Mon May 08, 2017 6:47 pm

Install our plugin on XenForo forums

Install our plugin on XenForo forums


Hello Dear Members,

We have some new amazing news for you ! It is about the Launch of Plugin for #XenForo forums that we have released so that you will be able too - to create multi-lingual topics  Topics tagged under multilingual on TranslationsCloud • support 1f60b



What is a multi-lingual topic ?

A #multilingual topic is a special post in your forum that is available in different languages. This feature will allow new guests that don't speak your forum main-language to undestand your topic content and join the discussion  Topics tagged under multilingual on TranslationsCloud • support 1f61d

Installation of XenForo plugin



Creation of a XenForo plugin




  • First, you need to create an account on our website at https://www.translationscloud.com/registration.
    Topics tagged under multilingual on TranslationsCloud • support 1f510 Note that an email verification is required. Use a valid email address.

  • Once that your account has been created and it has been verified, login your client area and Go to Dashboard

    Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_dashboard

  • Now go to Modules > Plugins and you will now see the management tool for your plugins. Click on the XenForobutton to start creating a plugin for your XenForo forumTopics tagged under multilingual on TranslationsCloud • support 1f4ab

    Topics tagged under multilingual on TranslationsCloud • support Dashboard_plugins

  • If this is the first time you create a plugin for XenForo, click on the button in this new page to start

  • You will be required to confirm and verify some information. Here you can find a full explanation of the different contents.


    • Verify Api Key and Forum address
      you will need to check if a valid api-key is available and if the forum address corresponds to the one you will use

      Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_verify

    • Customization

      • Multilingual icon
        It is possible to set an icon to highlight multilingual contents. By default a light-bulb is displayed.


      Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_custom

    • Translations
      Some translations are required for your plugin. You can leave the default-ones or update them.. it is up to you  Topics tagged under multilingual on TranslationsCloud • support 1f607

      Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_lang



  • Once you are sure that everything is okay, click on I confirm these information to create your plugin.

  • On the next page you will be pointed to this tutorial for the latest steps.


Install your own XenForo plugin



Templates


  • First, go to to your Administration Panel and edit the PAGE_CONTAINER template Topics tagged under multilingual on TranslationsCloud • support Edit

  • Search for < /head > in your template content (whthout spaces)

  • Now paste the personal code-snippet right before this tag.
    Topics tagged under multilingual on TranslationsCloud • support 1f310 Your plugin is hosted in our servers for your own security and safety.

    example:
    Topics tagged under multilingual on TranslationsCloud • support Dashboard_plugins_template



Custom BBcodes


  • Go to Administration panel > Home > BB Code & Smilies > Custom BBcodes and Topics tagged under multilingual on TranslationsCloud • support Dashboard_plugins_bbcode_new

  • Basic information

    1. BBcode tag: alias
    2. Title: Alias
    3. Description: it is up to you, here we suggest you one
      Allows you to create and manage a multi-lingual post. A multilingual post will allow members to read this content in their own language, if set by an administrator.


    4. Replacement Mode: Simple replacement
    5. Supports Option Parameter: no
    6. HTML Replacement::
      Code:
      <alias>{text}</alias>


    7. Example Usage: it is up to you, here we suggest you one
      To use the multi-lingual BBcode you should include the alias name between tags.
      For example: [ alias ]variable_name_here[ /alias ]


    8. Allow this BB code in signatures: unchecked


  • Advanced options

    1. Within This BB Code: check the following

      • Disable smilies
      • Disable line break conversion
      • Disable auto-linking

      • Stop parsing BB code


  • Editor Icon URL: it is up to you, this is our suggestion
    https://www.translationscloud.com/xenforo/xenforo-alias-button.png


  • Save your custom BBcode now  Very Happy

  • Congratulations, your plugin is installed !




  • Customization



    There are some CSS lines to include in your forum stylesheet. So, go to Administration panel and include these lines in your extra.css template

    Code:
    li.multilingual-header {
        background: #F0F7FC;
        padding: 4px;
        margin-left: -20px;
        width: 102.55%;
        border-bottom: 1px solid #A5CAE4;
        margin-bottom: 3px;
        font-size: 13px;
        font-family: 'Verdana';
        border-top: 1px solid #A5CAE4;
        color: #176093;
        text-shadow: 0px 1px 1px white;
    }


    Topics tagged under multilingual on TranslationsCloud • support 1f50d  Explanation of css lines


    • li.multilingual-header
      this class refers to the header included for multi-lingual posts






    How does it work ?



    Creating a new multilingual post



    Once the installation process is completed, you can start creating your own multilingual posts and topics  Topics tagged under multilingual on TranslationsCloud • support 1f60b

    Thanks to our plugin and your settings, a special BBcode button is included in your editor Topics tagged under multilingual on TranslationsCloud • support Xenforo-alias-button and it will allow you to include an alias in your post

    Topics tagged under multilingual on TranslationsCloud • support Dashboard_plugins_button
    Topics tagged under multilingual on TranslationsCloud • support 26a0 Alias can be created from your client area from Management > New translation and you and your translators can translate them in different languages from Client area > Pending translations. If you include an alias that hasn't been created yet, the system will return "not found"

    Of course you can write a normal post and having only a part in multilingual.
    Once included it will appear as in the example above (Source mode / WYSIWYG mode)

    Now we are ready to post it  Topics tagged under multilingual on TranslationsCloud • support 1f60d



    In your topic page the alias will be automatically replaced with the content of your translation! Wow!

    Topics tagged under multilingual on TranslationsCloud • support Dashboard_plugins_demo

    Topics tagged under multilingual on TranslationsCloud • support 2666 An icon that you can set during the plugin creation will be displayed for valid multi-lingual posts. A simple post or a not-valid multilingual post will not be marked with this icon.

    Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_icon

    Selecting the multilingual posts' language


    If you want to modify or select a language for your multilingual posts you can go on your forum to Edit profile > Settings > Preferences

    Topics tagged under multilingual on TranslationsCloud • support Xenforo_preferences

    There is no need to save the page: the update is made in async mode. If you see the green success text, your modification is done !

    What if an alias does not exist in my language ?


    If an alias is valid, but it is not available for in your language, the default version will be displayed and a special icon will notify you of a multilingual post in default language

    Topics tagged under multilingual on TranslationsCloud • support Xenforo_default




    For extended technical details, customization and generic support,
    please contact us in our Plugin assistance section

    Have a nice day!

    Search in: Frequently Asked Questions (FAQs)  Topic: Install our plugin on XenForo forums  Replies: 0  Views: 6485

    Install our plugin on Forumotion forums - Wed Sep 28, 2016 12:56 am

    Install our plugin on Forumotion forums

    Install our plugin on Forumotion forums






    Hello Dear Members,

    As you may have read in our announcement Launching of Plugin for Forumotion forums that we have released a plugin that will allow Forumotion forums to create multi-lingual topics  Topics tagged under multilingual on TranslationsCloud • support 1f60b



    What is a multi-lingual topic ?

    A #multilingual topic is a special post in your forum that is available in different languages. This feature will allow new guests that don't speak your forum main-language to undestand your topic content and join the discussion  Topics tagged under multilingual on TranslationsCloud • support 1f61d




    Installation of forumotion plugin


    Creation of a forumotion plugin




    • First, you need to create an account on our website at https://www.translationscloud.com/registration.
      Topics tagged under multilingual on TranslationsCloud • support 1f510 Note that an email verification is required. Use a valid email address.

    • Once that your account has been created and it has been verified, login your client area and Go to Dashboard

      Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_dashboard

    • Now go to Modules > Forumotion plugin and you will now see the management tool for your plugin.
      Click on the button to start  Topics tagged under multilingual on TranslationsCloud • support 1f4ab

      Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_plugin

    • You will be required to confirm and verify some information. Here you can find a full explanation of the different contents.


      • Verify Api Key and Forum address
        you will need to check if a valid api-key is available and if the forum address corresponds to the one you will use;
        normally you don't have to change anything in this section
        .

        Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_verify

      • Customization

        • Multilingual icon
          It is possible to set an icon to highlight multilingual contents. By default a light-bulb is displayed. ( Topics tagged under multilingual on TranslationsCloud • support 1f4a1 )

        • Permissions
          It is possible to choose who can create multilingual posts choosing between Admins, Admins & Moderators or everyone


        Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_custom

      • Translations
        Some translations are required for your plugin. You can leave the default-ones or update them.. it is up to you  Topics tagged under multilingual on TranslationsCloud • support 1f607

        Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_lang



    • Once you are sure that everything is okay, click on I confirm these information to create your plugin.

    • On the next page you will see a self-explicative tutorial to install the plugin on your forum


    Install your own forumotion plugin



    • First, go to to your Administration Panel > Templates > General and edit overall_header Topics tagged under multilingual on TranslationsCloud • support Edit

    • Search for in your template content

    • Now paste the personal code-snippet right before this tag.
      Topics tagged under multilingual on TranslationsCloud • support 1f310 Your plugin is hosted in our servers for your own security and safety.

      example:
      Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_template

    • Publish your template Topics tagged under multilingual on TranslationsCloud • support New

    • Congratulations ! You have succesfully installed the forumotion plugin on your forum Smile


    Customization



    According to your forum version, there are some CSS lines to include in your forum stylesheet. So, go to ACP > Display > Colors > Stylesheet (CSS) and include these lines (according to your forum version)


    • PunBB
      Code:
      .multilingual-post {
          background: #fff;
          border: 1px solid #ccc;
          border-radius: 100%;
          float: left;
          padding: 3px;
          margin: -0.3% 0%;
      }

      .default_content {
          float: left;
          padding-right: 8px;
      }

      .sceditor-button-alias div {
          background-image: url('https://www.translationscloud.com/fa_sceditor/fa-alias-button.png')!important;
      }

      alias {
          display: inline-block!important;
          background: #444444;
          color: white;
          font-style: italic;
          font-size: 11px;
          padding: 4px!important;
          border-radius: 2px;
          border-bottom: 2px solid #6D6B6B;
          box-shadow: 0px 0px 1px white;
      }


    • Invision / PhpBB3 / PhpBB2
      Code:
      .multilingual-post {
          background: #fff;
          border: 1px solid #ccc;
          border-radius: 100%;
          float: left;
          padding: 3px;
      }

      .default_content {
          float: left;
          padding-right: 8px;
      }

      .sceditor-button-alias div {
          background-image: url('https://www.translationscloud.com/fa_sceditor/fa-alias-button.png')!important;
      }

      alias {
          display: inline-block!important;
          background: #444444;
          color: white;
          font-style: italic;
          font-size: 11px;
          padding: 4px!important;
          border-radius: 2px;
          border-bottom: 2px solid #6D6B6B;
          box-shadow: 0px 0px 1px white;
      }




    Topics tagged under multilingual on TranslationsCloud • support 1f50d  Explanation of css lines


    • .sceditor-button-alias div
      this class refers to the button in your forumotion #editor. By default a cloud icon is set, but you can replace https://www.translationscloud.com/fa_sceditor/fa-alias-button.png at any time

    • multilingual-post
      this class refers to the icon displayed in multilingual posts. See Creating a new multilingual post section for more information.

    • alias
      if an alias is not valid or can not be found in your translation tool, any replacement will take place and a simple alias tag will be displayed. This class allows you to customize the style of a non-valid alias in your posts

      example:
      Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_notfound





    How does it work ?



    Creating a new multilingual post



    Once the installation process is completed, you can start creating your own multilingual posts and topics  Topics tagged under multilingual on TranslationsCloud • support 1f60b

    Thanks to our plugin, a special BBcode button is included in your forumotion editor Topics tagged under multilingual on TranslationsCloud • support Fa-alias-button and it will allow you to include an alias in your post

    Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_button
    Topics tagged under multilingual on TranslationsCloud • support 26a0 Alias can be created from your client area from Management > New translation and you and your translators can translate them in different languages from Client area > Pending translations. If you include an alias that hasn't been created yet, the system will return "not found"

    Of course you can write a normal post and having only a part in multilingual.
    Once included it will appear as in the example (Source mode / WYSIWYG mode)

    Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_mode

    Now we are ready to post it  Topics tagged under multilingual on TranslationsCloud • support 1f60d



    In your topic page the alias will be automatically replaced with the content of your translation! Wow!

    Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_replace

    Topics tagged under multilingual on TranslationsCloud • support 2666 An icon that you can set during the plugin creation will be displayed for valid multi-lingual posts. A simple post or a not-valid multilingual post will not be marked with this icon.

    Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_icon

    Selecting the multilingual posts' language


    If you want to modify or select a language for your multilingual posts you can go on your forum to Profile > Preferences

    Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_plugin_preferences

    There is no need to save the page: the update is made inasync mode. If you see the green success text, your modification is done !

    What if an alias does not exist in my language ?


    If an alias is valid, but it is not available for in your language, the default version will be displayed and a special icon will notify you of a multilingual post in default language

    Topics tagged under multilingual on TranslationsCloud • support Fa_sceditor_default




    For extended technical details, customization and generic support,
    please contact us in our Plugin assistance section

    Have a nice day!


    Search in: Frequently Asked Questions (FAQs)  Topic: Install our plugin on Forumotion forums  Replies: 0  Views: 1479

    Search found 3 matches for multilingual

    Back to top