Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#253 2007-05-07 14:05:20
Re: MLP - The Multi-Lingual Publishing Pack
Right link is http://txp-plugins.netcarving.com/file_download/59
Do you try somebody upload file to textpattern with mlp pack? Word document (doc) or Open Office is after uploading broken. But PDF is correct.
Will you help me with this awful problem?
Project: Textpattern with Texy
Job: Webdesign
Offline
#254 2007-05-07 14:20:47
- MrLongbaugh
- Member
- From: Hamburg - Germany
- Registered: 2004-10-11
- Posts: 116
Re: MLP - The Multi-Lingual Publishing Pack
@ ivorius: thanks.
I’ll install that PlugIn for the first time. So I’m just doing my first steps with it.
Sorry for not being able helping out with your upload problem.
Offline
#255 2007-05-11 14:14:32
Re: MLP - The Multi-Lingual Publishing Pack
This might be a daft question, but I’ve scanned this thread and the plugin help and not spotted the answer.
If I have MLP installed and then go to Admin->Prefs->Language and install a new language, what’s the best (read: least destructive) way of making MLP ‘see’ it and make the necessary db changes?
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Online
#256 2007-05-20 14:01:50
- MrLongbaugh
- Member
- From: Hamburg - Germany
- Registered: 2004-10-11
- Posts: 116
Re: MLP - The Multi-Lingual Publishing Pack
I would like to link to an anticle. Is there the possibility to link to the article and not to the redition? This way wouldnt make it necessary to change the link for all languages.
Offline
#257 2007-05-21 02:10:01
- Sandy
- New Member
- Registered: 2007-05-10
- Posts: 5
Re: MLP - The Multi-Lingual Publishing Pack
Hi all! I have installed MLP on txp 4.0.4
I go to the top level ‘contents’ tab and to subtab ‘MLP’ .
Setup wizard bring some errors. How it to treat?
———————————————————————————————————————————————
PHP: 5.2.0
MySQL: 5.0.27-community-nt
localisation: Russian_Russia.1251
Server: Apache/2.0.59 (Win32) PHP/5.2.0 Apache: Apache/2.0.59 (Win32) PHP/5.2.0
PHP Server API: apache2handler
———————————————————————————————————————————————
MLP Pack Setup Report…
8. Add the per-language article tables…
1. Add the Русский [l10n_txp_ru_ru] table : Failed
2. Add the English (US) [l10n_txp_en_us] table : Failed
Thanks for help!
in MySQL have all privileges.
Offline
#258 2007-05-21 16:40:31
Re: MLP - The Multi-Lingual Publishing Pack
Hi, I’ve got a problem and maybe it’s a bug.
When I install clean TXP on server, install MLP plugin and everything looks ok, than TXP doesn’t display “write” page. In FF I found something like:
Use of routeEvent() is deprecated, see bug 330494
On server I have this configuration:
Verze PHP: 5.2.1
Místní čas na serveru: 2007-05-21 18:31:45
MySQL: 5.0.37-log
Místní prostředí?: Czech_Czech Republic.1250
Server: Apache/2.2.4 (FreeBSD) PHP/5.2.1 mod_ssl/2.2.4 OpenSSL/0.9.8e
Verze Apache: Apache/2.2.4 (FreeBSD) PHP/5.2.1 mod_ssl/2.2.4 OpenSSL/0.9.8e
API pro PHP na serveru: apache2handler
Hlavičky podle RFC 2616:
Verze operačního systému: FreeBSD 6.2-STABLE
Aktivní pluginy: gbp_admin_library-0.4.581, l10n-0.6.600, zem_contact_lang-mlp-4.0.3-MLP
Can anybody help?
Last edited by beztak (2007-05-24 06:55:54)
Job: Plugo – tvorba eshopu
Projects: Czech free fonts
Offline
#259 2007-05-23 22:17:31
Re: MLP - The Multi-Lingual Publishing Pack
Anyone know how to create a menu system in MLP? I have 4 languages installed, and want to have 4 menus for each language.
What I am finding is that the URL in the menu is always in English. I can change the outputted name in the menu, but the URL’s are in English, so if I have changed the language to Spanish, then click on a Spanish menu item, the menu changes back to English. How can I change this???
I have this in a menu form:
<txp:ako_nav name=”##home##,##tournaments##,##registration##,##news##,##about##,##gallery##,##contact##” url=”/,/tournaments,/registration,/news,/about,/gallery,/contact” title=“Home,Tournament calendar and information,Registration forms,About us,Gallery of photos,Contact us” divon=“0” ulclass=“0” headon=“0” classtag=“0” acticlass=“selected” />
Offline
#260 2007-05-23 22:45:16
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
I just started to use this, and first of all: this thing is amazing! I love it!
I found a (small?) issue, I’m not 100% sure it’s related to the MLP pack, but I’m guessing it is, as the demo site is showing the same issue. I described it here.
Is it possible that the MLP pack somehow creates a Byte-Order Mark (BOM)? If so, should it do that?
EDIT: Ruud found it
Last edited by els (2007-05-24 22:10:43)
Offline
#261 2007-05-23 22:48:08
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
jstubbs
It’s possible that the ako_nav plugin is not compatible, as you have to specify the urls in the tag. This way the /en/
and /es/
part of the url disappear. <txp:section_list />
and <txp:category_list />
are working fine.
Offline
#262 2007-05-23 23:04:14
Re: MLP - The Multi-Lingual Publishing Pack
Hi Els, that’s great of you to help…it works fine now…I have this:
<txp:section_list wraptag=“ul” break=“li” active_class=“selected” />
Which is fine in that it works (in brief testing), but I can’t see a way in TextBook (looking at section_list tag page in textbook) for me to order the section list, so my menu works in the order I want it (its alphabetical now).
For example, Home section comes in fourth or so, and it should be first…any idea how I can manage this?
Offline
#263 2007-05-23 23:07:06
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
You can specify the order like this: <txp:section_list sections="section1,section5,section3" />
:)
Offline
#264 2007-05-23 23:15:15
Re: MLP - The Multi-Lingual Publishing Pack
Doh! That’s what happens when its 1.15am for me now and I am so tired I can’t read the Textbook entry anymore…thanks Els!
Offline