Need heop to translate new page

I have created new page  with TinyMCE but code will not display properly.

I was entering following code

<bx_text:_YourLanguageKey /> but it display as &lt;bx_text:_YourLanguageKey /&gt; so language key will not work.

Is there any one know how to work them properly?

Quote · 6 Jan 2014

 

I have created new page  with TinyMCE but code will not display properly.

I was entering following code

<bx_text:_YourLanguageKey /> but it display as &lt;bx_text:_YourLanguageKey /&gt; so language key will not work.

Is there any one know how to work them properly?


You need to switch TinyMCE into html editing mode before entering that key. It's a html tag so you can't just enter it into the editor without switching to html view first.

https://www.deanbassett.com
Quote · 6 Jan 2014

I am using HTML editor but it will not save code proerply.

So I have no idea to solve this problem. If you can take look at page it will be appreciate.

I will send you PM.

Quote · 6 Jan 2014

If you are actually using the html editor and that is still occurring then you have a bug. Some versions of dolphin do that. The only choice is to find the page block in the database and edit by hand and then clear the cache.

https://www.deanbassett.com
Quote · 6 Jan 2014

I you have my block tools module, the block can be edited using that which will allow editing and saving of raw html. Not to be confused with deanos tools. Not the same module.

https://www.deanbassett.com
Quote · 6 Jan 2014

Oh wait.

That is all pointless anyway. I don't think html blocks support language keys.

https://www.deanbassett.com
Quote · 6 Jan 2014

If all the block contains is a language key then a php block would be easier.

Simple code for php block.

echo _t('_YourLanguageKey');

Thats it. Really quite simple in a php block.

https://www.deanbassett.com
Quote · 6 Jan 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.