Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#577 2008-01-19 13:19:42

net-carver
Archived Plugin Author
Registered: 2006-03-08
Posts: 1,648

Re: MLP - The Multi-Lingual Publishing Pack

jano

thank you for the confirmation. Could you try the actions described in this post to see if it clears up your clean URL failed message.


Steve

Offline

#578 2008-01-19 15:02:36

jano
Member
Registered: 2008-01-09
Posts: 23

Re: MLP - The Multi-Lingual Publishing Pack

net-carver wrote:

thank you for the confirmation. Could you try the actions described in this post to see if it clears up your clean URL failed message.

Sure, I’ll try it. I won’t be able till next Monday though.

Thank you!

Offline

#579 2008-01-23 11:55:08

panik
Member
From: Bonn, Germany
Registered: 2005-08-13
Posts: 13

Re: MLP - The Multi-Lingual Publishing Pack

Where can I find l10n strings (german) for the admin side of this excellent plugin.

Thanks,
Jonas

Offline

#580 2008-01-23 12:58:05

Pat64
Plugin Author
From: France
Registered: 2005-12-12
Posts: 1,599
GitHub Twitter

Re: MLP - The Multi-Lingual Publishing Pack

Hi panik,

Go to ‘content -> MLP -> Snipets -> Search’ : to translate all MLP logical plugin strings into any languages.
Go to ‘content -> MLP -> Gabarits’ : to translate all strings into your pages.
Go to ‘content -> MLP -> Forms’ : to translate all strings into your forms.

Tips : use,

<txp:text item="My_String" />

to add your translations for your labels, title links, etc…

And finaly, use

<txp:zem_contact_text break="" required="0" label="##zcr_label_name##" />

with ZCR (Zem_Contact_Reborn) plugin for your contact form mailer labels.

Cheers,

Last edited by Pat64 (2008-01-23 13:05:17)


Patrick.

Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.

Offline

#581 2008-01-23 13:30:12

panik
Member
From: Bonn, Germany
Registered: 2005-08-13
Posts: 13

Re: MLP - The Multi-Lingual Publishing Pack

Thanks for your quick response, Patrick.
But I meant something different. I’m looking for language files for importing, mainly for the l10n plugin itself.

Thanks,
Jonas

Offline

#582 2008-01-23 15:09:49

net-carver
Archived Plugin Author
Registered: 2006-03-08
Posts: 1,648

Re: MLP - The Multi-Lingual Publishing Pack

Jonas

I don’t have a German translation myself so you’ll have to wait for someone who’s gone through the translation process to share their work with you.

All

If anyone cares to publish their MLP translations please post them here and I’ll collate them all in the opening post.

Best regards,


Steve

Offline

#583 2008-01-23 16:20:17

jano
Member
Registered: 2008-01-09
Posts: 23

Re: MLP - The Multi-Lingual Publishing Pack

net-carver wrote:

thank you for the confirmation. Could you try the actions described in this post to see if it clears up your clean URL failed message.

I followed your instructions and removed the extra newlines after the closing ?> tag from all the l10n_* files. It worked perfectly. Now the message is gone.

Thanks!

Offline

#584 2008-01-23 16:29:31

net-carver
Archived Plugin Author
Registered: 2006-03-08
Posts: 1,648

Re: MLP - The Multi-Lingual Publishing Pack

jano

Thank you for posting that update. Now I’ll know how to advise people about that.


Steve

Offline

#585 2008-01-23 16:43:43

jano
Member
Registered: 2008-01-09
Posts: 23

Re: MLP - The Multi-Lingual Publishing Pack

How can I ouptut the site url without the language code at the first segment of the URL?

I’ll explain it:

Let’s say I’ve a forum script installed into a subfolder like this: http://myhost.dev/forum

If I use <txp:site_url />forum to dinamically generate the url of the forum, it will output http://myhost.dev/(language_code)/forum

Can I accompish that with plain TxP tags or should I extract that information via <txp:php> + $_SERVER ?

Offline

#586 2008-01-24 05:42:20

net-carver
Archived Plugin Author
Registered: 2006-03-08
Posts: 1,648

Re: MLP - The Multi-Lingual Publishing Pack

jano

Hmm, doesn’t matter how you build the url, MLP will still insert the language marker into it. For now, you could try using a rewrite rule in your .htaccess that strips the language marker from any http://myhost.dev/(marker)/forum url. That should fix it for now.

I’ll have to modify the next release of MLP so you can tell the MLP Pack not to mess with certain user defined directories on your installation.


Steve

Offline

#587 2008-01-24 06:29:51

azw
Member
Registered: 2007-01-29
Posts: 279

Re: MLP - The Multi-Lingual Publishing Pack

net-carver wrote:

thank you for the confirmation. Could you try the actions described in “this post”:
http://forum.textpattern.com/viewtopic.php?pid=166458#p166458 to see if it clears up your clean URL failed message.

Thanks, Steve. That fix for the clean URLs problem worked for me, too.

I’m getting one other error or warning in the Pre-flight Check:

Some Textpattern files are out of date:
/lib/txplib_db.php

I did a clean install of Txp and only the only plug-in so far is your MLP. I didn’t get that message until I uploaded the MLP version of txplib_db.php. Do you have any idea of what could be causing that or how to fix it? Or is it not important?

EDIT #1: I just reread the instructions in the Readme.txt and see that I misunderstood them. I originally added and activated gbp_admin_library before adding and activating the l10n plugin. I’ll redo them, adding both, then activating both.

…gbp_admin_library before you activate the l10n plugin.

EDIT #2: That didn’t fix the problem with the out of date file message. Should I drop the tables in my database and start over from scratch?

By the way, Ive read 25+ pages of this support section. Every page or two my mouth drops open in awe of your smarts, good nature, and eagerness to keep improving this mod. “My hat’s off” to you, Steve!

Last edited by azw (2008-01-24 06:37:40)

Offline

#588 2008-01-24 06:43:46

azw
Member
Registered: 2007-01-29
Posts: 279

Re: MLP - The Multi-Lingual Publishing Pack

Perhaps the problem is simply this text found at the top of the txtlib_db.php file.

The latest TXP 4.0.5 version says:

/*
$HeadURL: http://svn.textpattern.com/releases/4.0.5/source/textpattern/lib/txplib_db.php $
$LastChangedRevision: 2406 $
*/

The latest MLP 0.7.650 version says:

/*
$HeadURL: http://svn.textpattern.com/development/4.0/textpattern/lib/txplib_db.php $
$LastChangedRevision: 1879 $
*/

Offline

Board footer

Powered by FluxBB