Discussion:
[TYPO3-english] realUrl - tx_news [OverwriteDemand][categories] with realUrl not working
d.ros
2013-09-27 10:18:00 UTC
Permalink
Hello All,

Because this seems more a configuration problem of realUrl I post it
here. Perhaps somebody sees the issue.

I?ve got a realURL configuration as mentioned in the manual advanced
example.

http://docs.typo3.org/typo3cms/extensions/news/Main/Administration/Realurl/Index.html#advanced-example

The rewriting works with articles flawless. But the rewrite of the
categories is ignored.

Even on Georgs Page this behaviour is the same:

http://www.montagmorgen.at/blog.html?tx_news_pi1%5BoverwriteDemand%5D%5Bcategories%5D=1&cHash=6d6780f7c948de12e184baf055cf3d7e

I have to mention, that I have multiple systems with cooluri configured,
that work flawless with this demand.

Cheers

David
Georg Ringer
2013-09-30 04:09:24 UTC
Permalink
Hi,

it works now on my page
-------
'category' => array(
array(
'GETvar' => 'tx_news_pi1[overwriteDemand][categories]',
'lookUpTable' => array(
'table' => 'tx_news_domain_model_category',
'id_field' => 'uid',
'alias_field' => 'title',
'addWhereClause' => ' AND NOT deleted',
'useUniqueCache' => 1,
'useUniqueCache_conf' => array(
'strtolower' => 1,
'spaceCharacter' => '-',
),
),
),
),
---------------

Georg

Loading...