Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#565 2008-01-15 08:05:59

lee
Member
From: Normandy, France
Registered: 2004-06-17
Posts: 831

Re: MLP - The Multi-Lingual Publishing Pack

fuls wrote:

I’m using cbs_category_list and it picks only one language (default) for the category title. Do you have any idea? I used txp category list tag before and it worked well, but I needed that option with article count, so I installed this plugin.

I was just about to ask the same question, but I think it’s going to be down to the plugin author to help us out (if he/she feels like it) and not Steve.

Offline

#566 2008-01-15 14:47:06

lee
Member
From: Normandy, France
Registered: 2004-06-17
Posts: 831

Re: MLP - The Multi-Lingual Publishing Pack

Steve, this code throws a div into the html output, is that expected?

This code:
<txp:l10n_if_lang lang=“en-gb”>
Overview
</txp:l10n_if_lang>

Results in this html output:
<div lang=“en-gb” dir=“ltr”/>
Overview
</div>

Offline

#567 2008-01-15 14:54:44

beztak
Member
From: Czech Republic
Registered: 2005-07-21
Posts: 184
Website

Re: MLP - The Multi-Lingual Publishing Pack

You can use this:

<txp:l10n_if_lang lang=“en-gb” wraptag=”“>
Overview
</txp:l10n_if_lang>

Offline

#568 2008-01-15 14:57:08

marios
Archived Plugin Author
Registered: 2005-03-12
Posts: 1,253

Re: MLP - The Multi-Lingual Publishing Pack

jano wrote:

Could anyone confirm if it is possible to use this combo: MLP + glz_custom_fields ? (That would be simply great)

Works.

4.05 +MLP

regards

Last edited by marios (2008-01-15 14:57:36)


⌃ ⇧ < ⌃ ⇧ >

Offline

#569 2008-01-15 15:19:54

lee
Member
From: Normandy, France
Registered: 2004-06-17
Posts: 831

Re: MLP - The Multi-Lingual Publishing Pack

beztak wrote:

You can use this: <txp:l10n_if_lang lang=“en-gb” wraptag=”“>Overview</txp:l10n_if_lang>

You star, thanks.

Offline

#570 2008-01-15 15:29:21

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

Re: MLP - The Multi-Lingual Publishing Pack

Lee

Beztak beat me to it.

Beztak

Thank you.

Marios

Good to see you here again! Hope all is well with you. Thank you for confirmation of glz_custom_fields' compatibility with the MLP Pack.

Fuls

Thank you for the information about cbs_category_list. I have not tried that plugin before.

All

Now that people are getting more adventurous and using the Pack with more plugins, feel free to post your compatible/incompatible lists here. I can’t promise to fix any individual plugins but I can try to improve the pack’s impact on plugins. Remember that MLP is a mod to Txp and not just a plugin. It makes changes in the DB layer that might interfere with some plugins’ operation.


Steve

Offline

#571 2008-01-15 17:11:41

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

Re: MLP - The Multi-Lingual Publishing Pack

All

Kjeld has caught another issue with language marker injection. It’s not a common case and has been fixed in the development code. If you have something like this on your pages you might hit the problem too…

<a href="your_site/images/your_image.jpg"><img src="your_site/images/your_image_thumbnail.jpg" /></a>

Here, the thumbnail will show up but the link to the full-sized one will give a 404 error. Links like this occur with popup-in-a-window type situations.

Please post here if you need the patch before the next release.


Steve

Offline

#572 2008-01-16 14:24:26

ultramega
Member
Registered: 2006-02-26
Posts: 221

Re: MLP - The Multi-Lingual Publishing Pack

Feature idea again :) Would it be possible to have a link or switcher to translations of the article in the write/edit-article page? Would make fast edits of certain information quicker. Or otherwise possibility to find articles with search on MLP-list, which about I already wrote earlier, if remembering right. Finding all clones would be quickly then. Now have to know the translated Title first to be able to find it from the renditions-tab.

