Friday 12 January 2007 7:17:36 am
Hi David EDIT: Looks like I should update the page more often before answering something... Anyway, below the answer to your question regarding the node id. I don't know how to have several overrides for the searchresult (unless you are into kernel hacking), so I can't help you there. /EDIT The 66 was just an example for a node id, I forgot to explain this, sorry. If you just use
[pagelayout_sitemap]
Source=pagelayout.tpl
MatchFile=full/sitemap_pagelayout.tpl
Match[viewmode]=sitemap
without the nodeid, this override will be used for all sitemaps.
But as you want it only for a specific part of your webpage you have to specify this part by e.g.
-- Match[node]=xx ==> then this pagelayout will be used for the sitemap view of node xx
-- Match[section]=yy ==> then this pagelayout should be used for the sitemap of all nodes within this section
--Match[parent_node] ==> ... and all the other match options in the override conditions for node/view/*.tpl I have only used the Match[node] condition which was working fine, but the others should work as well. Claudia
|