Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2005-10-16 11:29:33
- gonker2
- New Member
- Registered: 2005-10-13
- Posts: 2
[es-es] no anda <txp:category_list /> en español por el acento
textpattern no anda bien con esta tag en español <txp:category_list />
mira mi pagina [url]http://www.bajar-de-peso.com/[/url] en el parte abjao ..www.bajar-de-peso.com
no anda por el acento en categoria en la letra i (no puedo encontrar la letra en mi tecla)
ideas ??
siento por el español, no soy fluente ..
the category tag is not working the accent because of the accent in the letter i en categoria
look on the bottom part of the page [url]http://www.bajar-de-peso.com/[/url] to see this
ideas anyone ?
Last edited by gonker2 (2005-10-16 11:30:09)
Offline
Re: [es-es] no anda <txp:category_list /> en español por el acento
Hello, I also had this problem. It seems to be related with the Apache mangling of the URL. A workaround is to execute the following SQL sentence:
<code>UPDATE txp_lang SET data=“Categoria” WHERE lang=“es-es” AND name=“category”</code>
Hope this helps.
Offline
#3 2005-10-20 13:55:46
- gonker2
- New Member
- Registered: 2005-10-13
- Posts: 2
Re: [es-es] no anda <txp:category_list /> en español por el acento
juan
Thanks again this is the second time you have helped me out rapidly ..
Thanks ..
I found here that you can change the code and that it will be fixed in the next verision
http://dev.textpattern.com/changeset/896
I updated my code but the mangled url work now
http://www.bajar-de-peso.com/categor%c3%ada/consejos/
I dont how search engines would like them though..
so I think I like your solution better
otra vez muchas gracias!!
Fields
Last edited by gonker2 (2005-10-20 13:56:43)
Offline
Re: [es-es] no anda <txp:category_list /> en español por el acento
Actually, I think txp should use an “accent free” string for all the url. They “sanitize” the url titles for the individual entries (I mean, we don’t use accents in individual entries) so I think we shouldn’t use them in category links, but…
Anyway, if you use my solution be aware of language files updates. You need to reapply the query whenever you update the language.
Best Regards.
Offline