problem with lang_smsmslink_title
problem with lang_smsmslink_title
hi.
I have a problem with tinycms.
When I click on icon insert cmsmslink I see every position (sites) but no polish chars.
I use polish version I select polish language in Tinycms
and twice problem in the same place:
I can't to see title in this popup but {$lang_cmsmslink_title}
I find this problem in modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/cmsmslink/popup.php
echo "Id()."\">".str_repeat("|-",substr_count($one->Hierarchy(),"."))." ".$one->Hierarchy}
but I dont know what to change.
help me please
I have a problem with tinycms.
When I click on icon insert cmsmslink I see every position (sites) but no polish chars.
I use polish version I select polish language in Tinycms
and twice problem in the same place:
I can't to see title in this popup but {$lang_cmsmslink_title}
I find this problem in modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/cmsmslink/popup.php
echo "Id()."\">".str_repeat("|-",substr_count($one->Hierarchy(),"."))." ".$one->Hierarchy}
but I dont know what to change.
help me please
Re: problem with lang_smsmslink_title
The reason is there is no polish translation for cmsmslink plugin available.
Please make a look at the lang folder of this plugin. Would be nice if you can create someone
.
Please make a look at the lang folder of this plugin. Would be nice if you can create someone

Re: problem with lang_smsmslink_title
ok but I don't know how ?
Re: problem with lang_smsmslink_title
Take the english lang file en.js, rename it to pl.js, open it with your favourite editor and translate it
.

Re: problem with lang_smsmslink_title
thx for advice.
But I have problem with cmsms links in text area field.
Ofcourse I see every links but some links are without polish chars.
But I have problem with cmsms links in text area field.
Ofcourse I see every links but some links are without polish chars.
Re: problem with lang_smsmslink_title
You have to encode special chars.
eg in german we have such one like ä. It must be encode as ä
Have you done it?
eg in german we have such one like ä. It must be encode as ä
Have you done it?
Re: problem with lang_smsmslink_title
I understood but when I change it in admin Panel (-->sites) in title and text in menu (some chars are ok but some are wrong)
I insert: AktualnoĹ›ci (zbiorówka) and I see AktualnoĹ›ci (zbiorówka)
and next problem is in tinymce insert area.
When I try insert numeration list I can't to see numbers of dots like this:
I insert: AktualnoĹ›ci (zbiorówka) and I see AktualnoĹ›ci (zbiorówka)
and next problem is in tinymce insert area.
When I try insert numeration list I can't to see numbers of dots like this:
Re: problem with lang_smsmslink_title
Think you have to insertpiotr22 wrote: I insert: AktualnoĹ›ci (zbiorówka) and I see AktualnoĹ›ci (zbiorówka)
AktualnoĹ›ci (zbiorówka)
That's the result of your current page CSS.When I try insert numeration list I can't to see numbers of dots like this:
Re: problem with lang_smsmslink_title
could you tell me where can I change it and solve this problem??
thank you very much
thank you very much
Re: problem with lang_smsmslink_title
Do you mean the CSS problem?
You have to change stylesheet for inside your css ...
You have to change stylesheet for inside your css ...
Last edited by cyberman on Mon Nov 12, 2007 12:20 pm, edited 1 time in total.
Re: problem with lang_smsmslink_title
but I don't know where is this css ?
I try to fing in /admin/themes/default/css/style.css and nothink.
please help me
thx
I try to fing in /admin/themes/default/css/style.css and nothink.
please help me
thx
Re: problem with lang_smsmslink_title
Oh no, TinyMCE read the css from the edited page ...
Re: problem with lang_smsmslink_title
ok please take me path to css file because I can't to find it.
thx
thx
Re: problem with lang_smsmslink_title
one think,
every think is ok when I save changes and display my site.
but when I insert numeration list in tinymce in area field I don't see 1), 2),3) .... (in admin Panel)
every think is ok when I save changes and display my site.
but when I insert numeration list in tinymce in area field I don't see 1), 2),3) .... (in admin Panel)
Re: problem with lang_smsmslink_title
Have you tried to add a margin/padding for body tag inside TinyMCE admin panel?