[TYPO3-english] realURL Language problem
Emmanuel Pire
piremmanuel at gmail.com
Thu Jun 18 10:41:36 CEST 2009
Hi all,
I was facing exactly the same problem this morning, and i finally found why
the "Speaking url path segment" field does not appear in "Alternative page
language" records.
If you look at the realURL ext_tables.php file, you'll see that the field is
inserted in pages_language_overlay, but only for some types (depending on T3
version). i confess, i didn't search which field is the type field for
pages_language_overlay (is there a type field in this table actually?), but
anyway, adding it to all types makes it !
just change this last line in typo3conf/ext/realurl/ext_tables.php:
comment out:
t3lib_extMgm::addToAllTCAtypes('pages_language_overlay',
'tx_realurl_pathsegment', t3lib_div::compat_version('4.2') ? '1,4' :
'2,4,254', 'after:nav_title');
and replace by:
t3lib_extMgm::addToAllTCAtypes('pages_language_overlay',
'tx_realurl_pathsegment', '', 'after:nav_title');
clear cache, and there you go !
(when you'll test those new shiny urls, don't forget to clear realurl's
cache !)
hope this helps.
Emmanuel
On Mon, May 25, 2009 at 5:28 PM, Klemens Z <klemens.zleptnig at boc-eu.com>wrote:
>
> Sorry for picking this up again, but have you finally solved the problem? I
> have exactly the same problem, using Typo3 4.2.6. I cannot see the
> "Speaking
> URL path segment" in any "Alternative Page Language" record using the TV
> Page module. I've gone through virtually any possible hint that Google gave
> me about this topic but nothing helped. In the BT I saw that there were
> some
> issues concerning this but they should have been solved in the latest
> versions of RealURL (I use 1.5.3).
>
> What could be the reason that this field doesn't show up in the language
> overlay?
>
> The workaround for me is now: Change to List module, click on the
> "Alternative page language" records header and edit the path segment using
> the pen icon.
>
> klaus fumy wrote:
> >
> > Where is that field "Speaking Url Language Path"in the page properties
> > for my not default languages? I can´t find it. Have I forgotten to
> > enable it somewhere? I am a little bit helpless.
> >
>
> --
> View this message in context:
> http://www.nabble.com/-TYPO3-english---realURL-Language-problem-tp20064001p23618877.html
> Sent from the TYPO3 English mailing list archive at Nabble.com.
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list