Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1021 2008-10-20 21:29:26
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
David, as far as I know it’s not possible to have localized section names in the URL. So if you really need fully localized URLs, the only way to do that is make ‘wat’ and ‘what’ articles, not sections (and set permanent link mode to /title so the section name won’t be in the URL).
Offline
#1022 2008-10-21 00:43:58
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: MLP - The Multi-Lingual Publishing Pack
Timid&friendly wrote:
Got the Dutch and English site nearly finished, this plug-in is soooo cool!!!
Glad you’re finding it useful.
But can’t solve a small URL problem. <snip> What am i missing?
Els is right; at present the pack doesn’t localise the section name. Several people have asked for this feature though. Maniqui has a partial solution to this by using a section per language. Els’ suggestion would also allow your localised title in the url.
— Steve
Offline
#1023 2008-10-21 06:34:24
Re: MLP - The Multi-Lingual Publishing Pack
Els wrote:
… need …
Cheers Els, now i understand what you mean.
net-carver:
… can’t … yet …
Well that clear that up. thx
Would it be possible to mod_rewrite the url’s
Last edited by Timid&friendly (2008-10-21 06:36:12)
I think, therefore I AM, … … er … I think :-?
Offline
#1024 2008-10-27 09:42:31
Re: MLP - The Multi-Lingual Publishing Pack
Hi guys, I’m wondering if the MLP gang can help figure out this one.
I’m using MLP and cbs_category_list and cbs does not seem to be able to set the active class on the corresponding category, I suspect because of url issues.
Can anyone help me figure out what’s worng?
More details here
~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~
Offline
#1025 2008-10-27 13:07:43
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: MLP - The Multi-Lingual Publishing Pack
Kemie
Can you get in contact and we’ll see if this can be fixed.
— Steve
Offline
#1026 2008-10-28 09:18:11
Re: MLP - The Multi-Lingual Publishing Pack
sent an email, thanks!
~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~
Offline
#1027 2008-10-29 11:21:55
- ultramega
- Member
- Registered: 2006-02-26
- Posts: 221
Re: MLP - The Multi-Lingual Publishing Pack
Kind of off-topic, but: I have couple of domain names and multilingual site, and I’d like to redirect domain names to different MLP-sections. So when I have
www.examples.com
it would act just as usual, but when visitor arrives via localized domain-name, say
www.japan-examples.org
s/he would be redirected to
www.examples.com/jp/
where jp is the MLP-language separator. No need for showing additional domains in address bar, just forward to “master” domain’s sub-language-address.
Htaccess would make this, just don’t know how… This would propably be usefull for other htaccess dummies too, so thanks for any help :)
Offline
#1028 2008-10-29 14:25:33
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
ultramega wrote:
Htaccess would make this, just don’t know how…
In .htaccess (in the root of japan-examples.org):
Redirect permanent / http://www.examples.com/jp/
Offline
#1029 2008-10-29 16:25:32
- ultramega
- Member
- Registered: 2006-02-26
- Posts: 221
Re: MLP - The Multi-Lingual Publishing Pack
Hmm.. thanks Els, but all domains are now pointing to this same master root. So it should sniff what address was used to enter the site and then redirect corresponding mlp-section.
Offline
#1030 2008-10-29 17:29:56
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
Sorry, I misunderstood, of course this won’t work for you. I don’t know how to do it by heart, I’d have to look it up. Probably someone else will reply faster ;)
Offline
#1031 2008-10-29 18:00:38
Re: MLP - The Multi-Lingual Publishing Pack
I’m working on a similar redirect scheme in the htaccess file. I’m not clever as i’d like to be with this sort of backendyness, but when i get it sorted i’ll post here.
I think, therefore I AM, … … er … I think :-?
Offline
#1032 2008-10-29 19:15:34
- ultramega
- Member
- Registered: 2006-02-26
- Posts: 221
Re: MLP - The Multi-Lingual Publishing Pack
Ok, hopefully you find a solution, I’ll post too if I get that working.
Offline