I mean, if I have several hundreds of clones, and I know the original title, but not translated ones, I have to check them via public site to see the translated titles, and then find it to from renditions to access edit-article.

But I can live without these too ;)

Offline

#573 2008-01-16 16:27:16

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

Re: MLP - The Multi-Lingual Publishing Pack

Ultramega

thank you for the ideas :-)

Would it be possible to have a link or switcher to translations of the article in the write/edit-article page?

I have to admit that I’ve always disliked this idea because Txp currently has no native way of catching any un-saved edits if you switched the page. If you are looking for a way to quickly jump to another rendition then I think using the write tab is a dangerous route to go as it means edits might be lost.

However, it might work if the renditions were brought up in other browser tabs.

…Would make fast edits of certain information quicker.

The clone-then-translate-in-situ model adopted by the Pack was chosen to specifically eliminate the need to have side-by-side renditions or do rendition switching. Perhaps I’m misunderstanding what you are asking for here — could you elaborate on your idea / situation a little so I can try to understand how your proposal will speed things up?

…if I have several hundreds of clones, and I know the original title, but not translated ones, I have to check them via public site to see the translated titles, and then find it to from renditions to access edit-article.

Ok, so it looks like you are most interested in getting to the point where you can quickly edit any rendition of an article given that you know the title of one rendition, is that correct?


Steve

Offline

#574 2008-01-16 17:33:36

ultramega
Member
Registered: 2006-02-26
Posts: 221

Re: MLP - The Multi-Lingual Publishing Pack

net-carver wrote:

Ok, so it looks like you are most interested in getting to the point where you can quickly edit any rendition of an article given that you know the title of one rendition, is that correct?

That’s propably what I’m looking for :) I have so many articles in the site I’m currently developing, that it’s hard to find them from the MLP-list, or from the renditions -after they have got translated title. So if I want to edit some page, I have to find it on public side, then switch language to see it’s translated title. Then search from the renditions with that title information. So best would be if we could search with title (in any lang) in MLP-list. It would then show all clones side by side at the same time. Then them could be opened in tabs if is needed to edit all of them.

Offline

#575 2008-01-17 16:50:28

marios
Archived Plugin Author
Registered: 2005-03-12
Posts: 1,253

Re: MLP - The Multi-Lingual Publishing Pack

net-carver wrote:

Good to see you here again! Hope all is well with you. Thank you for confirmation of glz_custom_fields' compatibility with the MLP Pack.

Good to see you tube, all is well.

Now that people are getting more adventurous and using the Pack with more plugins, feel free to post your compatible/incompatible lists here. I can’t promise to fix any individual plugins but I can try to improve the pack’s impact on plugins. Remember that MLP is a mod to Txp and not just a plugin. It makes changes in the DB layer that might interfere with some plugins’ operation.

Detailed report about my experience is going to follow, haven’t finished with some final stuff, that must become before.

regards marios


⌃ ⇧ < ⌃ ⇧ >

Offline

#576 2008-01-19 11:25:15

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

Re: MLP - The Multi-Lingual Publishing Pack

marios wrote:

Detailed report about my experience is going to follow, haven’t finished with some final stuff, that must become before.

I can confirm too that glz_custom_fields seems to work nicely with the MLP Pack. Maybe I should report that I’m getting the following incomplete message in the diagnostics results:

clean_url_data_failed:

And it should be taken into account that:

  • Clear URLs are actualy working
  • I’m using the latest v1.1 (not final) of glz_custom_fields (that I received from Gerhard on January 14th upon request)
  • Other plugins currently installed: rss_admin_show_adv_opts (I’ll be adding more during the next week)
  • I can’t supply further diagnostics details until next Monday (January 21th) since I’m developing the site locally at work.

Sorry for the delay in updating!

Offline

Board footer

Powered by FluxBB