Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 6 of 6

Thread: How to keep the title of the forum in the original language?

  1. #1

    Default How to keep the title of the forum in the original language?

    Text automatically translated from: Portuguese to: English
    Translated text
    I wish some titles were not translated forums. Is it possible?

    I tried the bbcode "notranslate" but did not work ... BBCode appeared as part of the title.

    Sincerely,
    Trevis
    Original text
    Last edited by trevis; 04-05-10 at 00:55.

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    BBcode notranslate is only for messages. In templates just use not translated area - put your text between: <!--vBET_SNTA--> and <!--vBET_ENTA-->

  3. #3

    Default

    Quote Originally Posted by vBET View Post
    BBcode notranslate is only for messages. In templates just use not translated area - put your text between: <!--vBET_SNTA--> and <!--vBET_ENTA-->
    Text automatically translated from: Portuguese to: English
    Translated text
    Perfect! Thank you!

    However in the title bar of the browser keeps showing the translation unwanted ... is how to fix that too?
    Original text
    Last edited by trevis; 06-05-10 at 02:50. Reason: Nova informação

  4. #4
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Quote Originally Posted by trevis View Post
    Text automatically translated from: Portuguese to: English
    Translated text
    Perfect! Thank you!

    However in the title bar of the browser keeps showing the translation unwanted ... is how to fix that too?
    Original text
    Yes - use not translated area for page title - this will require changing lot of templates (find all with <title> and put $vboptions[bbtitle] inside of not translated area).

    You can also try to add not translated area not into template but in vB configuration (not tested). If vB is not changing characters when printing forum name, then at the end in every place where your forum name is displayed it will be inside of not translated area.
    Please note that we didn't test it and do not know, how it will affect the forum (i.e. emails are not parsed now so if it comes to email then it will stay there - please note that we plan to at least clean emails from our comments).

  5. #5

    Default

    Text automatically translated from: Portuguese to: English
    Translated text
    Ok I'm trying to change only the FORUMDISPLAY because it is only then that the translation of the title bothers me.

    I found the following code:
    Code:
    ...
    <head>
    	{vb:raw headinclude}
    	<title>{vb:raw foruminfo.title_clean}</title>
    ...
    but not where I understand you correctly include the
    Code:
    $vboptions[ bbtitle ]
    .

    Can you give an example?

    Thank you.
    Original text


    ---

    Text automatically translated from: Portuguese to: English
    Translated text
    I changed the <title> {vb: raw foruminfo.title_clean} </ Title> by <title> {vb: raw foruminfo.title} </ Title> FORUMDISPLAY in and it worked nice.
    Original text


    []s!
    Last edited by vBET; 06-05-10 at 20:47. Reason: Encontrei uma solução

  6. #6
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Sorry I gave you example from vB3.8 Great that you handled it

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •