Page 1 of 2

problem with lang_smsmslink_title

Posted: Fri Nov 09, 2007 10:25 am
by piotr22
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

Re: problem with lang_smsmslink_title

Posted: Fri Nov 09, 2007 11:27 am
by cyberman
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 :).

Re: problem with lang_smsmslink_title

Posted: Fri Nov 09, 2007 11:53 am
by piotr22
ok    but I don't know how ?

Re: problem with lang_smsmslink_title

Posted: Fri Nov 09, 2007 12:33 pm
by cyberman
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

Posted: Mon Nov 12, 2007 8:27 am
by piotr22
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.


Re: problem with lang_smsmslink_title

Posted: Mon Nov 12, 2007 8:39 am
by cyberman
You have to encode special chars.

eg in german we have such one like ä. It must be encode as ä

Have you done it?

Re: problem with lang_smsmslink_title

Posted: Mon Nov 12, 2007 9:11 am
by piotr22
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:

Re: problem with lang_smsmslink_title

Posted: Mon Nov 12, 2007 10:51 am
by cyberman
piotr22 wrote: I insert:    AktualnoĹ›ci (zbiorówka)  and I see  AktualnoĹ›ci (zbiorówka) 
Think you have to insert

AktualnoĹ›ci (zbiorówka)
When I try insert  numeration list  I can't to see numbers of dots  like this:
That's the result of your current page CSS.

Re: problem with lang_smsmslink_title

Posted: Mon Nov 12, 2007 11:56 am
by piotr22
could you tell me where can I change it  and solve this problem??

thank you very much

Re: problem with lang_smsmslink_title

Posted: Mon Nov 12, 2007 12:15 pm
by cyberman
Do you mean the CSS problem?

You have to change stylesheet for inside your css ...

Re: problem with lang_smsmslink_title

Posted: Mon Nov 12, 2007 1:13 pm
by piotr22
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

Re: problem with lang_smsmslink_title

Posted: Mon Nov 12, 2007 1:16 pm
by cyberman
Oh no, TinyMCE read the css from the edited page ...

Re: problem with lang_smsmslink_title

Posted: Mon Nov 12, 2007 1:36 pm
by piotr22
ok  please take me path to css file because I can't to find it.

thx

Re: problem with lang_smsmslink_title

Posted: Mon Nov 12, 2007 1:44 pm
by piotr22
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)

Re: problem with lang_smsmslink_title

Posted: Tue Nov 13, 2007 11:03 am
by cyberman
Have you tried to add a margin/padding for body tag inside TinyMCE admin panel?