Forums / Developer / what should be written in Match[url_alias] : alias of node or alias of parent node
Vytautas Germanavičius
Monday 04 April 2005 5:54:17 am
Maybe, i do not understand url_alias? Question: i have folder "news" and some articles in it. And i want to display articles in different style from section. What i should write in overrides.ini [Line_view_article] ... Match[url_alias]=ALIAS_OF_FOLDER_news orMatch[url_alias]=ALIAS_OF_EVERY_ARTICLE
{set-block scope=root variable=cache_ttl}0{/set-block}
Paul Borgermans
Monday 04 April 2005 6:51:50 am
Hi,
You should use either the url alias of the parent folder or use Match[parent_node_id]
hth
-paul
eZ Publish, eZ Find, Solr expert consulting and training http://twitter.com/paulborgermans
Monday 04 April 2005 6:59:03 am
oops, to add: Match[parent_node_id] is only to be used if there is only one level below it, use Match[url_alias] for multi-level trees
Monday 04 April 2005 7:52:05 am
Yes, i know that. But what i should write in case of url_alias?
My question: what should be written as parameter in Match[url_alias] : alias of node or alias of parent.