Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#877 2008-08-19 12:55:07
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: MLP - The Multi-Lingual Publishing Pack
maniqui
Hello again.
Re. Installation: Here’s a way to do it…
- Unzip the package.
- Backup your installation’s
textpattern/lib
directory - Upload the package’s
/lib
contents over the installation’s one - NB l10n.css now lives in
/textpattern
nottextpattern/lib
- Install the l10n plugin and activate it
Re. zem_event : Thank you for letting me know. Actually, Graeme’s made me aware of some deficiencies of the combination of the MLP Pack with zem_event. At present I can’t look at the issue but I’ve put it on the radar — item 039.
— Steve
Offline
#878 2008-08-19 14:06:44
Re: MLP - The Multi-Lingual Publishing Pack
maniqui wrote:
there is a little issue with zem_event… when MLP is activated, event categories labels aren’t displayed. They are left blank, but you can see the checkboxes there.
maniqui, I’ve fixed this. I shall try to push a release to the Google code project soon.
Offline
#879 2008-08-19 19:07:06
- MrLongbaugh
- Member
- From: Hamburg - Germany
- Registered: 2004-10-11
- Posts: 116
Re: MLP - The Multi-Lingual Publishing Pack
Hey,
using 0.7.650 with 4.0.6 works so far. Also with different Plugins.
But there is one problem I’m not able to figure out.
For several reasons I have to use articles with status=3. But it is impossible to put them out. There is always a 404 error.
Anybody any ideas wether this is a problem concerning the versions (0.7.650 with 4.0.6) or a general problem?
To put these articles out I use
<txp:article pgonly="0" />
Should I downgrade Textpattern?
Sorry for my poor english.
Thanks.
Offline
#880 2008-08-19 19:10:21
- skol
- New Member
- Registered: 2008-08-19
- Posts: 2
Re: MLP - The Multi-Lingual Publishing Pack
Hello,
Is there anyway to remove ‘‘GB’‘ from ‘‘English (GB)’‘ in the ’‘txp:l10n_lang_list tag’‘?
Offline
#881 2008-08-19 19:22:01
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: MLP - The Multi-Lingual Publishing Pack
MrLongbaugh
I’ll have to think about that one — it’s 3am here! However, the first thought I had about it is that articles with status 3 aren’t even visible on the public interface … possibly leading to 404 errors. One other possibility is that you have the MLP pack installed in a subfolder.
skol
Edit the file l10n_langs.php
in the textpattern/lib directory. Look for the entry starting with 'en' => array(...
— you should see the string along the line a short way there. You can edit it to what you like, then save the file and reload in your browser (you may need to clear your browser cache to see the change.)
— Steve
Offline
#882 2008-08-19 19:47:52
- skol
- New Member
- Registered: 2008-08-19
- Posts: 2
Re: MLP - The Multi-Lingual Publishing Pack
Cheers.
Offline
#883 2008-08-19 20:29:06
Re: MLP - The Multi-Lingual Publishing Pack
MrLongBaugh
You may want to check this thread to understand a few things about hidden articles.
At a first glance, your problem doesn’t seem to be related to MLP, but to the way TXP hidden (status=3) articles work.
Could you explain (ideally, in a new thread) why you need using status=3 (hidden) articles?
Offline
#884 2008-08-20 10:41:14
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: MLP - The Multi-Lingual Publishing Pack
Brun asked about link descriptions over on an old thread.
If you want to translate the link descriptions just use the fields that the mlp pack inserts into the content > links
page.
— Steve
Offline
#885 2008-08-20 11:10:04
Re: MLP - The Multi-Lingual Publishing Pack
I know how translate, but i don`t know how show translated url.
Offline
#886 2008-08-20 12:52:53
Re: MLP - The Multi-Lingual Publishing Pack
And how set slash “/” when i open start page?
When I open site (http://mysite.com) MLP set url http://mysite.com/uk
But I need http://mysite.com/uk/
How do that?
Offline
#887 2008-08-20 13:06:34
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: MLP - The Multi-Lingual Publishing Pack
Brun
Re. links: I don’t understand what you want to do from your description. Do you mean…
- you don’t know how to show the description? or …
- do you mean you want the entire url to be different in each language?
Re. the trailing slash: that will probably need a change to the code.
— Steve
Offline
#888 2008-08-20 13:27:34
Re: MLP - The Multi-Lingual Publishing Pack
1. I want, that reference was translated. For different languages on it.
For example:
<a href=“http://brun.if.ua/”>Ігор Броновський</a> – in Ukraine
<a href=“http://brun.if.ua/”>Igor Bronovsky</a> – in English
2. I want, that slesh “/” was added, when go on a main page. That is why as url not correct.
For example:
http://brun.if.ua/uk
change to
http://brun.if.ua/uk/
Where in a code it to change?
P.S. I am sorry for my English
Offline