Jump to content

Categories block question


Recommended Posts

hi,
I'd like to modify the categories block so as to redirect a category towards a new site dedicated to it, rather than the subsection of the current site(e.g. when you click the sink section it redirects you to the site dedicated to sinks rather than the "sink" category on the current site).
how do i do this?

Link to comment
Share on other sites

There is no way that I'm aware of that you can do this using the Back Office.

You could try modifying modules/blockcategories/category-tree-branch.tpl and replacing line 2 with something like this:

{if $node.name == 'External Category Name'}
{$node.name|escape:htmlall:'UTF-8'}
{else}
{$node.name|escape:htmlall:'UTF-8'}

Link to comment
Share on other sites

×
×
  • Create New...